NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SHOW LINKS
NonStop NET/MASTER MS Commands
2–336 115412 Tandem Computers Incorporated
SHOW LINKS The SHOW LINKS command displays information about Inter-NET/MASTER
Connection (INMC) links. Entering the SHOW LINKS command with no operands
displays the current status of all links. (This information is not obtained from global
memory; it is obtained by querying (or attempting to query) each remote system for its
current operational status.)
SHOW LINKS[ ={
link-name
| ALL | * } ]
link-name
displays the link definition record of the specified link, together with the definition
records of all subordinate sessions and units. The information is obtained from
global memory.
The link name is defined in the LINK DEFINE command. The link name can be
from 1 through 12 characters long and can include any displayable characters.
Alphabetic characters are not case-sensitive.
This display does not show session definition records not attached to a link
definition record, nor unit definition records not attached to a session definition
record.
ALL
displays all link names. The information is obtained from global memory.
*
displays the relationships between all link names, session names, and unit names.
The information is obtained from global memory.
This display shows session definition records not attached to a link definition
record, and unit definition records not attached to a session definition record.
Considerations
The default authority level of this command is 0.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
Messages NNM0050 through NNM0067 and message NNM0999 indicate the
results of this command. Refer to the NonStop NET/MASTER Messages Manual or
NonStop NET/MASTER MS online help for a description of these messages.
Links with a status of PEND-ACT may have Remote Operator Control (ROC)
SIGNON link-name commands queued against them. These complete when the
link becomes active.
For related information, see the LINK, PARAM FEATUREDISABLE, SESSION,
and UNIT commands.