 |
» |
|
|
|
Backing up a mirrored volume set consists of the following steps: Splitting the mirrored volume set. Using the STORE command to back up the files. Joining the volume set and starting a repair.
Splitting a mirrored set |  |
This example shows how to perform step 1 of split-volume backup, splitting a mirrored set. Backing up disk files to tape |  |
This example shows how to perform step 2 of split-volume backup, using the
STORE command to back up mirrored disk files to magnetic tape. Use the FILE command to specify that a tape drive will be used as the output device. Use the STORE command with SPLITVS to start storing the files. The SHOW option is used to display the files that have been stored to tape.
:FILE T; DEV=TAPE
:STORE @.@.@; T; SPLITVS=PROD_SET; SHOW
|
The tape produced by a split-volume STORE command is fully compatible with tapes produced from a normal STORE command. Since the files being backed up are distinct from files on the user volumes, users can continue to create, modify, or purge files on the user volumes while the backup is in progress. The files being backed up remain in the same file state present at the time the volume set was split.
Joining the volume set |  |
This example shows how to perform step 3 of split-volume backup, joining the volume set.
|