HP 3000 Manuals

LISTLDEV [ Using the Node Management Services (NMS) Utilities ] MPE/iX 5.0 Documentation


Using the Node Management Services (NMS) Utilities

LISTLDEV 

Lists LDEVs for a DTC card in a format compatible with ADDLDEV.

Syntax 

                {dtcname}
     LISTLDEV   {dtc-nodename}    [filename]
                {station-address}

Parameters 

dtcname             The NMMGR nametag for the DTC being accessed.  The
                    nametag is the last name in the pathname of the DTC.
                    For example, the dtcname is DTC01 in the pathname
                    DTS.DTC.SELECT.DTC01.  The dtcname in a one to eight
                    character alphanumeric string.

dtc-nodename        The nodename of the DTC that has been configured at
                    the DTC nametag path.  The name must conform to the
                    NODENAME.ORGANIZATION.DOMAIN format.  The name is a
                    five to fifty character alphanumeric string.

station-address     The hexadecimal station of the DTC being accessed.

filename            A text file that contains the LDEVs to be listed.
                    The file name's format is:

                     filename[.groupname[.accountname]]

                    A file lockword may not be specified.  The contents
                    of the file must be formatted as described below.

Description 

If the filename parameter is specified, the file is created and opened.
If the file exists, its contents are purged before it is opened.  When
the filename is supplied, the file is updated with a list of all the
LDEVs configured for the selected DTC in a format compatible with
ADDLDEV. If the filename parameter is not supplied, the LDEVs are printed
on the $STDLIST.

See also ADDLDEV and PURGELDEV.

Example 

     NMMGR> LISTLDEV dtc01.ind.hp
     LISTLDEV> 100, 1, 1, tr10d96;
     LISTLDEV> 101, 1, 2, tr10d96;
     LISTLDEV> 102, 1, 3, tr10d96;
     LISTLDEV> 201, 2, tr10d96, pad1, 123456789012301

     NMMGR>



MPE/iX 5.0 Documentation