TMF Operations and Recovery Guide (G06.26+)

The TMF Catalog
HP NonStop TMF Operations and Recovery Guide522417-003
6-4
Displaying the Catalog
The following example shows an INFO DUMPS command that produces a report of
currently assigned audit dumps to disk:
28> TMFCOM/ OUT $S.#DUMP1/
TMF 6> INFO DUMPS *.*.*, STATUS ASSIGNED, TYPE AUDITDUMP, &
>>>DETAIL, MEDIUM DISK
You should issue the following command at least weekly to make sure that dump files
are being kept for the proper length of time for file recovery:
INFO DUMPS, DETAIL, SORT BYSERIAL, STATUS RELEASED
In the output from this INFO DUMPS command, look for the files that are old and that
the catalog might have been trying to delete but could not for some reason. If there
are unneeded files listed, delete them, using the DELETE DUMPS command (see
Removing Tape Volumes from the Catalog on page 6-14).
System \DBA Current Date-Time 18-Feb-2002 09:00:07
Dump Dump Dump Media Media Media
FileName Serial Date - Time Type Master Data Status Type Status Name Part Copy
----------------- ------ ------------------- ------ ------ ------ -------- ---- -------- -----------------
$HONDA.VCSTABS
OLDTAG 92 22-Dec-2001 18:40:27 online 1207 1207 released tape assigned TMF044 1 1
PATHINFO 92 22-Dec-2001 18:40:30 online 1207 1207 released tape assigned TMF044 1 1
PATHNAME 92 22-Dec-2001 18:40:32 online 1207 1207 released tape assigned TMF044 1 1
PFREEZE 92 22-Dec-2001 18:40:34 online 1207 1207 released tape assigned TMF044 1 1
PRJINFO 92 22-Dec-2001 18:40:36 online 1207 1207 released tape assigned TMF044 1 1
PRODVER 92 22-Dec-2001 18:40:38 online 1207 1207 released tape assigned TMF044 1 1
PROFCMD 92 22-Dec-2001 18:40:42 online 1207 1207 released tape assigned TMF044 1 1
PROFPATH 92 22-Dec-2001 18:40:44 online 1207 1207 released tape assigned TMF044 1 1
PROFPROJ 92 22-Dec-2001 18:40:45 online 1207 1207 released tape assigned TMF044 1 1
PROJECT 92 22-Dec-2001 18:40:47 online 1207 1207 released tape assigned TMF044 1 1
REGISTER 92 22-Dec-2001 18:40:48 online 1207 1207 released tape assigned TMF044 1 1
USERINFO 92 22-Dec-2001 18:40:50 online 1207 1207 released tape assigned TMF044 1 1
$MAIL01.TMAILDBA
DISTLIST 395 30-Jan-2002 15:57:09 online 157 157 released tape assigned TMF104 1 1
$MAIL03.TMAILDBA
DEPSTAT 395 30-Jan-2002 15:57:11 online 157 157 released tape assigned TMF104 1 1
EXTOBJS 395 30-Jan-2002 15:57:12 online 157 157 released tape assigned TMF104 1 1
X400NAME 395 30-Jan-2002 15:57:13 online 157 157 released tape assigned TMF104 1 1
$MAIL04.TMAILDBA
INTGROU0 395 30-Jan-2002 15:57:14 online 157 157 released tape assigned TMF104 1 1
INTGROUP 395 30-Jan-2002 15:57:16 online 157 157 released tape assigned TMF104 1 1
The INFO DUMPS command allows you to use the <file-name> specifier to identify
a file that contains one or more file-name patterns. These patterns, in turn, designate
files for which information is to be retrieved. With the <file-name> specifier, you
can specify many more files within a single INFO DUMPS command than is possible
by just specifying a file set. As an example, the following command retrieves
information for all files listed in the <file-name> file <$LA.SUN.NPFILE>:
TMF 7> INFO DUMPS <$LA.SUN.NPFILE>
Refer to the TMF Reference Manual for information about the reports produced by the
INFO DUMPS command. This command provides a SORT option that lets you display
the dump information either alphabetically by file name or by dump serial number in
descending order. OBEYFORM (another INFO DUMPS option) offers an easy way to
prepare command files for adding dumps to the TMF catalog (see Adding Dump
Entries Through Command Files on page 6-8). OBEYFORM also provides reports of
recorded dumps.