CA Agent Technology Best Practices › Installation Verification
Installation Verification
Once the AT z/OS services have successfully started:
To verify they are running properly
- Check on the state of the AT Services within OMVS as follows:
- Issue the following command:
. agentworks.profile
Note: Do not enclose this command in quotes and do not forget the period and space before the actual invocation of the agentworks.profile script.
- Issue the following command:
awservices list
- The first two lines of the report produced should read:
RUNNING aws_orb:aws_orb
RUNNING aws_sadmin:aws_sadmin
Note: You may see several other services and agents, or both, listed in the report with a status of Stopped. This is normal.
- Check the status of the AT services ports within OMVS as follows:
- Issue the following command:
onetstat
- The report produced should list all of the AT ports (see the Overview section earlier in this chapter) and show them in the appropriate status, as follows:
Listen – For all TCP/IP socket ports
UDP – For the SNMP listener port (normally 6665)
- Ensure all of the Agent/Services MIBS have been loaded into the Object Store. To do this, within OMVS:
- Issue the following command:
. agentworks.profile
- Issue the following command:
agentctrl -m
- The report produced must show the awsAdmin MIB, as well as at least one other Agent MIB if Agents have been registered. For example:
<awsAdmin> is registered
<caiDatacom> is registered
<caiDb2mvs> is registered
<caiIDMS> is registered
<caiSysAgtzOS> is registered
<caiSysAgtCics> is registered
<caiSysAgtMqs> is registered
- In you encounter problems, review the log files within the AT zFS (under directory $AGENTWORKS_DIR/services/var/log) to help diagnose the problem. These files are overwritten each time the AT services are started.