1 04/05/85 volume_cross_check
 2 
 3 Syntax as a command:  volume_cross_check dvname {-control_args}
 4 
 5 
 6 Function:  checks the validity of the various volume backup databases.
 7 Where it detects inconsistent information it corrects and rebuilds the
 8 databases.  The cross-checking is performed using the volume pool, and
 9 the various volume logs.
10 
11 
12 Arguments:
13 dvname
14    is the name of the dump volume.
15 
16 
17 Control arguments:
18 -brief, -bf
19    specifies brief output.
20 -long, -lg
21    specifies long output.
22 -working_dir, -wd
23    searches the working directory for volume logs and the
24    Volume_Dumper.volumes volume pool; searches the directory
25    [wd]>contents for the contents segment and the contents names
26    segment; searches the directory [wd]>pvolog for the physical volume
27    log.  If this control argument is not given, the default system
28    directories are searched.
29 
30 
31 Notes:  To cross-check all the volumes in use by the volume backup
32 system, issue the following command sequence:
33 
34       manage_volume_pool u >ddd>volume_backup>Volume_Dumper
35       volume_cross_check ([manage_volume_pool l -names])
36