Software RAID configuration

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Software RAID configuration
# 1  
Old 08-30-2010
Software RAID configuration

We have configured software based RAID5 with LVM on our RHEL5 servers. Please let us know if its good to configure software RAID on live environment servers. What can be the disadvantages of software RAID against hardware RAID
# 2  
Old 08-30-2010
Software RAIDHardware RAID
ProsWorks without extra hardware; works across different types of hardware; works across network hardware devices (eg. SAN); works across differently sized disks using partitionsUsually faster; won't tax the CPU on high load
ConsChecksum calculation is done on the CPU; (probably) won't work on different OS'; no booting except from RAID1a vendor-switch is impossible

This is by no means a complete table, but it's a starting point. For more information read up on RAID
# 3  
Old 08-30-2010
As well, be advised that RAID 5 without sparing is potentially dangerous, depending on the need for availability.

If you lose 1 drive, you go into a degraded state, which will severely impact performance until another drive has been rebuilt. This is an issue with both software and hardware RAID.

Also, there are lots of things to investigate when using RAID 5, such as the chunk size in relation to your usage patterns as well as other tunables (read ahead, etc).

How many drives are you using in your array?
# 4  
Old 09-01-2010
Thanks for the details, I am looking to the article provided.

Just on this 1 more question arises is that how can we know which Raid level is useful for the server E.g Mail, Web, Database server. Also things we can keep in mind before configuring RAID on live servers.
# 5  
Old 09-01-2010
The choice of RAID level is based more on the number of available disks (read: budget) than the application using it. Typically, only 3 (4) types are used in practice:
  • RAID1 (mirroring) halves the available space, but the RAID is still available with either disk failing. A special case of that is RAID1+0 (RAID10), which combines the security of RAID1 with the speed of RAID0.
  • RAID5 (striping with parity) will cost you one disk out of the total, but it's fast and easy to set up. But as soon as more than 1 disk fails the whole array is gone.
  • RAID6 (striping with double parity) is like RAID5, only you'll loose 2 disks worth of space, and up to 2 drives can fail at the same time.

Setting up RAID on disks already in use is tedious and very very very dangerous. Don't attempt it unless you know what you're doing and have a proven good backup.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies

2. Solaris

Software RAID on top of Hardware RAID

Server Model: T5120 with 146G x4 disks. OS: Solaris 10 - installed on c1t0d0. Plan to use software raid (veritas volume mgr) on c1t2d0 disk. After format and label the disk, still not able to detect using vxdiskadm. Question: Should I remove the hardware raid on c1t2d0 first? My... (4 Replies)
Discussion started by: KhawHL
4 Replies

3. UNIX for Dummies Questions & Answers

RAID software vs hardware RAID

Hi Can someone tell me what are the differences between software and hardware raid ? thx for help. (2 Replies)
Discussion started by: presul
2 Replies

4. Filesystems, Disks and Memory

Software RAID

Hello, My company has inherited a Centos based machine that has 7 hard drives and a software based raid system. Supposedly one of the drives has failed. I need to replace the hardrive. How can I about telling which hard drive needs replacing? I have looked in the logs and there clearly is a... (5 Replies)
Discussion started by: mojoman
5 Replies

5. Linux

Software RAID on Linux

Hey, I have worked with Linux for some time, but have not gotten into the specifics of hard drive tuning or software RAID. This is about to change. I have a Dell PowerEdge T105 at home and I am purchasing the following: 1GBx4 DDR2 ECC PC6400 RAM Rosewill RSV-5 E-Sata 5 bay disk enclosure... (6 Replies)
Discussion started by: mark54g
6 Replies

6. HP-UX

Software RAID (0+1)

Hi! A couple of months ago a disk failed in our JBOD cabinett and I have finally got a new disk to replace it with. It was a RAID 0 so we have to create and configure the whole thing again. First we thought of RAID 1+0 but it seems you can't do this with LVM. If you read my last thread, you can... (0 Replies)
Discussion started by: hoff
0 Replies

7. UNIX for Advanced & Expert Users

Software RAID ...

Hi all, I m just trying using software RAID in RHEL 4, without problem , then i wanna simulate if disk 1 is fail (thereis an bootloader), i plug off my 1st disk. My problems is the second disk cannot boot? just stuck in grub, the computer is hang. Sorry for poor concept in RAID? I use a RAID 1.... (0 Replies)
Discussion started by: blesets
0 Replies

8. SuSE

Raid software besides Veritass

Hello Lunix people, I am looking for Raid software or solution besides Veritas. Veritas has some great software but are way too costly. Does anyone know of good raid software that but NOT Veritas. I need the funcations but not the cost. (7 Replies)
Discussion started by: xtmeisel
7 Replies

9. AIX

regd raid 0 configuration

Hey Alll Thanks for the help u give me yesterday,i need a help again from u all guys i have RS 6000 server with AIX 4.3.3 OS and with external storage (multipack) with 12 Hard disk drive which will be connected to RS 6000 scsi controller ,i dont have any raid card. now i have to... (0 Replies)
Discussion started by: solaris8in
0 Replies
Login or Register to Ask a Question