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-11
ADD AUDITTRAIL
configured with ZAuditDump set to ZSPI-VAL-True regardless of the
ZAuditDump value for the auxiliary audit trails. The possible combinations are:
ZOverflowThreshold
specifies the percentage of audit trail capacity that can be consumed before
TMF begins overflow copying. This field is optional. The minimum value is 50
(percent) and the maximum value is 100 (percent). The default is 80 (percent).
ZBeginTransDisable
specifies the percentage of audit-trail capacity that can be consumed before
TMF disables new transactions. When the consumed capacity falls below this
threshold, new transactions are no longer disabled by audit-trail usage.
(However, new transactions can be disabled for other reasons, as explained
under the description of ALTER BEGINTRANS on page 5-38.) The minimum
value is 50 (percent) and the maximum value is 100 (percent). The default is
90 (percent).
ZFileSize32
specifies the size of the audit-trail files, in megabytes (MB). The minimum
value is 1 and the maximum depends on the format of the audit-trail files, as
follows:
For format 1 files: 2047 or the maximum disk size (if less than 2047 MB).
For format 2 files: 1048575 or the maximum disk size (if less than 1048575
MB). (This maximum value equals 1 terabyte (TB) minus 1 megabyte
(MB).)
For format 1 files, the default file size is 100, resulting in files of 100 MB (100 x
1024 x 1024 bytes) each. For format 2 files, the default file size is 1024,
resulting in files of 1024 MB (1024 x 1024 x 1024 bytes) each.
At any point after the FileSize attribute value is set, you can change that value
by using the ALTER AUDITTRAIL command.
ZAuditDump Value for
MAT
ZAuditDump Value for
AUX Allowed/Disallowed
ZSPI-VAL-True ZSPI-VAL-True Allowed
ZSPI-VAL-False ZSPI-VAL-False Allowed
ZSPI-VAL-True ZSPI-VAL-False Allowed
ZSPI-VAL-False ZSPI-VAL-True Disallowed










