How to check if AE is sending SNMP traps
search cancel

How to check if AE is sending SNMP traps

book

Article ID: 144155

calendar_today

Updated On:

Products

CA Workload Automation AE - Scheduler (AutoSys) Autosys Workload Automation

Issue/Introduction

AE can be configured to send SNMP Traps to your SNMP Manager as documented here:
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/intelligent-automation/workload-automation-ae-and-workload-control-center/11-3-6-SP8/administrating/ae-administration/configure-ca-workload-automation-ae-to-work-with-other-ca-technologies-products/snmpmanagerhosts-and-snmpcommunity.html

If you have configured the above and are not receiving traps, there are a few things you can check.

Environment

Release : 11.3.6

Component : CA Workload Automation AE (AutoSys)

Cause

Possible causes:

- An incorrect value in the SNMP parameters
- AE services have not been refreshed since implementing the SNMP parameters
- A communication issue between the AE Scheduler and the SNMP server host/port.
- The SNMP viewer you are using needs to be configured to display the AE SNMP Traps

Resolution

Make sure the SnmpManagerHosts and SnmpCommunity parameters are set to the correct values in $AUTOUSER/config.$AUTOSERV.
Make sure you have either restarted the Scheduler one time or have send a kill -HUP <pid> signal to the event_demon process to ensure the Scheduler picks up the SNMP configuration changes.

When AE is correctly configured to send SNMP traps, you'll see a message similar to the following in the $AUTOUSER/event_demon.$AUTOSERV log file when is restarts or is refreshed with a kill -HUP pid :

[01/16/2020 12:19:26.8783] 6895 4117374720 CAUAJM_I_40356 SNMP trap generation : ENABLED (Trap Hosts: snmp.manager.hostname ).

This is the only message that gets logged in AE. If you see this, then it is more likely an issue with comms over the network or the configuration of your SNMP manager/viewer which is not displaying the messages or catching them.

Note:
With ISDBGACTIV=LIGHT,COMM tracing enabled, you can catch some additional info although not very detailed:


[01/16/2020 12:21:35.0097] 6895 3877546816 L:1 as_hostname.cpp 133 getaddrinfo [hostname.company.net:162]
[01/16/2020 12:21:35.0101] 6895 3894389568 L:1 as_hostname.cpp 256 getaddrinfo [hostname.company.net:162] gai_ret=0
[01/16/2020 12:25:34.0089] 10158 3899652928 GaiTimeOut[hostname.company.net:162]=[15]

To enable LIGHT and COMM traces, do the following:

- vi $AUTOUSER/config.$AUTOSERV
Change this:
#ISDBGACTIV=OFF

To this:
ISDBGACTIV=LIGHT,COMM

Restart the Scheduler.