RSC/MP 7.3 Installation and Configuration Guide

RSCCOM Command Reference
HP NonStop Remote Server Call (RSC/MP) Installation and Configuration Guide522358-010
13-16
INFO Command
INFO Command
The INFO command displays the current attribute values for an object. See TDP
Object Attributes and Configuration Notes on page 13-28 for a list of attributes for the
ACS, PIPE, and TERM objects.
type
The type of TDP object.
name
The name of the object for which to display information.
OBEYFORM
This optional parameter displays the current configuration of the specified object in
a form, if captured to a file, which could be used as input in an OBEY file.
*
Displays the values of all configured objects of this type.
Examples:
The following command displays the values for the attributes of all the TERM objects
described in the TDP when Pipeman is available:
1(( INFO TERM *
This is an example of the information reported for a TERM object:
PWYPATHMON $PMON
ACSERVER ACS1
LOGEVENTS None
TEMPLATE Yes
The following command displays the configuration values for the TERM object
TERM01 in a form that could later be used as input in an OBEY file:
2(( INFO TERM TERM01 OBEYFORM
This is an example of the information reported for a TERM object:
ASSUME TERM
SET PWYPATHMON $RSCP
SET ACSERVER None
SET LOGEVENTS None
INFO type name [ OBEYFORM ]
INFO type *