Pathway/iTS System Management Manual (G06.24+)

PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual426748-002
11-6
INFO PROGRAM Command
INFO PROGRAM Command
Use the INFO PROGRAM command to display the attribute values defined in the
PATHMON configuration file for a PROGRAM object.
OUT list-file
directs output to the named list file; this could be a DEFINE name. If this option is
omitted, the PATHMON process directs the output to the PATHCOM list file; this is
typically the home terminal.
PROGRAM program-name
specifies the name of a PROGRAM object. You can specify either a single name or
several names separated by commas and enclosed in parentheses.
PROGRAM *
displays the attribute values for all PROGRAM objects described in the PATHMON
configuration file.
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 PROGRAM command before and an
ADD PROGRAM command after each PROGRAM object description.
Considerations
INFO PROGRAM displays all of the SET PROGRAM attribute values that you
explicitly defined for the PROGRAM object. This command returns information
about a PROGRAM 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. You must add the START PATHWAY command at the
end of the OUT file before using the file to start a PATHMON environment.
INFO [ / OUT list-file / ]
{ [ PROGRAM ] program-name }
{ [ PROGRAM ] ( program-name [ , program-name ]... ) }
{ PROGRAM * }
[ , OBEYFORM ]