TS/MP System Management Manual (G06.24+, H06.03+)

PATHMON Environment Control Commands
NonStop TS/MP System Management Manual541819-001
11- 5
INFO PATHMON Command
This command creates a backup PATHMON process in processor 4, and creates a
dump file named PMDUMP if an internal error occurs:
CONTROL PATHMON, BACKUPCPU 4, DUMP ON (FILE PMDUMP)
INFO PATHMON Command
Use the INFO PATHMON command to display the attribute values currently defined for
the PATHMON process.
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.
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.
Consideration
OBEYFORM is an INFO command option for the the PATHMON process, PATHWAY,
SERVER objects, as well as for the Pathway/iTS TCP, TERM, 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 Pathway environment configuration. You
must add the START PATHWAY command at the end of the OUT file before using the
file to start a Pathway environment. See the examples in this subsection.
Examples
The INFO PATHMON command causes the PATHMON process to display:
=INFO PATHMON
PATHMON
BACKUPCPU 4
DUMP ON (FILE \SY.$VOL1.TESTING.MONDUMP)
This command:
INFO PATHMON, OBEYFORM
causes PATHMON to display the information in command form:
SET PATHMON BACKUPCPU 4
SET PATHMON DUMP ON (FILE \SY.$VOL1.TESTING.MONDUMP)
INFO [ / OUT list-file / ] PATHMON [ , OBEYFORM ]