HP-UX System Administrator's Guide: Logical Volume Management HP-UX 11i v3 (B3921-90053 September 2011) Transform used: ESS version 2.2

Table 16 LVM Command Summary (continued)
Description and ExampleCommand
Scans the system disks for volume groups:vgscan
# vgscan -v
Reduces a volume group by removing one or more physical volumes from it:vgreduce
# vgreduce /dev/vg00 /dev/disk/disk2
Removes the definition of a volume group from the system and the disks:vgremove
# vgremove /dev/vg00 /dev/disk/disk2
Synchronizes all mirrored logical volumes in the volume group:vgsync
# vgsync vg00
Migrates a volume group to a different version:vgversion
# vgversion -V 2.1 vg14
154 LVM Command Summary