TS/MP Management Programming Manual (H06.05+, J06.03+)

ZPWY-DDL- Definitions
HP NonStop TS/MP Management Programming Manual540082-005
5-11
ZPWY-DDL-DUMP-INFO
A DEFINE name can be from 2 through 24 characters in length. The first character
must be an equal sign (=) and the second must be a letter. The name can contain
alphanumeric characters, hyphens (-), underscores (_), and circumflexes (^).
For more information about DEFINEs, see the TACL Reference Manual and the
Guardian Users Guide.
ZPWY-DDL-DUMP-INFO
ZPWY-DDL-DUMP-INFO specifies whether the PATHMON process or the Pathway/iTS
TCP writes the contents of its data stack and extended data segment information to a
file if an internal error occurs. If dumping is enabled, you can specify the name of the
file to which the information is written.
For more information on TCPs, see the Pathway/iTS System Management Manual.
ZDUMP
enables or disables memory dumping. The valid values are:
ZDUMPFILE
specifies the name of the file that the PATHMON process or TCP creates for its
dump operation. The valid values are:
[\node] [.$volume] [.subvol] [.filename]
[ \* ]
The node name can be either a specific node name or \*, a generic name
representing the node on which the PATHMON process is currently running. If you
do not specify a node name, the default node for the file-name expansion is
determined by the value you specify for the ZNODEINDEPENDENT field of the
START PATHWAY command.
def ZPWY-DDL-DUMP-INFO.
02 ZDUMP token-type ZPWY-DDL-ON-OFF.
02 ZDUMPFILE token-type ZSPI-DDL-FNAME32.
end.
ZPWY-VAL-OFF Directs the PATHMON process or the TCP not to write data
stack information to a file when it encounters an internal or
fatal error. This is the default value.
ZPWY-VAL-ON Directs the PATHMON process or the TCP to create one or
more disk files and write the contents of its data stack and its
extended data segment to these files.
After creating 10 primary process and 10 backup process
dump files, the PATHMON process and the TCP stop
performing memory dumps. This prevents writing over
existing dump files that may indicate the original cause of a
problem, and prevents filling a disk with dump files.