HP 3000 Manuals

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


Using the Node Management Services (NMS) Utilities

READALLCONF 

Reads all data from the current configuration record.

Syntax 

READALLCONF [;FORMAT]

Parameters 

FORMAT                Designates output formatting.  Output is formatted
                      in a WRITECONF format so that it can be re-entered
                      into NMMGR's maintenance mode.  If the format
                      option is omitted, data will be formatted with one
                      field per line when writing to a file.

Description 

READALLCONF reads and displays all the fields in the configuration record
identified by the current path.  If the current path is associated with a
multipaged data screen, then all the pages of data associated with the
screen are displayed, unless PAGECONF was used to set the current page.

Output is directed to the file defined in the file equation FORMLIST. If
FORMLIST is not defined, output is sent to $STDLIST.

You must enter the CARDCONF, then the PATHCONF command before using the
READALLCONF command.  This defines the pathname of the record from which
the data will be read.  If you want READALLCONF to display the data
written in the previous WRITECONF commands, you must first enter the
UPDATECONF command.

If you are referencing a DTC card screen, you must use the CARDCONF
command to set the current card number before issuing the READALLCONF
command.

Example 

To display all the fields in the NETXPORT.NI.GLOBAL screen:

NMMGR>PATHCONF NETXPORT.GLOBAL  (Sets the path to the screen.)
NMMGR>READALLCONF               (Displays all the fields in the screen.)
NMMGR>PATHCONF NETXPORT.GLOBAL  (Sets the path to the screen.)
NMMGR>READALLCONF;FORMAT        (Displays all the fields in the screen.)

     PATHCONF NETXPORT.GLOBAL
     WRITECONF    HOMENET, "NETNAME  "
     WRITECONF          F, "2"
     WRITECONF          G, "3"
     WRITECONF          H, "1"
     WRITECONF      INBUF, "256"
     UPDATECONF

     NMMGR



MPE/iX 5.0 Documentation