TMF Reference Manual (G06.24+)

TMFCOM Commands
HP NonStop TMF Reference Manual522418-002
3-50
ALTER AUDITDUMP
Examples
The following command causes two parallel copies of each future audit dump for the
master audit trail to be directed to magnetic tape drives on the remote system \LA01,
changes the blocksize to 16, and requests that tape verification be performed:
TMF 11> ALTER AUDITDUMP MAT, SYSTEM \LA01, COPIES 2 PARALLEL, &
>>>BLOCKSIZE 16, VERIFYTAPE ON
The next command specifies that two parallel copies of each audit dump for the master
audit trail be directed to two magnetic tape drives, one on the system \GOTHAM and
the other on the system \NEWARK:
TMF 12> ALTER AUDITDUMP MAT, SYSTEM (\GOTHAM, \NEWARK), &
>>>COPIES 2 PARALLEL
The following command causes future audit dumps for the master audit trail to be
directed first to the disk volume $ADUMP1, and then to the disk volume $ADUMP2
(when $ADUMP1 is full). (This command assumes that the disk media list is empty.)
TMF 13> ALTER AUDITDUMP MAT, MEDIUM DISK, &
>>>ADDDISKMEDIA ($ADUMP1, $ADUMP2)
The next command directs all future audit dumps for the master audit trail first to the
disk volume $BACKUP, then to the disk volume $SET (when $BACKUP is full), and
finally to the remote disk volume \NEWYORK.$LAST (when both $BACKUP and $SET
are full). (This command assumes that the disk media list is empty.)
TMF 14> ALTER AUDITDUMP MAT, MEDIUM DISK, &
>>>ADDDISKMEDIA ($BACKUP, $SET, &
>>>\NEWYORK.$LAST)
The following command removes the disk volume $ADUMP3 from, and adds
$ADUMP4 to, the disk media list for the auxiliary audit trail AUX01:
TMF 15> ALTER AUDITDUMP AUX01, MEDIUM DISK, &
>>>ADDDISKMEDIA $ADUMP4, &
>>>DELDISKMEDIA $ADUMP3
The next command resets the AUX01 audit dump to the default, which is dump to tape,
and clears the disk media list:
TMF 16> ALTER AUDITDUMP AUX01, RESET MEDIUM