TCP/IP (Parallel Library) Configuration and Management Manual

SCF Reference for Parallel Library TCP/IP
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual522271-006
5-55
INFO SUBNET Command for TCPMAN
INFO SUBNET Command for TCPMAN
The INFO SUBNET command displays the current attribute values for the specified
subnets.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
SUBNET $ZZTCP.#ZPTMn.subnet-name
is the name of the subnet. To obtain info about the subnets on all configured
TCPMONs, use the wild-card (*) notation for the TCPMON name. For example,
INFO SUBNET $ZZTCP.*.SN1. To obtain info about the subnet on one TCPMON,
qualify the TCPMON name. For example, INFO SUBNET $ZZTCP.#ZPTM1.SN1.
If you omit the object name, SCF uses the assumed object name. For information
about the ASSUME command, see the SCF Reference Manual for G-Series RVUs.
DETAIL
specifies that the display is to include additional detailed information about the
object.
OBEYFORM
causes the subnet configuration to be displayed in ADD SUBNET and ALTER
SUBNET formats, so that this configuration can be re-created.
Examples
The first example returns information about a specific subnet, the second example
returns information about all running subnets on the system, the third example returns
detailed information about a specific subnet, and the fourth example displays the
subnet configuration in ADD SUBNET and ALTER SUBNET formats:
-> INFO SUBNET $ZZTCP.#ZPTM1.SN1
-> INFO SUBNET $ZZTCP.#ZPTM1.*
-> INFO SUBNET $ZZTCP.#ZPTM2.SN2, DETAIL
-> INFO SUBNET *, OBEYFORM
INFO [ / OUT file-spec / ] [SUBNET $ZZTCP.#ZPTMn.subnet-name]
[, DETAIL | , OBEYFORM]