IPX/SPX Configuration and Management Manual
Managing NonStop™ IPX/SPX With the Subsystem
Control Facility (SCF)
IPX/SPX Configuration and Management Manual—425731-001
3-47
TRACE Command
SUBSYS subsystem-name
is a valid subsystem name indicating the desired IPXMGR process (always
$ZMGR).
SUB obj-type
selects the subordinate objects the command affects. obj-type can be a
subordinate object type or one of the keywords ONLY, ALL, or NONE.
•
A subordinate object type causes the command to affect only objects of that
type.
•
ONLY causes the command to affect the subordinate objects.
•
ALL causes the command to affect the named object and subordinate objects.
•
NONE specifies that the named object is displayed but none of the subordinate
objects is displayed.
If you omit obj-type, ALL is assumed.
Example
The following command terminates the operation of the IPXPROTO processes:
-> STOP /OUT $S.#ZMGR/ SUBSYS $ZMGR, SUB ONLY
Considerations
•
STOP is a sensitive command. See Sensitive and Nonsensitive SCF Commands on
page 3-8 for additional information on sensitive commands.
•
The object-name template (wildcard notation) is supported. (See Object-Name
Templates and Wildcards on page 3-6.)
•
STOP PROCESS is rejected if the specified IPXPROTO process is in use.
•
When the STOP command is completed, the object is placed in the STOPPED
summary state. The process is still running, but it is not available to any other
applications except the IPXMGR process.
•
Specify the SUB ONLY or SUB PROCESS option when you use the SUBSYS
object.
TRACE Command
The TRACE command allows you to capture and store records. You then use the PTrace
program to select, display, and examine trace files to analyze problems. TRACE can
request the capture of data items, alter trace parameters that were set by a previous use
of the command, or stop a previously requested trace operation.
TRACE is a sensitive command.