TMF Reference Manual (H06.05+)
TMFCOM Commands
HP NonStop TMF Reference Manual—540138-002
3-23
ADD AUDITTRAIL
again with another ADD AUDITTRAIL command, the existing files are purged before
the new ones are created.
For more information about master and auxiliary audit trails, overflow volumes, and
restore-audit volumes, see the TMF Operations and Recovery Guide.
Examples
The following ADD AUDITTRAIL command adds a master audit trail using the disk
volumes $MAT1, $MAT2, and $MAT3 for the audit-trail files and overflow volumes:
TMF 10> ADD AUDITTRAIL MAT, &
>>>ACTIVEVOLS($MAT1,$MAT2,$MAT3), &
>>>FILESIZE 200, FILESPERVOLUME 3,&
>>>OVERFLOWVOLS($MAT1,$MAT2,$MAT3),&
>>>OVERFLOWTHRESHOLD 80, BEGINTRANSDISABLE 95,&
>>>RESTOREVOLS $DATA1, &
>>>AUDITDUMP ON
The next ADD AUDITTRAIL command adds an auxiliary audit trail identified as AUX01,
using the disk volume $AUX1 for the active-audit volume and $DATA3 for the overflow
and restore locations:
TMF 11> ADD AUDITTRAIL AUX01, FILESPERVOLUME 6, ACTIVEVOLS &
>>>$AUX1, OVERFLOWVOLS $DATA3, RESTOREVOLS $DATA3, AUDITDUMP ON










