HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM SNMP Toolkit
How do I use SNMPTK?
Chapter 7 149
How do I install SNMPTK?
Use the SD-UX swinstall command to install SNMPTK, which is part
of the WLM Toolkits product (product number WLMToolkits).
The SNMP toolkit is installed at /opt/wlm/toolkits/snmp/. The manpages
are installed at:
/opt/wlm/share/man/
For more information about installation procedures and related issues,
see the following documentation:
Managing HP-UX Software with SD-UX
swinstall (1M)
How do I use SNMPTK?
To use SNMPTK:
Step 1. Activate the snmpdc data collector
In the WLM configuration file, create a tune structure. The name you
give this tune structure will be used as a metric elsewhere in the
configuration.
The following tune structure retrieves the SNMP value of the resource
given after the -r option. The value represents the number of currently
active processes on the system.
tune active_processes {
coll_argv = wlmrcvdc
/opt/wlm/lbin/coll/snmpdc -r .1.3.6.1.4.1.11.2.3.1.4.1.0;
}