Looking to renaming a volume group. Have the following scenario - Volume group vdsk01 with 6 logical volumes shown below. OS is HP-UX 11.11
/dev/vdsk01/lvol1
.
.
/dev/vdsk01/lvol6
My guess is to do the following steps - correct me if I'm wrong which I think I am
==> vgexport -s -p -m vdsk.map vdsk01
==> mkdir /dev/vg02
==> mknod /dev/vg02/group c 64 0x020000
==> vgchange -a y vg02
==> vgimport -s -m vdsk.map vg02