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-39
ALTER BEGINTRANS
Tokens in Command Buffer
ZTMF-MAP-Alter-BeginTrans
is an extensible structured token that contains fields for specifying the attributes of
the BEGINTRANS object to be altered. Although this token is required, it can
contain all null values; only one occurrence is allowed. This token contains the
following fields:
ZTransCountThresh
specifies the lower and upper limits at which the number of active transactions
in the system automatically disables and reenables new transactions.
The first value is the lower limit. When the total number of concurrent
transactions falls below this value, new transactions are reenabled, if other
conditions needed for reenabling exist. This value must be at least 1 and less
than the second value. If this field is ZTMF-VAL-ResetWord or ZTMF-VAL-
ResetDblWord, the value is 1500.
The second value is the upper limit. When the total number of concurrent
transactions exceeds this value, new transactions are disabled. This value
must be greater than the first value; the maximum is 1073741824. If this field is
ZTMF-VAL-ResetWord or ZTMF-VAL-ResetDblWord, the value is 1600.
To prevent transaction processing from constantly switching back and forth
between the enabled and disabled states, a recommended approach is to
allow a large range (such as 100) between the two limits.
ZTmfLibMemThresh
specifies the lower and upper limits of the percentage of CPU memory
allocated to TMFLIB at which TMF automatically disables and reenables new
transactions.
The first value is the lower limit. When the percent of CPU memory allocated to
TMFLIB falls below this value, BEGINTRANSACTION is reenabled. This value
must be less than the second value. If this field is ZTMF-VAL-ResetWord or
ZTMF-VAL-ResetDblWord, the value is 85.
The second value is the upper limit. When the percent of CPU memory
allocated to TMFLIB exceeds this value, BEGINTRANSACTION is disabled.
This value must be greater than the first value. If this field is ZTMF-VAL-
ResetWord or ZTMF-VAL-ResetDblWord, the value is 90.
To prevent transaction processing from constantly switching back and forth
between the enabled and disabled states, a recommended approach is to
allow an adequate range between the values of the two limits.










