1748195 Members
3950 Online
108759 Solutions
New Discussion юеВ

Re: Resize the Volume

 
SOLVED
Go to solution
vat
Advisor

Resize the Volume

Dear All,

I want to increase the size of /dev/vg07/lvol1.

I have try to check the status of volume with below command but it gives error

vgdisplay -v /dev/vg07/lvol1

vgdisplay: Volume group "/dev/vg07/lvol1" does not exist in the "/etc/lvmtab" file.

vgdisplay: Cannot display volume group "/dev/vg07/lvol1".


How to check the status and increase size of this volum ?

Thanks in advance,

Nirav
4 REPLIES 4
vishnu.khandare
Respected Contributor
Solution

Re: Resize the Volume

Hi Nirav,
Its easy to check size of lvol
check in bdf,
vgdisplay -v vg07 ; as lvol1 is in vg07
and then pvdisplay -v diskpath where it is.

To increase the size of the volume u must have Online JFS installed, by that u can change the size of lvol run time.

steps:
lvextend -L /dev/vgXX/lvolXX

fsadm -F vxfs -b

Hope this solves ur query
Don't forget to assign points.

Regards
Vishnu Khandare
You should deserve before U desire!!!!
vat
Advisor

Re: Resize the Volume

Hi Vishnu,

Thanks for your reply.

Problem is solved.

Thanking you ones again.

Nirav
Victor Fridyev
Honored Contributor

Re: Resize the Volume

Hi Nirav,

It will be kind from your side to give some points to the person who helped you to resolve the problem
Entities are not to be multiplied beyond necessity - RTFM
vat
Advisor

Re: Resize the Volume

Hi Victor,

you are right.

I have given points

Thank,

Nirav