1 04/01/86  delete_volume_registration, dvr
 2 
 3 Syntax as a command:  dvr -control_args
 4 
 5 
 6 Function: deletes the registration information for a physical or
 7 logical volume.
 8 
 9 
10 Control arguments: You can supply only one of the following control
11    arguments.
12 -logical_volume LV_NAME, -lv LV_NAME
13    specifies that the registration information for the given logical
14    volume is to be deleted.
15 -physical_volume PV_NAME, -pv PV_NAME
16    specifies that the registration information for the given physical
17    volume is to be deleted.
18 
19 
20 Access required: You need re access to the mdc_priv_ page and sm to
21 >lv.
22 
23 
24 Notes: You can't delete the last physical volume registered to a
25 logical volume.  You must delete the whole logical volume registration.
26 
27 When deleting a logical volume, all physical volumes in that logical
28 volume are deleted.
29 
30 There is no reason to delete and reregister volumes.  If there is an
31 error in registration, use change_volume_registration to correct it.