1834800 Members
2672 Online
110070 Solutions
New Discussion

Re: pb extend mirror lv

 
SOLVED
Go to solution
Gerald_13
Frequent Advisor

pb extend mirror lv

Hi again,
I can't increase a mirror lv (with cluster.
the error is :
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg01/lvol6" could not be extended.
Failure possibly caused by strict allocation policy

how can I increase this lv in a other disk and is it possible? (with sam, the lv is in DLVM mode)
thanks very much again!!!!

regards,

Gerald
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: pb extend mirror lv

If you created the volume with the following lvcreate command.

lvcreate -C y -n newvg01 /dev/vg01

You have an issue.

You will need to back up the data remove the logical volume, put it back and restore.

On a standard 11.11 install lvol6 is /tmp

This file usually doesn't need to be huge.

If you are doing an oracle install and it requires a 500 MB /tmp filesystem the install manual and the GUI has instructions on how to redirect temporary install files to a different filesystem. I think its by setting an environment variable.

Steve
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James R. Ferguson
Acclaimed Contributor

Re: pb extend mirror lv

Hi Gerald:

You probabably don't have enough free physical extents on one or more physical volumes to allow allocation of of mirror copies on separate volumes. Depending on your configuration you may need simply to specify the pv_name in your 'lvextend'. Too, you might be able to 'pvmove' extents scattered accross several disks onto one physical volume leaving another free for mirroring. See the man pages for more information.

Regards!

...JRF...
Gerald_13
Frequent Advisor

Re: pb extend mirror lv

OK, thanks very much again for you help!!
I'll try this
thanks again!!

regards,
Gerald