TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
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.