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-46
STOP Command
The STOP PROCESS command terminates the operation of the specified PROCESS
object. You can stop a PROCESS object without restriction. The STOP SUBSYS
command terminates the operation of all subordinate process objects. Specify the SUB
option when you use the SUBSYS object.
STOP is a sensitive command.
STOP PROCESS
STOP PROCESS normally terminates the activity of specified IPXPROTO processes.
Command Syntax
OUT file-spec
directs any SCF output generated for this command to the specified file.
file-spec must be a partially or fully qualified name. If you do not specify this
option, the output goes to the home terminal.
PROCESS process-name
is a valid process name indicating the desired IPXPROTO process.
Example
The following command terminates the operation of the process $ZNV2 in an orderly
manner:
-> STOP PROCESS $ZNV2
STOP SUBSYS
STOP SUBSYS terminates, in a normal manner, the activity of all IPXPROTO
processes associated with the specified IPXMGR process.
You must specify the SUB option when you use the SUBSYS object.
Command Syntax
OUT file-spec
directs any SCF output generated for this command to the specified file.
file-spec must be a partially or fully qualified name. If you do not specify this
option, the output goes to the home terminal.
STOP [ / OUT file-spec / ] PROCESS process-name
STOP [ / OUT file-spec / ] SUBSYS subsystem-name
[ , SUB { ONLY | ALL | NONE | obj-type } ]