The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-19-2005
aribault aribault is offline
Registered User
  
 

Join Date: Oct 2005
Posts: 44
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.