SNMP Configuration and Management Manual
SCF Commands for the SNMP Agent
SNMP Configuration and Management Manual—424777-006
5-35
TRACE Command
Example: STOP TRAPDEST
The following example disables the sending of trap messages by NonStop agent
process $ZSNMP to all its dynamically generated trap destinations:
-> STOP TRAPDEST $ZSNMP.DYNA*
TRACE Command
The TRACE command:
•
Starts a trace operation on a NonStop agent process
•
Alters trace parameters set by a previous TRACE command
•
Stops a previously requested trace operation
•
Is a sensitive command
PROCESS $agent-process
identifies the NonStop agent process to be traced. It consists of a dollar sign ($)
followed by one to five alphanumeric characters, the first of which must be
alphabetic.
STOP
ends the current trace operation.
COUNT count
specifies the number of trace records to be captured. count is an integer in the
range -1 through 32767.
If you omit this option or set it to -1, records are accumulated until you stop the
trace operation with the STOP option, or until the end-of-file is reached if the
WRAP option is not selected.
TRACE PROCESS $agent-process { , STOP | { ,trace-option }...
}
trace-option is
COUNT count
PAGES pages
RECSIZE size
SELECT { METHOD | 3 | ALL | -1}
TO file-ID
WRAP