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-15
ADD DATAVOLS
ZRecoveryMode
specifies whether audit trail files are held on disk until they are no longer
required for volume recovery. The following values are valid:
ZTMF-VAL-RecovMode-Online
directs TMF to retain sufficient audit trail files on disk so that volume
recovery does not need to restore audit information from an archived audit
dump. Retaining audit trail files on disk can affect audit trail management
and transaction processing; transaction processing, for example, is
disabled if it causes the audit trail to exceed a capacity threshold. This is
the default.
ZTMF-VAL-RecovMode-Archive
directs TMF to release audit trail files so that they are not retained on disk
solely for the purpose of volume recovery. If volume recovery becomes
necessary, one or more audit dumps might need to be restored. This value
is valid only if audit dumping is configured for the associated audit trail.
ZIgnorePreviousConfig
specifies whether or not a data volume is to be added to the configuration
regardless of whether it was associated with a previous TMF configuration and
thus might be inconsistent.
ZSPI-VAL-True
specifies that a data volume is to be added to the configuration regardless
of whether it was associated with a previous TMF configuration and thus
might be inconsistent. The ADD DATAVOLS command does not return an
error.
ZSPI-VAL-False
specifies that a data volume from a previous configuration cannot be
added to the configuration. The ADD DATAVOLS command fails.
If this field is null, the default is ZSPI-VAL-False.
Caution. Volume recovery cannot repair any inconsistencies that exist when a data volume is
added with ZIgnorePreviousConfig set to ZSPI-VAL-True, even if the data volume is returned
to its previous configuration environment.










