1833162 Members
3529 Online
110051 Solutions
New Discussion

lvextend error

 
SOLVED
Go to solution
Jean-Louis Phelix
Honored Contributor

Re: lvextend error

Hi,

I don't think that it would be so complex to rearrange your lvols ...

pvmove -n /dev/vg00/lvol5 /dev/dsk/c0t5d0 /dev/dsk/c0t3d0

will allow you to mirror lvol7 and lvol8 to /dev/dsk/c0t5d0. Then simply mirror lvol6 currently on /dev/dsk/c0t4d0 to /dev/dsk/c0t3d0 (no need to specify disks anyway since the only free space will be on c0t3d0)

Regards.



It works for me (© Bill McNAMARA ...)