1837076 Members
2398 Online
110112 Solutions
New Discussion

Re: vgdisplay info

 
jcrowe
Occasional Contributor

vgdisplay info

Please let me know what can we infer from the vgdisplay info below. when i try to extend a lvol(which is already 1.3 TB) by another 100G it throws the error message saying the allowable limit has exceeded. Could u tell me how much i can extend it to and formula for the same?

vgdisplay vg06
--- Volume groups ---
VG Name /dev/vg06
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 3
Act PV 3
Max PE per PV 34214
VGDA 6
PE Size (Mbytes) 32
Total PE 51313
Alloc PE 47329
Free PE 3984
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0

Thanks

Jeff
4 REPLIES 4
Mridul Shrivastava
Honored Contributor

Re: vgdisplay info

I would suggest you to check for the latest patches available for LVM. It may be an issue because lvm cumulative patches are not updated since q quite long time..
Time has a wonderful way of weeding out the trivial
freddy_21
Respected Contributor

Re: vgdisplay info

i dont see problem to extend the logical volume.
your PE size 32 MB and free PE 3984 Total free space: 127488 MB.

Are you sure the command same with this :
lvextend -L 1400000 /dev/vg06/
extendfs -F vxfs /dev/vg06/


thanks
Freddy
James R. Ferguson
Acclaimed Contributor

Re: vgdisplay info

Hi Jeff:

Post the commandline that you are trying to use to perform the increase along with the exact error you receive.

Regards!

...JRF...

sathish kannan
Valued Contributor

Re: vgdisplay info

Hi Jeff,
Is your logical volume striped? May be you might run out of free extends on some of the Physical volumes.

Please post your, vgdisplay -v /dev/VGNAME,
lvdisplay /dev/VGNAME/LVOLNAMe and command which you have used to extend the logical volume.

Regards
sathish
Don't Think too much