HP-UX System Administrator's Guide: Logical Volume Management (762803-001, March 2014)
Table 17 LVM Command Summary (continued)
Description and ExampleCommand
Modifies the configuration parameters of a volume group:
# vgmodify -v -t -n -r vg32
vgmodify
Migrates a volume group to different disks:
# vgmove -f diskmap.txt vg10
vgmove
Scans the system disks for volume groups:
# vgscan -v
vgscan
Reduces a volume group by removing one or more physical volumes from it:
# vgreduce /dev/vg00 /dev/disk/disk2
vgreduce
Removes the definition of a volume group from the system and the disks:
# vgremove /dev/vg00 /dev/disk/disk2
vgremove
Synchronizes all mirrored logical volumes in the volume group:
# vgsync vg00
vgsync
Migrates a volume group to a different version:
# vgversion -V 2.1 vg14
vgversion
167