TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-53
ALTER PROCESS
ZSPI-VAL-False
The process does not enter the DEBUG or INSPECT program soon after
starting (unless other events cause this to happen).
ZInspect
determines which debugger the process enters soon after it starts. This field is
only valid if ZDebug is ZSPI-VAL-True. The following value is valid:
ZExtendedSegSize
specifies the size, in megabytes, of the process’ extended segment.
The first number is the initial size of the extended segment.
The second number is the growth limit for the extended segment. This value
must be equal to or greater than the initial size and must be a multiple of the
initial size.
The valid range for an extended segment size is 1 to 128 megabytes. If the
value is ZTMF-VAL-ResetWord for either of the two numbers, the extended
segment size is reset to the default value chosen by the process.
ZPfsSize
specifies the size, in bytes, of the process file segment (PFS) for the process.
Values must be in the range from 131072 through 1048576 bytes. If the value
is ZTMF-VAL-ResetWord, the PFS is reset to the default value assigned by the
BINDER subsystem.
You might want to increase this value for a recovery process, for example, if
you have a large system that has many data volumes and/or files and you want
to ensure that there is a large enough PFS to accommodate the process’
needs. In particular, you must do this if you encounter, during a recovery, any
of the error messages from 30-39 that indicate a file-processing resource
shortage.
ZTMF-TKN-Swap
specifies the swap volume for the data and extended segments of the process.
You must specify a local volume name. This token is optional; only one occurrence
is allowed.
If the token is supplied and the length of the string is zero, the swap volume is
reset to the volume selected by the CMON process. If CMON is not available, the
system uses the volume containing the program file (usually $System) as the swap
volume.
ZSPI-VAL-True The process enters the INSPECT program.
ZSPI-VAL-False The process enters the DEBUG program.