1.3;lcnode (list_connected_nodes), revision 1.3, 85/02/14
LCNODE (LIST_CONNECTED_NODES) -- List nodes connected to the network.
usage: LCNODE [-M | -B [-ID] | -C] [-MAXNODES nnn]
FORMAT
LCNODE [options]
LCNODE lists the nodes currently connected to the network. The list contains
the ID of every node connected, the time at which the node was started, the
current time, and the name of each node's entry directory.
This command reports only the nodes that respond within a preset time limit.
Should a node be connected, but temporarily unable to respond within the
specified time, it will not appear in the produced list.
OPTIONS
-M[E] Request information about your node only. This option
displays the node id.
-B[RIEF] Request brief output. LCNODE lists only the entry
directory name for each connected node. Note that the
entry directory of a diskless node is the entry directory
of its paging partner.
-ID When used with -BRIEF, display the node ID in addition to
the entry directory.
-C[OUNT] Request node count only. LCNODE lists only the number of
nodes responding to its query.
-MAX[NODES] n
Set a limit on the number of nodes you want to see, even if
more could have responded.
EXAMPLES
1. $ lcnode
The node ID of this node is 21.
2 other nodes responded.
ID Boot time Current time Entry Directory
21 1984/06/09 9:21:44 1984/06/09 16:06:22 //DOLLAR
17 1984/06/09 13:52:02 1984/06/09 16:06:13 //QUARTER
27 1984/06/09 12:53:28 1984/06/09 16:06:07 //NICKEL
11 1984/06/09 12:03:39 1984/06/09 16:06:15 ** DISKLESS ** partner node: 17
2. $ lcnode -me
The node ID of this node is 21.
3. $ lcnode -b
//DOLLAR
//QUARTER
//NICKEL
//QUARTER
(//QUARTER appears once as the host for a diskless node and
once for the node with the disk.)
4. $ lcnode -c
466 other nodes responded.
5. $ lcnode -c -b
466
6. $ lcnode -c -m
The node ID of this node is 116A.
466 other nodes responded.
7. $ lcnode -b -id
21 //DOLLAR
17 //QUARTER
27 //NICKEL
11 //QUARTER