Displays information in the LAN volatile node database.
Format
SHOW NODE node-name
1 – Parameter
node-name
Specifies the name of a node in the LAN volatile node database.
The name can include up to 63 characters associated with the
node address. If you do not specify a node name, all nodes are
displayed.
2 – Qualifiers
2.1 /ALL
Displays information for all nodes in the LAN volatile node
database. If you specify a node name, all matching nodes are
selected; for example, A/ALL selects all nodes beginning with A.
2.2 /OUTPUT
/OUTPUT=file-name
Creates the specified file and directs output to that file. If
the file extension is .com, the output is in the form of a list
of DEFINE NODE or SET NODE commands. The resulting command file
can be used to create the LAN node databases.
2.3 /TOTAL
Display counter totals only, for the nodes selected.
3 – Examples
1.LANCP> SHOW NODE
Node Listing:
GALAXY (08-00-2B-2C-51-28):
MOP DLL: Load file: APB.EXE
Load root: $64$DIA24:<SYS11.>
Boot type: Alpha satellite
ZAPNOT (08-00-2B-18-7E-33):
MOP DLL: Load file: NISCS_LOAD.EXE
Load root: LAVC$SYSDEVICE:<SYS10.>
Boot type: VAX satellite
CALPAL (08-00-2B-08-9F-4C):
MOP DLL: Load file: READ_ADDR.SYS
Last file: LAN$DLL:APB_X5WN.SYS
Boot type: Other
2 loads requested, 1 volunteered
1 succeeded, 0 failed
Last request was for a system image, in MOP V4 format
Last load initiated 10-JUN-1998 09:11:17
on EXA0 for 00:00:06.65
527665 bytes, 4161 packets, 0 transmit failures
Unnamed (00-00-00-00-00-00):
Totals:
Requests received 2
Requests volunteered 1
Successful loads 1
Failed loads 0
Packets sent 2080
Packets received 2081
Bytes sent 523481
Bytes received 4184
Last load CALPAL at 10-JUN-1998 09:11:17.29
This example shows output from a command issued on a local node
on which there are three nodes defined (GALAXY, ZAPNOT, and
CALPAL). CALPAL has issued two load requests:
o The first request is the multicast request from CALPAL that
the local node volunteered to accept.
o The second request is the load request sent directly to the
local node by CALPAL for the actual load data. The elapsed
time from the second load request to completion of the load
was 6.65 seconds.
2.LANCP> SHOW NODE VAXSYS
Displays node characteristics and counters information from the
LAN volatile node database for node VAXSYS.
3.LANCP> SHOW NODE/ALL VAX
Displays node characteristics and counters information from the
LAN volatile node database for all nodes whose name begins with
VAX.
4.LANCP> SHOW NODE/ALL
Displays node characteristics and counters information from the
LAN volatile node database for all nodes.
5.LANCP> SHOW NODE/ALL/OUTPUT=TMP.INI
Writes a list of all nodes to the file TMP.INI.