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-12
ABORT Command
Example
The following command aborts a process named $ZNV2:
-> ABORT PROCESS $ZNV2
ABORT SUBSYS
ABORT SUBSYS terminates the operation of an IPXPROTO process as quickly as
possible. You must specify the SUB option when using 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.
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 aborts all IPXPROTO processes subordinate to a subsystem
named $ZMGR:
-> ABORT SUBSYS $ZMGR, SUB ONLY
ABORT [ / OUT file-spec / ] SUBSYS subsystem-name
[ , SUB { ONLY | ALL | NONE | obj-type } ]