5 pts.
 Raid 5 How do I setup?
I have a server with four drives and I want to install a raid 5 configuration Do i need to keep one disk at a different volume, not raid 5, to run the OS ?

Software/Hardware used:
ASKED: June 12, 2009  4:44 PM
UPDATED: June 15, 2009  9:28 PM

Answer Wiki:
That really depends on how you want to setup your array, how many discs you have, and how paranoid you want to be. I, personally, prefer to err on the side of complete and total paranoia. However, my lowest level of paranoia requires six drives but four is doable. If you want to you can include all four drives in your array and split the array volume into multiple partitions. One partition for the OS and one, or more, partitions for your other data. You don't have to hold out one drive just for your OS. Including that drive will let you make use of more of your total drive space since you lose an entire drive in RAID 5. However, it's ultimately up to whichever configuration make you more comfortable and best fits your needs.
Last Wiki Answer Submitted:  June 13, 2009  4:59 pm  by  REadmin   25 pts.
All Answer Wiki Contributors:  REadmin   25 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I would definitely suggest that you NOT put your OS on the RAID 5 array for at least two reasons: OS speed/responsiveness and a desire separate the OS from your live/active data (failure/disaster control).

Although my suggested solution requires more than four physical disks as well (as does REadmin’s, above) (five minimum; six optimal), you might be able to get away with OS on a single disk and data on a RAID 5 array.

My suggested configuration? OS on a RAID 1 (mirrored) array, DATA on a RAID 5 array (giving you your 5 minimum disks) with one additional drive as a hot spare associated with the controller (not either array) which will automatically be pulled into a degraded array if (when???) a drive fails.

There are many other considerations as well, such as stripe and block size and (ideally) number of spindles (physical drives) drive type (SATA, SCSI, SAS, FC) and rotational speeds, but my impression is that you are not looking into these other issues at this time…

 2,175 pts.