|
RAID 1 + 0 with LVM
Hi,
I am on Solaris 9. I have 4 disks that I want to mount in RAID 1+0 with LVM
First I initialize the devices ; for example :
metainit d102 c1t2d0s6
metainit d103 c1t3d0s6
metainit d104 c1t4d0s6
metainit d105 c1t5d0s6
then I make the mirrors :
metainit d120 -m d102
metattach d120 d104
metainit d121 -m d103
metattach d121 d105
and least, I want to make the stripe with :
metainit d130 1 2 d120 d121 -i 64k
and the system answers : d120 is a metadevice. metainit seems to want only a physical component !
Is it impossible to implement this solution with LVM ?
Thanks if somebody could help me.
|