1754280 Members
3351 Online
108813 Solutions
New Discussion

LVM Problem

 
unixguy_1
Regular Advisor

Re: LVM Problem

Actaullay the volume group name is Vg02,The Logical volume name is lv31.

i checked that to increase the LV,it's showing that Volume locked.
i thought it's mirredin some other disk.

that's why it's showing that error message.

thanks a lot for giving the support
Emil Velez
Honored Contributor

Re: LVM Problem


1. Make a ignite backup and regular backup
2. if you have another disk in vg00 you can pvmove lvol4 to another disk

pvmove -n /dev/vg00/lvol4

3. Then you can lvextend lvol3 and there will be contiguous space after it.

If you have vg00 mirrored you will have to do this for the mirror of lvol4 too before doing the lvextend and fsadm

good luck