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-58
ALTER TMF
ZTransProtocol
determines the protocol that TMF uses to flush transactions upon their
completion. The following values are valid:
ZDisasterRecovery
Specifies Disaster Recovery setting. The TMF Disaster Recovery Mode is used
to control TMF operations in special Disaster Recovery situations. See
“Requesting Disaster-Recovery Operations” in the TMF Operations and
Recovery Guide for additional information. This option is not required for
normal TMF operations.
ZNetDisconnectTimer
Specifies a time in seconds or Reset. ZNetDisconnectTimer may be used to
modify the disconnect timer in the TMP process. This timer is the number of
seconds a network transaction can exist without receiving any replies from a
partner node before the transaction is aborted. The default set in the TMP is 30
seconds.
ZNetSessionIdleTimer
Specifies a time in seconds or Reset. ZNetSessionIdleTimer may be used to
modify or disable the session idle timer in the TMP process. For a description
of the NetSessioinIdleTimer, see the description of ALTER TMF in the TMF
Reference Manual.
ZTMF-VAL-TransProto-MMI Specifies a potentially more
efficient flush protocol than the
standard protocol. For MMI, only
the processors that are
participating in a transaction are
contacted during the transaction’s
completion. By reducing the
number of processors contacted,
this protocol can improve
performance on systems where
many processors are configured
but only a few of those processors
are involved in any given
transaction.
ZTMF-VAL-TransProto-Standard Specifies the standard flush
protocol, where all processors in
the system are contacted during a
transaction’s completion. This
value is the default.
ZSpi-Val-True Specifies that TMF will start in disaster recovery mode.
ZSpi-Val-False Specifies that TMF will start in normal mode.










