TMF Reference Manual (G06.24+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-002
3-235
SET AUDITTRAIL
You can display the attribute values established by the most recent SET AUDITTRAIL
command in your session by entering the SHOW AUDITTRAIL command.
For additional guidelines, see the ADD AUDITTRAIL command description earlier in
this section.
Examples
The following SET AUDITTRAIL command sets the BEGINTRANSDISABLE attribute
to 85%:
TMF 11> SET AUDITTRAIL BEGINTRANSDISABLE 85
All subsequent ADD AUDITTRAIL commands that do not include the
BEGINTRANSDISABLE parameter use this value for that attribute (rather than the
default, 90).
TMF 12> ADD AUDITTRAIL MAT, FILESPERVOLUME 6, &
>>>ACTIVEVOLS ($MAT1, $MAT2), &
>>>OVERFLOWVOLS ($DATA1, $DATA2), &
>>>RESTOREVOLS $DATA1
TMF 13>ADD AUDITTRAIL AUX01, FILESPERVOLUME 4, &
>>>ACTIVEVOLS $AUX011, &
>>>OVERFLOWVOLS $DATA3, &
>>>RESTOREVOLS $DATA3
TMF 14> .
.
.
The next SET AUDITTRAIL command sets the FILESPERVOLUME attribute to 10,
and the AUDITDUMP attribute back to ON, for subsequent ADD AUDITTRAIL
commands in this session:
TMF 14> SET AUDITTRAIL FILESPERVOLUME 10, AUDITDUMP ON
TMF 15> .
.
.