TMF Management Programming Manual (H06.06+, J06.03+)
Table Of Contents
- HP NonStop TMF Management Programming Manual
- Legal Notices
- Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction to TMF
- 2 Communicating With the TMFSERVE Process
- 3 SPI Programming Considerations for TMF
- 4 Common Definitions
- 5 Commands and Responses
- Command Summary
- Command Descriptions
- ABORT TRANSACTION
- ADD AUDITTRAIL
- ADD DATAVOLS
- ADD DUMPS
- ADD MEDIA
- ADD RESOURCEMANAGER
- ALTER AUDITDUMP
- ALTER AUDITTRAIL
- ALTER BEGINTRANS
- ALTER CATALOG
- ALTER DATAVOLS
- ALTER DUMPS
- ALTER MEDIA
- ALTER PROCESS
- ALTER TMF
- CANCEL OPERATION
- CLOSE RESOURCEMANAGER
- DELETE CATALOG
- DELETE DATAVOLS
- DELETE DUMPS
- DELETE MEDIA
- DELETE RESOURCEMANAGER
- DELETE TMF
- DELETE TRANSACTION
- DISABLE AUDITDUMP
- DISABLE BEGINTRANS
- DISABLE DATAVOLS
- DUMP FILES
- ENABLE AUDITDUMP
- ENABLE BEGINTRANS
- ENABLE DATAVOLS
- INFO ATDUMPDM
- INFO ATVOLUME
- INFO AUDITDUMP
- INFO AUDITTRAIL
- INFO BEGINTRANS
- INFO CATALOG
- INFO DATAVOLS
- INFO DUMPS
- INFO MEDIA
- INFO PROCESS
- INFO RESOURCEMANAGER
- INFO TMF
- LIST AUDITTRAIL
- NEXT AUDITTRAIL
- RECOVER FILES
- RELOCATE DISKDUMPS
- RESOLVE TRANSACTION
- START TMF
- STATUS ATFILE
- STATUS AUDITDUMP
- STATUS AUDITTRAIL
- STATUS BEGINTRANS
- STATUS CATALOG
- STATUS DATAVOLS
- STATUS OPERATION
- STATUS RESOURCEMANAGER
- STATUS RMTRANSBRANCHES
- STATUS TMF
- STATUS TMFSERVER
- STATUS TRANSACTION
- STATUS TRANSACTIONCHILDREN
- STOP TMF
- 6 Event Messages
- 7 Error and Warning Messages
- A TMF Configuration Limits and Defaults
- Index

Commands and Responses
HP NonStop TMF Management Programming Manual—540140-010
5-53
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 on page 4-6.
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, the following assignments take place:
For the BACKOUT, FILERECOVERY, and VOLUMERECOVERY
process types, TMF assigns the first available processor with the
fewest instances of the same process type.
For the TMP, TMF assigns the processors to which the $SYSTEM disk
is connected (typically Processors 0 and 1).
For all other configurable process types, TMF assigns the same
processors on which the TMP 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:
ZSPI-VAL-True A save-abend file is created.
ZSPI-VAL-False A save-abend file is not created.










