![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Raid 0 | goldfelda | SUN Solaris | 3 | 03-16-2009 07:36 PM |
| Sun - RAID | kingdbag | UNIX for Dummies Questions & Answers | 6 | 12-06-2007 01:21 PM |
| Raid 1+0 ? | bdsffl | Filesystems, Disks and Memory | 4 | 05-12-2006 12:47 PM |
| regarding raid | h1timmboy | UNIX for Dummies Questions & Answers | 1 | 12-21-2005 04:08 PM |
| RAID command | felida | UNIX for Dummies Questions & Answers | 2 | 11-29-2000 08:55 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
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. |
|
|||||
|
See Sun Docs - DiskSuite user guide creating a stripe metadevice. After you create the stripe sets, then you mirror.
|
|
|||||
|
what type of storage are you using? if sun recommend you to use it, it will have a reason, what did you ask them?
a raid 1+0 is for sure the best way to build a high availability "disk" and the fastest, but to be honest with you, the most of my costumers don't use it, because it is the most expansive way, too. it costs exactly the double money of your space.... you lose 50% of your disks.... with 4 disks it doesn't matter, but think about 2TB luns so if you make a raid 5 with 10 disks, you would only lose 1 (10%), 20 disks 1 (5%), and so on and so on... at the end of the day, it's a performance question, if you have to handle a raid 5 without a HW-controller and without HW-cache the performance is extremely bad and it costs CPU power... i would also recommend you to use a 1+0, but it belongs to you. do you want to spend more money, speed it up and get a better availability... or save money and get more space on performance costs... regards PRESSY |
|
||||
|
It's quite a long story.
My server has 6 disks 150 GB each but only one controller. The first operation I did was to mount 3 disks in RAID 5 but the performances were awfull. That's why SUN recommend me to mount the disks in RAID 0+1 or best in RAID 1+0 with the commands that I posted in my first post. The problem is that RAID 1+0 doesn't work with SVM : the last command metainit d130 1 2 d120 d121 -i 64k fails because it needs physical devices and not logical devices. Anyway I choosed the solution RAID 0+1 and now it's fine, except that I will need a second controller to improve the performances .Thanks again |
| Sponsored Links | ||
|
|