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: Sean Hoppe on