Pathway/iTS System Management Manual (G06.24+)
TERM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
10-9
INFO TERM Command
OBEYFORM
displays the information in the format you would use to set up a PATHMON
configuration file; each attribute is displayed as a syntactically correct PATHCOM
SET command. PATHCOM adds a RESET TERM command before and an ADD
TERM command after each TERM object description.
Considerations
•
INFO TERM displays only the SET TERM attribute values that you explicitly
defined for a TERM object. The attributes are displayed in alphabetic order. This
command returns information about a TERM object only after the description has
been added to the PATHMON configuration file.
•
OBEYFORM is an INFO command option for the PATHMON, PATHWAY, TCP,
TERM, SERVER, and PROGRAM objects. By using the OUT list-file option
and issuing an INFO command for each object in succession, you can build a new
cold start command file that reflects any modifications you have made to your
PATHMON environment configuration. You must add the START PATHWAY
command at the end of the OUT file before using the file to start a PATHMON
environment.
Examples
The following command requests information for two TERM objects:
INFO (TERM-2,TERM-3)
The following command:
INFO TERM TERM-1, OBEYFORM
causes the PATHMON process to display the TERM object attributes in the following
format:
RESET TERM
SET TERM AUTORESTART 0
SET TERM BREAK OFF
SET TERM DIAGNOSTIC ON
SET TERM ECHO ON
SET TERM FILE \*.$BOBE
SET TERM INITIAL MENU
SET TERM INSPECT OFF
SET TERM TCP TCPA
SET TERM TMF ON
ADD TERM TERM-1
The following command directs the information to a particular file:
INFO/OUT TERMFLE/TERM *