15. Performing Backup and Recovery : Backup by Checkpoints : Parallel Checkpointing in UNIX : Checkpoint to Tape
 
Share this page                  
Checkpoint to Tape
To checkpoint a multi-location database to tape in parallel, in the Checkpoint dialog, specify multiple table devices to be used in the Tape Device edit control. For example, enter the following:
/dev/rmt/0m,/dev/rmt/1m
This saves one location per tape--the first location can be stored on device 0m; the second on device 1M. The third location can be stored on whichever device is finished first. The remaining locations can be stored on the next free device. The operator is prompted to insert a new tape for each location.
When performing parallel checkpointing to tape, keep in mind the following:
Recovery does not have to be in parallel if a checkpoint was done in parallel.
Each tape label must include the checkpoint number, database name, and location number.
Each tape device must be the same medium, that is, all 4mm or all 8mm; mixing is not permitted.
The maximum number of devices that can be used is limited by the system’s input and output bandwidth.