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-33
ALTER AUDITTRAIL
ZTMF-TKN-AddOverflowVolume
specifies a volume to be added as an overflow volume for the audit trail. This token
is optional; multiple occurrences are allowed but the total number of overflow
volumes configured must not exceed 16.
ZTMF-TKN-DelOverflowVolume
specifies an overflow volume to be deleted. This token is optional; multiple
occurrences are allowed.
If the volume currently holds overflow-audit files still needed by TMF, the volume is
marked as “deleting”; no new files are allocated to it. When the remaining files are
no longer needed, they are purged. When all files have been purged, the volume is
removed from the overflow file list.
ZTMF-TKN-AddRestoreVolume
specifies a volume to be added as a restore volume for the audit trail. This token is
optional; multiple occurrences are allowed but the total number of restore volumes
configured must not exceed 16.
ZTMF-TKN-DelRestoreVolume
specifies a restore volume to be deleted. This token is optional; multiple
occurrences are allowed but at least 1 volume must remain if audit dumping is
configured.
If the volume currently holds restore-audit files, the volume is marked as “deleting”;
no new files are allocated to it. When the remaining files are no longer needed,
they are purged. When all of the files have been purged, the volume is removed
from the restore file list.
ZTMF-MAP-Alter-AuditTrail
is an extensible structured token specifying the attributes of the audit trail that are
to be changed. This token is required; only one occurrence is allowed. This token
contains the following fields:
ZFilesPerVolume
specifies the number of audit trail files that reside on each active-audit volume
configured. The minimum value is 1 and the maximum value is 100; the value
of ZTMF-VAL-ResetWord is 5.
If the number of files per volume is increased, then extra preallocated files are
created immediately on each active-audit volume to make up the difference
between the old and new values. If this allocation fails, then the ALTER
AUDITTRAIL command returns an error and the ZFilesPerVolume value stays
the same as before.










