Description:
Setup SNMP Plug-in in the agentparm.txt file.
Solution:
You can enable the SNMP Plug-in during CA Workload Automation System Agent installation by selecting the 'Enable SNMP Plug-in' checkbox or setup the SNMP Plug-in after the Agent installation in the agentparm.txt file.
To setup SNMP Plug-in in agentparm.txt file, do the following;
- Stop the Agent
- Add the line below to agentparm.txt file:
plugins.start_internal_N=management
where N, is incremental integer (assigned serially for each plug-in).
- Uncomment and supply the appropriate values to these parameters;
management.snmp.host=<SNMP manager address>
management.snmp.port=<SNMP communication port>
management.snmp.community=<SNMP community>
For example;
management.snmp.host=10.60.7.124
management.snmp.port=162
management.snmp.community=Private
- Save the file, and
- Start the Agent.