SHOW CLUSTER ADD — VMS 4.6
Modifies the current display by including the specified field or
class. The add command can also be used to include circuits and
connections that are in a particular state or the include a
particular system or type of system in the display.
Format:
ADD class[,...] [/qualifier...] [field[,...]] [/qualifier...]
Additional information available:
examples
1. Several classes and/or fields may be added using one command:
ADD CIRCUITS,CONNECTIONS,LOC_CONID,REM_CONID
The above command adds the CIRCUITS and CONNECTIONS classes
to the display along with the LOC_CONID and REM_CONID fields.
2. All of the fields in a class can be added to the display in
one command:
ADD SYSTEMS/ALL
The above command adds all the fields in the SYSTEMS class to
the display.
3. Systems may be added to the display by nodename, system-id,
or by hardware-type:
ADD SYSTEMS /TYPE=V750 /NODE=(STAR,GALAXY) /ID=(170,171)
The above command adds all 11/750 systems, two systems
with nodenames of STAR and GALAXY, and two systems with
system-ids of 170 and 171 to the display.
4. CIRCUITS and CONNECTIONS in OPEN or NON_OPEN states may
be added to the display:
ADD CIRCUITS/TYPE=ALL, CONNECTIONS/TYPE=OPEN
The above command adds all types of CIRCUITS (OPEN and
NON-OPEN) to the display, and adds only CONNECTIONS that
are OPEN to the display.
qualifiers
Qualifiers apply only to class names. The /ALL qualifier can be used to add all the fields in a particular class to the display. Additional qualifiers apply only to the SYSTEMS, CIRCUITS and CONNECTIONS classes. For additional information, see HELP ADD class.
field
Adds the specified field or fields to the current display.
Format:
ADD field[,...]
NOTE: For a complete list of field names type HELP FIELDS.
For a list of field names in a particular class type
HELP CLASSES class-name.
class
Adds the specified class or classes to the currently display.
Format:
ADD class[,...] [/qualifier,...]
NOTE: For a complete list of class names type HELP CLASSES
Additional information available:
CLUSTERSYSTEMSMEMBERSCIRCUITSCONNECTIONSCOUNTERS
CREDITSLOCAL_PORTSERRORS
CLUSTER
Adds the Cluster class to the display.
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Cluster class to the display.
Format:
ADD CLUSTER/ALL
SYSTEMS
Adds the Systems class to the display, or adds specific
system(s) to the display. The system(s) to be added
may be specified by type, system ID number, or node name.
Format:
ADD SYSTEMS [/qualifier,...]
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Systems class to the display.
Format:
ADD SYSTEMS/ALL
/ID
Specifies the system ID number of the system to be added to the
display. To specify a hexadecimal value as the ID number,
preceed the value with %X.
Format:
ADD SYSTEMS/ID=(system-ID[,...])
If only one system ID is specified, the parenthesis may be omitted.
Examples:
ADD SYSTEMS/ID=101
ADD SYSTEMS/ID=(206,%XF2A)
/NODE
Specifies the node name of the system(s) to be added to the display.
Format:
ADD SYSTEMS/NODE=(node-name[,...])
If only one node name is specified, the parenthesis may be omitted.
/TYPE
Specifies the type of system to be added to the display. The
type may be any of the valid system types as displayed in the
HW_TYPE field.
Format:
ADD SYSTEMS/TYPE=(system-type[,...])
If only one system type is specified, the parenthesis may be omitted.
MEMBERS
Adds the Members class to the display.
Format:
ADD MEMBERS
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Members class to the display.
Format:
ADD MEMBERS/ALL
CIRCUITS
Adds the Circuits class to the display and/or adds circuits
which are in a particular state to the display.
Format:
ADD CIRCUITS [/qualifier,...]
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Circuits class to the display.
Format:
ADD CIRCUITS/ALL
/TYPE
Specifies the type of circuits to add to the display. Valid circuits
types are:
OPEN - Circuits in the open state.
NOOPEN - Circuits in the closed state or any of the open in
progress states.
ALL - All types of circuits.
Format:
ADD CIRCUITS/TYPE=(type[,...])
If only one type is specified, the parenthesis may be omitted.
CONNECTIONS
Adds the Connections class to the display and/or adds
connections which are in a particular state the display.
Format:
ADD CONNECTIONS [/qualifier,...]
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Connections class to the display.
Format:
ADD CONNECTIONS/ALL
/TYPE
Specifies the type of connections to add to the display. Valid
connection types are:
OPEN - Connections in the open state.
NOOPEN - Connections in the closed state, listen states, or
any of the connect, disconnect, accept, reject, or
failed states.
ALL - All types of connections.
Format:
ADD CONNECTIONS/TYPE=(type[,...])
If only one type is specified, the parenthesis may be omitted.
COUNTERS
Adds the Counters class to the display.
Format:
ADD COUNTERS
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Counters class to the display.
Format:
ADD COUNTERS/ALL
CREDITS
Adds the Credits class to the display.
Format:
ADD CREDITS
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Credits class to the display.
Format:
ADD CREDITS/ALL
LOCAL_PORTS
Adds the Local Ports class to the display.
Format:
ADD LOCAL_PORTS
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Local_Ports class to the display.
Format:
ADD LOCAL_PORTS/ALL
ERRORS
Adds the Errors class to the display.
Format:
ADD ERRORS
Additional information available:
Qualifiers
Additional information available:
/ALL
Adds all the fields in the Errors class to the display.
Format:
ADD ERRORS/ALL