Distributed Name Service (DNS) Management Operations Manual
Options for Entering DNSCOM Commands
Using DNSCOM
31258 Tandem Computers Incorporated 6–15
4) To get information about all of a particular type of DNS object defined on a
particular node. Examples are:
INFO ALIAS * ON \NCN
INFO GROUP * ON \NCN
5) To get information about all of the members of a group, for example:
INFO * IN SAN_FRANCISCO
6) To get information about all instances of an alias type or composite type.
Examples are:
INFO CIRCUIT *
INFO SNA-TERMINAL *
7) To get information about all SSTYPES defined by a particular subsystem.
Examples are:
INFO * IN PATHWAY
INFO * IN SNAX
8) To get information about all objects controlled by a particular manager. Examples
are:
INFO * UNDER $PM
INFO * UNDER $SSCP
9) To get information about all instances of an SSTYPE. Examples are:
INFO LINE *
INFO LINE IN SNAX *
10) Some permissible combinations of the above are:
INFO ALIAS * ON \NCN IN SAN_FRANCISCO
INFO CIRCUIT * IN SAN_FRANCISCO
INFO CIRCUIT * ON \NCN IN SAN_FRANCISCO
INFO LINE * UNDER \NEWYORK.$PM
Accessing Another
Configuration for a Single
Command
With some DNSCOM commands, you can specify nodes other than the current
system. The INFO, LIST, STATUS, and STOP commands allow you to specify a
system or manager name, other than the current system or manager. This is done by
using the AT phrase. For example, the following command is processed on the
\MADRID system instead of the current system:
INFO * IN SPAIN AT \MADRID, EXPLODE
In addition, the ALTER, COPY, DELETE, and RESTORE commands allow operations
to be directed to a name manager other than the one currently open. The following
command is processed by the \NEWYORK system:
RESTORE MEMBERS * ON \MEMPHIS IN KNOXVILLE AT \NEWYORK