Start iSeries EBI Server via SBMSTRAPS

Start iSeries EBI Server via SBMSTRAPS

Below is an iSeries CLP that will start the EBI 2.6 (and earlier) server. This CLP should be started by the default EBI user that is created during the install. In our case, we used USRPRF: EBIOWNER.
ADDLIBLE LIB(EBIUTIL)
MONMSG MSGID(CPF0000)
SBMSTRAPS
MONMSG MSGID(CPF0000) EXEC(RCVMSG MSGTYPE(*EXCP) +
RMV(*YES))

ENDPGM


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.