TMF Reference Manual (G06.24+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-002
3-34
ADD DUMPS
The next ADD DUMPS command restores to the TMF catalog an entry for an online 
dump for the file $DATA3.TMFNS02F.FILEA, which is stored on the tape volume 
T6250:
TMF 34> ADD DUMPS $DATA3.TMFNS02F.FILEA, SERIAL 121, &
>>>TAPEMEDIA T6250:1:1, TYPE ONLINEDUMP (18,18), &
>>>TIME MAR 12 2002, 10:15:12
The subsequent ADD DUMPS command restores to the catalog an entry for an online 
dump of the file $DATA3.TMFN12.MAILFNS, which was dumped to the disk file 
\REMOTE.$DUMP.YC001000.F0000001 at 10:20:15 on March 12, 2002:
TMF 35> ADD DUMPS $DATA3.TMFN12.MAILFNS, SERIAL 1000, &
>>>TYPE ONLINEDUMP (50,50), DISKMEDIA &
>>>\REMOTE.$DUMP.YC001000.F0000001, TIME MAR 12 2002, 10:20:15
The next series of ADD DUMPS commands was written to a command file by using an 
INFO DUMPS, OBEYFORM command. This example illustrates how easy it is to 
generate multiple ADD DUMPS commands if you use this approach rather than 
entering the commands manually. When the command file is executed, these 
commands restore entries for online dumps that created two parallel copies of 999 
files, using the tape sets TMF10, TMF20, and TMF30 for the first copy and TMF11, 
TMF21, and TMF31 for the second copy. FILE025 continues from the first to the 
second volume, and FILE500 continues from the second to the third volume. Notice 
that for each file dumped, INFO DUMPS, OBEYFORM generates a separate ADD 
DUMPS command. (For more information about producing ADD DUMPS commands 
in this way, see INFO DUMPS on page 3-165.) 
 ADD DUMPS $DATA1.HRDATA.FILE001, SERIAL 101, &
 TYPE ONLINEDUMP (3,3), TIME 14-Mar-2002 05:30:15 GMT, &
 TAPEMEDIA (TAPE10:1:1, TAPE11:1:2)
 ADD DUMPS $DATA1.HRDATA.FILE002, SERIAL 101, &
 TYPE ONLINEDUMP (3,3), TIME 14-Mar-2002 05:30:15 GMT, &
 TAPEMEDIA (TAPE10:1:1, TAPE11:1:2)
 .
 .
 .
 ADD DUMPS $DATA1.HRDATA.FILE024, SERIAL 101, &
 TYPE ONLINEDUMP (3,3), TIME 14-Mar-2002 05:30:15 GMT, &
 TAPEMEDIA (TAPE10:1:1, TAPE11:1:2)
 ADD DUMPS $DATA1.HRDATA.FILE025, SERIAL 101, &
 TYPE ONLINEDUMP (3,3), TIME 14-Mar-2002 05:32:15 GMT, &
 TAPEMEDIA (TAPE10:1:1, TAPE11:1:2, TAPE20:2:1, TAPE21:2:2)
 ADD DUMPS $DATA1.HRDATA.FILE026, SERIAL 101, &
 TYPE ONLINEDUMP (3,3), TIME 14-Mar-2002 05:34:15 GMT, &










