Start iSeries EXTOL Exchange Server via SBMSTRESS

Start iSeries EXTOL Exchange Server via SBMSTRESS

Below is an iSeries CLP that will start the EXTOL Exchange Server 5.5 (and earlier). This CLP should be started by the default ESX user that is created during the install. In our case, we used USRPRF: ESXOWNER.

ADDLIBLE LIB(ESXUTIL)
MONMSG MSGID(CPF0000)

SBMSTRESS
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.