TMF Operations and Recovery Guide (G06.24+)

Online Dumps
HP NonStop TMF Operations and Recovery Guide522417-002
5-6
Dumping Enscribe Alternate-Key Files and
Partitioned Files
The following example shows a DUMP FILES command that specifies a file set list and
a NOT file set list to skip some $SYSTEM subvolumes:
28> TMFCOM
TMF 1> DUMP FILES $SYSTEM.*.*, BLOCKSIZE 28 &
>>>NOT ($SYSTEM.SYSTEM.*, $SYSTEM.ZTMFAT.*, $SYSTEM.SYS01.*)
The following example shows a DUMP FILES command that specifies disk volumes as
the dump media:
29> TMFCOM
TMF 1> DUMP FILES $DATA.*.*, DISKMEDIA ($AUD01, $AUDX.DF)
Dumping Enscribe Alternate-Key Files and Partitioned Files
TMF dumps only the objects you specify in the DUMP FILES command: it does not
automatically dump dependent objects, such as alternate-key files or secondary
partitions. Explicitly dumping alternate-key files and secondary partitions is normally
the most efficient method if you must later perform file recovery of these audited files.
Another method for recovering alternate-key files is to omit them from the online dump
and then to rebuild the key files with the FUP LOADALTFILE command after the
primary file is recovered.
Files explicitly specified in the DUMP FILES command are dumped. The NOT option
of the DUMP FILES command, however, specifies the files that are not to be dumped,
whether or not they are specified elsewhere in the same DUMP FILES command.
If you must perform file recovery and have omitted alternate-key files from your online
dumps, you can use the following procedure to recover them:
1. Use the FUP ALTER command to change the audited alternate-key file to
nonaudited.
2. Recover the primary file using the TMFCOM RECOVER FILES command.
3. Use the FUP LOADALTFILE command to rebuild the alternate-key file from the
primary file.
Note. After each online dump, use the INFO DUMPS command to get a detailed report of
dumps currently recorded in the TMF catalog. Save your reports in a disk file stored in a safe
location, sorted by date. You can also manually track online dump entries by using the forms
provided in Appendix A, Dump Tracking Forms
. As an especially valuable aid, you can
generate a command file that contains ADD DUMPS commands for re-adding to the TMF
catalog all entries for dumps with a specified serial number. To create this command file, enter
the INFO DUMPS command in this format:
INFO / OUT filename / DUMPS, OBEYFORM, SERIAL serial-number
In addition, keep a backup copy of the $SYSTEM.ZTMFCONF subvolume, which contains all
TMF configuration information. This information is critical if entries in the TMF catalog are
accidentally deleted or damaged and need to be reentered into the catalog.