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-20
INFO Command
Example
The following command deletes processes subordinate to a subsystem named $ZMGR:
-> DELETE SUBSYS $ZMGR, SUB ONLY
Considerations
•
The object-name template (wildcard notation) is supported. (See Object-Name
Templates and Wildcards on page 3-6.)
•
Before you can delete an object, it must be in the STOPPED summary state.
•
You can remove an IPXPROTO process from the system only with the DELETE
PROCESS command.
INFO Command
The INFO command displays the current attribute values for the specified NonStop™
IPX/SPX object. An asterisk (*) in the display designates which attribute values you can
change using the ALTER PROCESS command. The INFO command with the DETAIL
option is supported for both the PROCESS and SUBSYS objects. Use the DETAIL
option to display additional information.
INFO is a nonsensitive command.
INFO PROCESS
INFO PROCESS displays the current attribute values for the NonStop™ IPX/SPX
PROCESS 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.
PROCESS process-name
is a valid process name indicating the desired IPXPROTO process.
DETAIL
specifies that the display include additional detailed information about the object.
INFO [ / OUT file-spec / ] PROCESS process-name
[ , DETAIL ]