LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   which type of raid and setting up a raid on Solaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/which-type-of-raid-and-setting-up-a-raid-on-solaris-479846/)

fakie_flip 09-02-2006 05:25 PM

which type of raid and setting up a raid on Solaris
 
I have 2 hard drives that are close to but not exactly the same size. I'd like to run them in a raid. I am a beginner at raids. I tried search for the raid documentation for solaris specifically but failed to find it. Where is it? I found a bunch of other junk instead. Could anyone tell me what the best type of raid is? I want to see both hard drives as one and have them setup so that if one fails, the other one takes over, and I lose no data. Sorry for my newbie question. My hard drives are IDE. I am not using a serial ata raid controller. Thanks.

jlliagre 09-02-2006 06:14 PM

Quote:

Originally Posted by fakie_flip
I have 2 hard drives that are close to but not exactly the same size. I'd like to run them in a raid. I am a beginner at raids. I tried search for the raid documentation for solaris specifically but failed to find it. Where is it?

docs.sun.com is usually a good start:
http://docs.sun.com/app/docs/doc/819-2789
http://docs.sun.com/app/docs/doc/817-2271
Quote:

I found a bunch of other junk instead.
How can you judge it's junk if you are a beginner with RAID ?
Quote:

Could anyone tell me what the best type of raid is?
Depends on the needs you have.
Quote:

I want to see both hard drives as one and have them setup so that if one fails, the other one takes over, and I lose no data.
Then what you want is RAID-1, better known as disk mirroring.
Quote:

Sorry for my newbie question. My hard drives are IDE.
IDE is okay.
Quote:

I am not using a serial ata raid controller.
So what you want is software RAID.
If you are using Solaris 10 or newer, I would suggest to use ZFS raid capabilities, they are far easier to manage than other technologies.
Just create two partitions of the same size on each disk, and have them mirrored, that's it. Beware that the root partition can't be used yet with ZFS though.

If you want full redundancy, you can mix ZFS and SDS like this guy does:
http://ashtech.net/~syntax/blog/arch...,-and-ZFS.html


All times are GMT -5. The time now is 07:23 AM.