TMF Operations and Recovery Guide (G06.26+)

Online Dumps
HP NonStop TMF Operations and Recovery Guide522417-003
5-6
DUMP FILES Command Examples
The attributes for online dumps, which are set with the DUMP FILES command, are
similar to those for audit dumps, which are set with the ALTER AUDITDUMP
command, with the following exceptions:
The COPIES option specifies the number of parallel copies to be made of each
dump; online dumps cannot be made serially. To make two copies of an online
dump, therefore, requires two tape drives. Make two copies of each dump, if you
have two available tape drives, in case one online dump tape cannot be read.
COPIES 1 is the default.
The TAPEMEDIA option specifies which tapes to use when dumping the audited
files. A TMF scratch tape is always acceptable for an online dump; if one is
already mounted, or mounted instead of the specified tape, it will be used.
The DISKMEDIA option specifies where the dumps should be recorded. At least
one volume must be specified, with a maximum of 16 volumes. If a list of volumes
is given, the dump process tries to use the first disk. If this disk cannot be
accessed or is out of space, the next disk is tried, and so forth. Disk media is
specified as follows:
DISKMEDIA disk-volume-list
A disk volume can be specified in the following forms:
\remote-node.$volume.prefix
\local-node.$volume.prefix
\local-node.$volume
$volume
$volume.prefix
The default prefix is ZT. You can use this default or define another two-character
prefix, which you might want to do to segregate different applications’ dumps from
one another.
See the TMF Reference Manual for a list of all DUMP FILES command options and
detailed instructions on using the DUMP FILES command.
DUMP FILES Command Examples
The examples that follow show some typical methods for using the DUMP FILES
command to produce online dumps. When an online dump is complete, the dump
process generates a report. More examples appear in the TMF Reference Manual.
The following example shows a DUMP FILES command that specifies the file set list
with the wild card (*) syntax:
26> TMFCOM
TMF 1> DUMP FILES $DATA.*.*
Caution. If you specify a remote dump location, you must use a different prefix from ZT to
prevent a remote dump from overwriting a local dump in the default location.