TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual—540082-001
7-28
ZPWY-MAP-PAR-CONTROL-PM
ZBACKUPCPU
specifies the CPU where the PATHMON backup process runs. PATHMON stops
its existing backup process and creates a new backup process in the CPU you
specify.
ZDUMPINFO
specifies whether PATHMON writes the data stack information and the contents of
the PATHMON configuration file to a file if it encounters an internal error, and
specifies the name and location of the dump file. The fields are described under
ZPWY-DDL-DUMP-INFO on page 5-10.
If no file name is specified for ZDUMPFILE, the PATHMON process uses a file of
the form ZZPMnnn, where nnn is a 3-digit number. The file code is 130.
ZLOG1INFO and ZLOG2INFO
specify the files that the PATHMON process and the Pathway/iTS TCPs use for
reporting errors and changes in object status. The PATHMON process records
whether logging is enabled or disabled in the PATHMON configuration file. After a
cool start (a start in which a previous PATHMON configuration exists) the log files
are set to the state indicated in the configuration file.
ZLOG1INFO and ZLOG2INFO have these subfields:
ZSTATE
indicates whether to open the log file. The valid values are:
If you do not assign a value to this field and no value was previously assigned,
the default is ZPWY-VAL-OPEN. Any value previously assigned continues in
effect if you do not assign a new value.
Note. Any field in this structure can be changed independently of any other field. If you change
the value for a field and do not explicitly assign a value to other fields, the other fields retain
their original values.
ZPWY-VAL-CLOSED Specifies not to open the log file; if the log file is
already open, specifies to close it.
ZPWY-VAL-OPEN Specifies to open the log file.
Caution. If you turn off logging by closing a current log file, all internally queued messages are
lost.