TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-52
ALTER PROCESS
ZTMF-MAP-Alter-Processes
is an extensible structured token specifying the attributes of the process
configuration that are to be changed. This token is optional; only one occurrence
is allowed. This token contains the following fields:
ZCpusInfo
specifies from 1 to 16 different processors in which to run the process. See the
struct ZTMF-TYP-CpusInfo under Private Token and Field Types in Section 4
of this manual. If the value is ZTMF-VAL-ResetCpusInfo, the CPUs for the
process are reset to the CPUs selected by the CMON process or by TMF.
The CPU is assigned as follows:
If the command specifies more than one CPU, the list is searched from
beginning to end to beginning again, until a CPU is found.
If the command does not specify a CPU and the operating system’s CMON
process is running, the CMON process chooses a CPU.
If the command does not specify a CPU and the CMON process is not
running, TMF assigns the same CPU on which the TMP process is
running.
For the TMFMON2 process, the ZCpusInfo field has no effect.
ZPriority
specifies the execution priority for the process. Valid values range from
1 through 199.
If the value is ZTMF-VAL-ResetWord, the priority for the process is reset to the
priority selected by the CMON process. If CMON is not available, the system
uses the priority 204 for the TMP, 180 for TMFMON2, and 149 for all other
process types.
ZMakeSaveAbend
specifies whether an Inspect program save-abend file is created if the process
terminates abnormally. The following values are valid:
ZDebug
directs the process to enter the DEBUG or INSPECT program soon after it
starts. The following values are valid:
ZSPI-VAL-True
The process enters DEBUG or INSPECT soon after starting.
ZSPI-VAL-True A save-abend file is created.
ZSPI-VAL-False A save-abend file is not created.