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-10
ADD AUDITTRAIL
ZTMF-TKN-RestoreVolume
specifies the disk volume used when restoring audit dumps. If audit dumping is
configured for the audit trail, you must specify at least one volume for this purpose.
This token can occur from 1 to 16 times. You cannot specify the same restore-audit
volume twice in the same command. Restore-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-MAP-Add-AuditTrail
is an extensible structured token that contains fields for adding an audit trail to the
TMF configuration. This token is required; only one occurrence is allowed. This
token contains the following fields:
ZFilesPerVolume
specifies the number of files in the audit trail that reside on each active-audit
volume configured. The audit trail’s capacity is determined by the number of
audit-trail files per volume, the number of active-audit volumes, and the file
sizes. TMF pre-allocates these files when the ADD AUDITTRAIL command is
executed. If the subsystem cannot allocate all the files, this command fails.
The minimum value is 1 and the maximum value is 100. The default is 5.
ZFileSize
must be set to the same value as ZFileSize32, unless the file size exceeds
2047. If the file size exceeds 2047, you must set ZFileSize to ZSPI^Null and
ZFileSize32 to the desired file size.
ZAuditDump
specifies whether or not audit dumping is performed for the audit trail. During
audit dumping, TMF automatically copies to tape or disk an audit trail file that
has become full. The following values are valid:
The default is ZSPI-VAL-True.
An auxiliary audit trail cannot be configured with ZAuditDump set to ZSPI-VAL-
True unless the master audit trail is also configured with ZAuditDump set to
ZSPI-VAL-True. A master audit trail cannot be configured with ZAuditDump set
to ZSPI-VAL-False unless the auxiliary audit trails are also configured with
ZAuditDump set to ZSPI-VAL-False. However, a master audit trail can be
Caution. The number of active-audit volumes multiplied by the value of ZFilesPerVolume must
be 2 or greater.
ZSPI-VAL-True Audit dumping is enabled.
ZSPI-VAL-False Audit dumping is prevented.










