EBIworld.com > EBI/Clarify Tips > EXTOL EBI - Automating Linux processes

EXTOL EBI - Automating Linux processes

TAGS: EXTOL EBI / EXTOL Business Integrator / EXTOL ESX / EXTOL Secure / EXTOL Dashboard / EXTOL Linux /


Once EXTOL Business Integrator, EXTOL Secure, and EXTOL Dashboard have been installed, we can automate the processes.

EXTOL Business Integrator

  • Start: /u01/EBI26/service/Linux/ebiserver.sh start
  • Stop: /u01/EBI26/service/Linux/ebiserver.sh stop


EXTOL Secure

  • Start: /u01/ESX/scripts/ESXserver.sh start
  • Stop: /u01/ESX/scripts/ESXserver.sh stop


EXTOL Dashboard

  • Start: /u01/EXTOLDashboard/apache-tomcat/bin startup.sh
  • Stop: /u01/EXTOLDashboard/apache-tomcat/bin shutdown.sh

Note: The install directories might be different



Copyright 2013 @ www.seanhoppe.com


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.