To verify that mainframe processes are running and connected, follow these steps to see the mainframe time message. (This test assumes that you are running with the MVS and CMD subtasks defined on the mainframe agent.)
From the Proxy Server command line, enter the following Modify command to add the MVS time message IEE136I to the list of messages that will be passed on to the Proxy Server (where VP390 is the name of your mainframe agent job name):
ev390hostcmd 40 F VP390,FILTER ADD MSG IEE136I.<mainframe-name>
Send the MVS Display Time command:
ev390hostcmd 40 D T.<mainframe-name>
If Ironstream is configured correctly, the IEE136I message will be sent to the OMi Event Browser.
Enter the following command to remove the IEE136I message from the mainframe message filter list:
ev390hostcmd 40 F VP390,FILTER DEL MSG IEE136I.<mainframe-name>