SNMP Configuration and Management Manual
Host Resources Subagent
SNMP Configuration and Management Manual—424777-006
11-21
Troubleshooting the Subagent
-w
disables creation and maintenance of hrSWRun and hrSWRunPerf group
values. This is true for both the Guardian and OSS personalities. If this
parameter is not specified, the subagent creates and maintains values in the
hrSWRun and hrSWRunPerf groups for processes as described for the -e
startup parameter.
Creation and maintenance of the software groups can be enabled or disabled
after the subagent is running by setting the value of the object
zhrmEnableSoftwareGroup in the zhrmSaProcess group.
-o
causes the subagent to write a formatted trace of its interaction with the SNMP
agent to the terminal or to a Spooler destination. By default, trace information
is sent to the terminal from which the subagent was started. To send the
information to a Spooler destination, specify the destination as a TACL RUN
option:
RUN HMSAX /NAME $HMSA, OUT $S.#OUT, NOWAIT/ -o
Spooler information is formatted as a C language-compatible file (file code
180), which you can convert to an edit file (file code 101) or use directly from
any utility program.
If you want a second copy of the log file, you can also use the -l startup
parameter. However, use of this startup parameter slows subagent processing
time because a high volume of trace information is produced.
-l log-file
causes the subagent to write a formatted trace of its interaction with the SNMP
agent to a C language-compatible disk file (file code 180), which you can
convert to an edit file (file code 101) or use directly from any utility program.
If you want a second copy of the log file, you can also use the -o startup
parameter. However, use of this startup parameter slows subagent processing
time because a high volume of trace information is produced.
To stop the subagent process, provide its name in the TACL STOP command:
STOP $HRMIB
Troubleshooting the Subagent
This subsection contains several suggestions for handling problems you might
encounter while using the Host Resources Subagent.