hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Dedicated Server : do you use software raid ?
Reply

Dedicated Server Current and past experiences with dedicated server providers, bandwidth, and server performance. Review managed and unmanaged dedicated web servers, discuss both Windows and Unix dedicated server solutions, and discuss dedicated hosting providers. If your service is unavailable, please click here.
Forum Jump

do you use software raid ?

Reply Post New Thread In Dedicated Server Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 06-14-2011, 09:08 AM
ttgt ttgt is offline
Web Hosting Master
 
Join Date: Mar 2009
Posts: 1,909

do you use software raid ?


Hi,

i want to do raid 10 with 4 hd,

i want to run centos/cpanel,

but the hardware raid is expensive,

do you use software raid ? is it safe? lower the performance ?


thanx

Reply With Quote


Sponsored Links
  #2  
Old 06-14-2011, 09:16 AM
MikeTrike MikeTrike is offline
The Best Evil Server Guy
 
Join Date: Jan 2009
Location: Live Oak, TX
Posts: 3,870
Avoid software raid if you intend to run anything more than RAID1. Alternatively if you're using a dedicated system just for RAID storage with a specific piece of software; that's fine also. I assume you're not going to be using it just for storage and will be running other things on it.

Software RAID runs the risk of being corrupted under heavy system load. It will likely have lower performance (depending on the application). It can be safe, again depending on the application, i.e. how you're using the software RAID.

Hardware RAID is expensive for the reason, it offloads all of the RAID to the controller itself. Software RAID uses your server's CPU, which is why putting your server under load, takes that CPU away from RAID work and vice versa.

You'll also have better compatibly with CentOS and a hardware RAID card like Adaptec, 3ware, etc.

There is a lot more involved than what I've noted here. It is definitely not recommended in most cases.

__________________
Budget Dedicated Servers - hi@aperturehost.com
Dallas Texas Colocation - hi@colousa.net
My posts are 49% Business and 51% Pleasure. Enjoy.

Reply With Quote
  #3  
Old 06-14-2011, 09:25 AM
jhadley jhadley is offline
SSD Powered
 
Join Date: Jun 2006
Location: United Kingdom
Posts: 1,727
It will lower the performance of the server somewhat, but if your applications are not CPU intensive and you have a good CPU then it should be fine.

__________________
JHWC - Host / Sysadmin / Developer

Reply With Quote
Sponsored Links
  #4  
Old 06-14-2011, 10:09 AM
[CTI] Todd [CTI] Todd is online now
Lazy
 
Join Date: Jul 2009
Location: The backplane
Posts: 1,348
Quote:
Originally Posted by MikeTrike View Post
Avoid software raid if you intend to run anything more than RAID1.
RAID 10 works great as well. RAID levels that require parity calculations I might think twice about because of the increase in CPU usage.

Quote:
Originally Posted by MikeTrike View Post
Software RAID runs the risk of being corrupted under heavy system load.
In many years of using software RAID I have never had this happen, or heard of it happening to anyone. Is it possible? Yes. Is it also possible for a hardware card to develop problems, yes.

Quote:
Originally Posted by MikeTrike View Post
Hardware RAID is expensive for the reason, it offloads all of the RAID to the controller itself.
For RAID levels that use parity, this is very true. For levels like 0, 10, software RAID CPU overhead is negligible. Cache becomes the advantage of hardware RAID cards in these situations, not the controller CPU.

Quote:
Originally Posted by MikeTrike View Post
You'll also have better compatibly with CentOS and a hardware RAID card like Adaptec, 3ware, etc.
Huh??

Quote:
Originally Posted by MikeTrike View Post
There is a lot more involved than what I've noted here. It is definitely not recommended in most cases.
There are situations where it works very well, and some where it is less than ideal.

Reply With Quote
  #5  
Old 06-14-2011, 10:14 AM
[CTI] Todd [CTI] Todd is online now
Lazy
 
Join Date: Jul 2009
Location: The backplane
Posts: 1,348
Quote:
Originally Posted by ttgt View Post
Hi,
do you use software raid ? is it safe? lower the performance ?
thanx
In my experience it is very safe. Tuned properly, it provides very good performance. Hardware-based RAID can outperform it, but its also generally significantly more expensive. You only need as much performance as you need.

Reply With Quote
  #6  
Old 06-14-2011, 10:16 AM
spaethco spaethco is offline
Community Guide
 
Join Date: Nov 2005
Location: Minneapolis, MN
Posts: 1,635
I prefer software RAID (specifically mdraid) for a number of reasons.

1) Universally portable. You can put your drives in any system with the appropriate drive interface (SATA/SAS) and be back online. In any given DC, the chances of having a box with SATA/SAS interfaces is significantly greater than any loaner / emergency replacement hardware having a RAID card, yet alone your exact model of RAID card.

2) The performance hit is negligible for 90+% of applications.

3) Your possibility of recovering data when (not if) the array falls to a failed / degraded state is infinitely higher. mdadm will let you do things that are wholly unnatural to the way you think about arrays. I've been able to reassemble RAID5 arrays from drives that have been replaced over a series of several days to still recover data from the old drives. You can even recreate an array on top of an existing array should it fail to assemble and still recover data because only the defined parity space is overwritten. Try that with an Adaptec card and your data is gone as soon as it starts writing 0's to initialize the array.

__________________
Eric Spaeth
Enterprise Network Engineer :: Hosting Hobbyist :: Master of Procrastination
"The really cool thing about facts is they remain true regardless of who states them." -SpaethCo

Reply With Quote
  #7  
Old 06-14-2011, 10:49 AM
MikeTrike MikeTrike is offline
The Best Evil Server Guy
 
Join Date: Jan 2009
Location: Live Oak, TX
Posts: 3,870
Quote:
Originally Posted by Todd
In many years of using software RAID I have never had this happen, or heard of it happening to anyone. Is it possible? Yes. Is it also possible for a hardware card to develop problems, yes.
I've definitely seen this happen; it's not pretty; to be fair he was running RAID5.

Quote:
Originally Posted by Todd
Huh??
Yeah scratch that part, for some reason my brain went from CentOS to Citrix vs. VMware; no clue.

__________________
Budget Dedicated Servers - hi@aperturehost.com
Dallas Texas Colocation - hi@colousa.net
My posts are 49% Business and 51% Pleasure. Enjoy.


Last edited by MikeTrike; 06-14-2011 at 10:52 AM.
Reply With Quote
  #8  
Old 06-14-2011, 11:26 AM
quad3datwork quad3datwork is offline
Web Hosting Master
 
Join Date: Mar 2009
Location: Austin, TX
Posts: 934
If you are using non-parity RAID levels, IMHO the only major advantages when compared to HW RAID CTL are missing on-board cache and BBU.

I haven't seen data recovery failed on HW and SW RAID yet (*knock on wood*). But I do prefer SW (mdadm) recovery process because you need to know what to do, procedures wise so in a sense you have more control over.

See Sun Unified Storage. ZFS is robust. I don't believe Oracle would leverage unreliable SW RAID in enterprise products. Don't need to find articles about people have failed and can't recovery ZFS arrays. Those are far in-between and I haven't seen it myself yet. Same can be said about HW RAID - HW RAID CTL does some funky stuff sometimes as well. Plus ZFS (Solaris 10+; depend on rev level) have iSCSI built-in, great way to make it el-cheapo SAN shares.


All really comes down what you are comfortable with and a piece of mind.

__________________
SysAdminTalk.Net
Having severs with customer data on it without proper monitoring is like having one night stand without using protections - eventually, there will be an 'oh s**t!' moment.

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Any experiences with Software-Raid 5 vs Hardware-Raid 5? (e.g. Hetzner EQ9) hkais Dedicated Server 26 10-01-2009 06:58 AM
software raid 1 - rather slow during raid 1 recovery a1001800 Hosting Security and Technology 8 05-21-2009 10:43 AM
RAID card SATA 2 port - Not software RAID stuartornum Dedicated Server 13 12-03-2007 10:00 AM
How to setup software RAID-10 on Linux with /boot on RAID-1? tomfra Hosting Security and Technology 8 07-09-2007 04:37 AM
Recommendation: 4 SATA Hardware RAID vs 4 SCSI Software RAID DevelopAl Colocation and Data Centers 5 01-02-2006 01:15 PM

Related posts from TheWhir.com
Title Type Date Posted
Web Host ServerHub Launches High Availability Hosting Web Hosting News 2013-02-04 09:00:54
Swedish Police Raid Web Host PRQ, Take Down File-Sharing and Streaming Sites Web Hosting News 2012-10-02 11:19:32
Weekend Reading for June 30, 2012 Web Hosting News 2012-06-29 17:21:31
Search Warrants Used in Raid Against Megaupload Suspect Found Illegal Web Hosting News 2012-06-28 15:11:49
FBI Confiscates Servers from Swiss Web Host DigitalOne's Virginia Site Web Hosting News 2011-06-22 14:00:40


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?