EBIworld.com > EBI/Clarify Tips > Start/Stop EXTOL Business Integrator for iSeries

Start/Stop EXTOL Business Integrator for iSeries

TAGS: EXTOL Business Integrator / EXTOL customization / EXTOL Scripting /


Using the commands below, EBI 2.6 (and earlier) users can automatically start and stop EXTOL Business Integrator for iSeries. These steps can be beneficial for lights out processing.

Each of these commands reside in the LIB:EBIUTIL. If users are looking to stop each pf the VNC sessions then the CLP: SBMSTPVNC will need to be to be repeated multiple times to stop each of the VNC ports.

For examples of how these commands are used in CLs, check out EXTOL Business Integrator Automation Section.

START
CMD: SBMSTRAPS - Submit start EBI application server

STOP
CMD:SBMSSPAPS - Submit suspend EBI application server
CMD:SBMSTPVNC - Submit stop VNC server
CMD:SBMSTPAPS - Submit stop EBI application server

For More EXTOL Business Integrator Tips


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.