I need to add 50GB space to an existing volume group. (HPUX 11.11). The 2 25 GB disks were "provisioned" by my storage engineer. What I determined he added were:
/dev/dsk/c37t8d4
/dev/dsk/c37t8d5
/dev/dsk/c34t8d4
/dev/dsk/c34t8d5
I did a pvcreate -f /dev/dsk/c34t8d5 and
pvcreate -f /dev/dsk/c34t8d4 to get ready to do the vgextend.
My question is simply, do I do another pvcreate on the c37t8d4 and c37t8d5 first?
Or can I just do a vgextend after the first two disks are added to the volume group? Like so:
vgextend /dev/vgtest /dev/dsk/c34t8d4
vgextend /dev/vgtest /dev/desk/c37t8d4
Thanks
Independent by nature