Operating System - HP-UX
1855306 Members
2129 Online
104109 Solutions
New Discussion

Physical volume does not belong to volume grrope

 
SOLVED
Go to solution
Mousa55
Super Advisor

Physical volume does not belong to volume grrope

Hi
I am create new virtual disk from SAN storage with size 50GB to increase logical volume of mount point
I have it in my server (rp8420) but there error message appeared after execute
This command â Lvextend â L 50000 /dev/vg01/lvol1 /dev/dsk/c19t0d2â
< root@ruxtstap > lvextend -L 50000 /dev/vg01/lvol1 /dev/dsk/c19t0d2
lvextend: Physical volume "/dev/dsk/c18t0d2" does not belong
to volume group "/dev/vg01".>
after creating this virtual disk I am execute the â dmesg â command to see all disk added.
I am see this disk
2/0/4/1/0/4/0.61.0.1.0.0.2 sdisk
2/0/4/1/0/4/0.61.0.3.0.0.2 sdisk
2/0/4/1/0/4/0.61.0.2.0.0.2 sdisk
2/0/4/1/0/4/0.61.0.4.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.2.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.0.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.3.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.4.0.0.2 sdisk
How to extend this logical volume ?
Note: you can find attachment file contains on â ioscan â for disk before create the virtual disk and after creating
And the the H/W path of the one disk of vg01 is 2/0/4/1/0/4/0.61.0.1.0.0.1

Thanks and best regards
6 REPLIES 6
Asif Sharif
Honored Contributor

Re: Physical volume does not belong to volume grrope

Hi Nejad,

extend with this way.

# pvcreate /dev/rdsk/cXtYdZ
# vgextend /dev/vgname /dev/dsk/cXtYdZ
# lvextend â l /dev/vgname/lvol1
# fsadm â F vxfs â b m /mountpoint


Regards,
Asif Sharif
Regards,
Asif Sharif
Asif Sharif
Honored Contributor

Re: Physical volume does not belong to volume grrope

Hi Nejad,

extend with this way.

# pvcreate /dev/rdsk/cXtYdZ
# vgextend /dev/vgname /dev/dsk/cXtYdZ
# lvextend â l /dev/vgname/lvolname

# fsadm â F vxfs â b m /mountpoint


Regards,
Asif Sharif
Regards,
Asif Sharif
Mousa55
Super Advisor

Re: Physical volume does not belong to volume grrope

Hi
still some error after extend logical volume
" lvextend -L 50000 /dev/vg01/lvol1 /dev/dsk/c19t0d2
lvextend: "LogicalExtentsNumber" is not bigger than current setting."

and why needed to extend the file system by use fsadm command

thanks and best regards
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: Physical volume does not belong to volume grrope

" lvextend -L 50000 /dev/vg01/lvol1 /dev/dsk/c19t0d2
lvextend: "LogicalExtentsNumber" is not bigger than current setting."

You need to add 50G to this lvol, current size +50G....

# bdf | grep /dev/vg01/lvol
current size + 50000mb = XXXXX
# lvextend -LXXXXX /dev/vg01/lvol1
# fsadm -b XXXXXm /mount_point

Regards,
Robert-Jan

Mousa55
Super Advisor

Re: Physical volume does not belong to volume grrope

thank you for all
Asif Sharif
Honored Contributor

Re: Physical volume does not belong to volume grrope

Please assign points if you feel your problem solved.

Regards,
Asif Sharif
Regards,
Asif Sharif