TMF Management Programming Manual (G06.24+)
Commands and Responses
HP NonStop TMF Management Programming Manual—522420-002
5-52
ALTER PROCESS
ZSPI-VAL-FALSE 
The process does not enter DEBUG or INSPECT 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.
ZPFSIZE
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.










