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-9
ADD AUDITTRAIL
Tokens in Command Buffer
ZTMF-TKN-AuditTrailId
specifies an audit trail to add to the TMF configuration. This token is required; only
one occurrence is allowed. The following values are valid:
Audit trails must be added to the TMF configuration in sequence, starting with the
master audit trail, then the auxiliary audit trails Aux01, Aux02, and so forth.
ZTMF-TKN-ActiveVolume
specifies the disk volume that holds the audit trail files. This token must occur at
least once; up to 16 occurrences are allowed. You must specify a unique disk
volume for each audit trail.
A volume configured as an active-audit volume cannot be configured as a data
volume. To add more audit volumes to the configuration later, use the ALTER
AUDITTRAIL command.
Volumes of the same size should be used for a specific audit trail. TMF allocates
the same number of files on each volume, and all volumes must be able to hold all
of those files. If a mixture of large and small disks is used for an audit trail, some
portion of the large disks remains unused because this space receives neither the
active audit trail nor the audited files. The unused space, however, could be
configured as overflow space or audit restore space.
ZTMF-TKN-OverflowVolume
specifies the disk volume used as overflow space for the audit trail. This token can
occur from 1 to 16 times. Although this token is optional, it is recommended that
you specify at least one overflow-audit volume. You cannot specify the same
overflow-audit volume twice in the same command. Overflow-audit volumes can be
the same volumes as the active-audit volumes; they can also be data volumes or
any volumes not configured for other TMF purposes.
ZTMF-VAL-Mat Master audit trail
ZTMF-VAL-Aux01 Auxiliary audit trail #1
ZTMF-VAL-Aux02 Auxiliary audit trail #2
. . .
ZTMF-VAL-Aux015 Auxiliary audit trail #15










