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

TMF Reference Manual
HP NonStop TMF Supplement for Large Audit-Trail Files527391-001
5-27
INFO AUDITTRAIL (Pages 3-152 through 3-155)
Examples
The following INFO AUDITTRAIL command displays information for the master audit
trail:
TMF >77 INFO AUDITTRAIL MASTER
AuditTrail Configuration:
Master
ActiveVols: $MAT1, $MAT2
Subvolume ZTMFAT, Prefix AA, filesize 1000000,
filespervolume 3, auditdump on, overflowthreshold 75%,
begintransdisable 90%, MaxRetainedATFiles 1
OverflowVols: $DATA1
RestoreVols: $DATA2
The next INFO AUDITTRAIL command formats the configuration of the master audit
trail as command file text, directing this output to the file COMFL1 on the default
volume and subvolume:
TMF 78> INFO /OUT COMFL1/ AUDITTRAIL MASTER, OBEYFORM
This text, which can be submitted from COMFL1 as a command to TMFCOM, is as
follows:
SET AUDITTRAIL auditdump on
SET AUDITTRAIL filesize 1000000
SET AUDITTRAIL filespervolume 3
SET AUDITTRAIL overthrowthreshold 75
SET AUDITTRAIL begintransdisable 90
SET AUDITTRAIL Activevols ( &
$MAT1 &
,$MAT2 &
)
SET AUDITTRAIL OverflowVols ( &
$DATA1 &
)
SET AUDITTRAIL RestoreVols ( &
$DATA2 &
)
ADD AUDITTRAIL Master