Verify Status on the IBM i using the EVSTATUS Command
From the IBM i terminal, use the command EVIEW/EVSTATUS to collect the status of the several components of the Ironstream Agent for IBM i and their interaction with the IBM i LPAR. The format is:
EVIEW/EVSTATUS [PARM('options')] [OUTPUT(outoption)]
Where:
| options | One or more of these, separated by spaces: | |
| VER | Version information | |
| CONF | Current distributed configuration files | |
| JOBS | Status of jobs in the EVSBS subsystem | |
| TCP | Defined TCP/IP ports and current status | |
| DQS | Data queues status | |
| AUD | System QAUDLVL vs. Ironstream Integration Component audit options: | |
| USP | Defined user spaces | |
| SYS | IBM i system information | |
| ALL | All of the above (Default) | |
| ? or HELP | Display help options | |
| outoption | One of: | |
| * | For output to a terminal | |
| For output to the user’s print queue (Default) | ||
Examples:
To investigate system information and the status of the jobs and defined ports, use the command:
EVIEW/EVSTATUS PARM('JOBS TCP SYS') OUTPUT(*)
To check the data queue for damage, use the command:
EVIEW/EVSTATUS PARM('DQS') OUTPUT(*)
Browse the output text and look for "NOTE" or “WARNING” messages that may indicate how to resolve outstanding problems. Retain a copy of the output for possible transmission to Precisely Support.