TMF Reference Manual (G06.26+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-003
3-22
ADD AUDITTRAIL
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 $AUX1, RESTOREVOLS $DATA3, AUDITDUMP ON