1835078 Members
2433 Online
110073 Solutions
New Discussion

raid 1+0

 
R.K. #
Honored Contributor

raid 1+0

Hi Everyone..

How can I configure RAID 1+0 in LVM (11i v2)?
Can anyone please suggest me procedure/links for the same.

Thanks..
RK
Don't fix what ain't broke
5 REPLIES 5
Deepak Kr
Respected Contributor

Re: raid 1+0

Hi,

There is no option like configuring RAID 1+0 in LVM Terminilogy.

What you can do is you can use Mirror-UX to create exact mirror copies of exising Logical volumes.

You let me know following output:
#model
#swlist |grep -i mirror-ux
As it is different for PA and IA arch.

Regds,
Deepak

"There is always some scope for improvement"
Deepak Kr
Respected Contributor

Re: raid 1+0

Refer to following :

A very nicely written doc:

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf

Appendix -A

Hope this will answer all your queries.

Cheers!!
"There is always some scope for improvement"
Michael Steele_2
Honored Contributor

Re: raid 1+0

Tim Nelson
Honored Contributor

Re: raid 1+0

With LVM and Mirror/UX you can do Distributed Extent based striping.

Stripe and mirror by LV extents. This is basically the same as a traditional 0+1 except the stripe size is in MB not KB.

lvcreate -L xx -D y -s g /dev/vgxx

Need to configure /etc/lvmpvg file for PV groups.

Check out the lvcreate man pages for more details.

R.K. #
Honored Contributor

Re: raid 1+0

Thanks to all....
Don't fix what ain't broke