TMF Supplement for Large Audit Files (G06.24+)

TMF Reference Manual
HP NonStop TMF Supplement for Large Audit-Trail Files527391-001
5-20
ALTER AUDITTRAIL (Pages 3-51 through 3-60)
command are not undone; to get the configuration to the desired state, use the INFO
AUDITTRAIL command to check the configuration and then enter ALTER AUDITTRAIL
commands to compensate for the changes needed.
If the ALTER AUDITTRAIL command returns an error, files that were preallocated
when active volumes were added might not be purged from the volumes; this occurs if
the TMP loses access to these volumes. If you attempt the ALTER AUDITTRAIL
command again, adding these volumes as active, the existing preallocated files are
purged before the new ones are created.
TMF includes a transaction abort threshold based on master audit trail (MAT) capacity.
This threshold dictates that if the oldest pinned MAT file is pinned because of currently
active transactions, and 45% or more of the MAT’s active capacity is filled, TMF
automatically aborts those transactions involved in this pinning. (TMF reports these
aborts with EMS event message 289.) The MAT-based threshold cannot be adjusted
by any operator command. Instead, if this threshold is aborting transactions that
should not be aborted, you must increase the audit trail capacity. You can do this
either by increasing the number of audit-trail files per volume or by adding another
active-audit volume.
Examples
The following command changes the FILESPERVOLUME value for the master audit
trail to 4:
TMF 21> ALTER AUDITTRAIL MAT, FILESPERVOLUME 4
The subsequent command adds an active-audit volume and changes the number of
files for the volume to six for the AUX02 audit trail:
TMF 22> ALTER AUDITTRAIL AUX02, ADDACTIVEVOL $AUDIT2, &
>>>FILESPERVOLUME 6
The next command sets the AUDITDUMP attribute to OFF for the master audit trail:
TMF 23> ALTER AUDITTRAIL MAT, AUDITDUMP OFF
WARNING: After AUDITDUMP is turned OFF, potentially neither
volume nor file recovery can recover your files
because audittrail files could be purged.
Please confirm the option, Auditdump OFF? (Y/N) y
.
.
.
Assume that a restore-audit volume was originally configured on the disk drive
$TMF01, but now needs to be moved to another disk drive, $TMF02. The following
example shows how this can be done with a single ALTER AUDITTRAIL command.