TMF Operations and Recovery Guide (G06.26+)
Audit Dumps
HP NonStop TMF Operations and Recovery Guide—522417-003
4-6
Dumping to Remote Systems
Dumping to Remote Systems
Dumping audit-trail files to a remote system is not considered a TMF distributed
operation. A remote system does not have to be running TMF to receive audit dumps.
You can dump audit trails to either a tape drive or a disk on a remote system.
Tape Dumping
Use the ALTER AUDITDUMP command to identify a remote system for dumping audit-
trail files to tape. The remote system need not be running TMF, but it must be
configured for labeled-tape processing. Tapes used for a remote dump must be
registered in the local TMF catalog.
To identify a remote system in the audit dump configuration, use the SYSTEM option of
the ALTER AUDITDUMP command:
TMF 18> ALTER AUDITDUMP MAT, SYSTEM \REMOTE1, COPIES 2 PARALLEL
See the TMF Reference Manual for instructions on using the ALTER AUDITDUMP
command.
Disk Dumping
Use the ALTER AUDITDUMP command to identify a remote system for dumping audit-
trail files to disk.
To identify a remote system for disk dumping, use the ADDDISKMEDIA option of the
ALTER AUDITDUMP command:
TMF 21> ALTER AUDITDUMP MAT, MEDIUM DISK, ADDDISKMEDIA &
>>>( \REMOTE1.$DATA01.RD, \REMOTE1.$DATA02.RD, &
>>>\REMOTE.$DATA05.RD)
See the TMF Reference Manual for instructions on using the ALTER AUDITDUMP
command.