Solved Help me with this Server Purchase (beginner in server hardware) regarding RAID ?
-
@msff-amman-Itofficer said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
RAID Controllers
S130, H330, H730, H830What does this mean, are all those are bundled with the server ? seems very from the truth.
That is the list from which you can pick when purchasing. Take note that the S130 is NOT a RAID controller, it is FakeRAID and should never be used in a production environment.
-
There is someone on SW just yesterday who used a Dell PERC S100 "RAID controller" and their system went down because of it. They can't boot like they could with an actual RAID controller.
The H330 is probably okay, but the H730 is likely where you will want to be. What is the setup of RAID that you intend to use?
-
@msff-amman-Itofficer said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
Or it does only support those types of RAID adapters, and does the server comes with only of the RAID adapters ?
RAID hardware does not require support from the server. RAID cards are just PCIe cards, so you can use them from any vendor. You can use HPE SmartArray cards, LSI MegaRAID, or really anything.
-
-
@scottalanmiller said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
Interesting information in all of your posts, and Noted I wont use the fake RAID and had my eye on either the ;
H330, H730
Depending on the price, I know H730 will be superior cause of cache.Umm It will be RAID 10 hyper visor that will have couple of VMs for Linux + MySQL web application
Also since I am doing this, one idea popped in my head, which is theoretically OpenZFS and BTRFS do not require raid cards, the free aspect of this solution got me excited.
Is BTRFS on 4 drives RAID 10 gives the same safety as of RAID controller ? Performance can suffer I am realistic.This 2015 link have some info, but dont know if it is still valid:
-
@msff-amman-Itofficer said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
Is BTRFS on 4 drives RAID 10 gives the same safety as of RAID controller ? Performance can suffer I am realistic.
Performance SHOULD be faster, not slower. Hardware RAID is where performance suffers normally.
http://www.smbitjournal.com/2012/11/hardware-and-software-raid/
http://www.smbitjournal.com/2016/12/the-software-raid-inflection-point/
-
BtrFS RAID is extremely new, why are you looking at that instead of tried and true MD RAID which you would expect to use on KVM or Xen systems?
-
LVM does not provide RAID. LVM rides on top of RAID (or vice versa) and recently they have integrated MD management into LVM so that it can appear that you have RAID inside of it, but it is still MD handling the RAID. On Linux you have MD, ZFS and BtrFS RAID options. But ZFS is not available on the better platforms and is extremely new on Linux in an enterprise way, so probably not best unless really needed and is dramatically overhyped in general and isn't designed to be fast. BtrFS is super new and fine as a general filesystem but advanced features on it are pretty experimental. MD is what we've used for decades.
-
What hypervisor are you considering? VMware ESXi cannot use software RAID. Hyper-V can but nothing enterprise or production ready.
-
KVM
-
Got it, I just saw BTRFS in Centos installation option and been playing with it but in my lab and not production.
-
@scottalanmiller said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
MD RAID
People rave about the new features of BTRFS so I thought can I do it for a new production server in 2017, perhaps I thought by now we will have more people tested it.
-
With KVM you'll want either MD RAID for software RAID or a good hardware RAID card. Those are really the two choices.
-
Got it, many thanks.
-
@msff-amman-Itofficer said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
@scottalanmiller said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
MD RAID
People rave about the new features of BTRFS so I thought can I do it for a new production server in 2017, perhaps I thought by now we will have more people tested it.
Yeah, people get excited about really inappropriate things. Make sure you read this...
-
@scottalanmiller said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
With KVM you'll want either MD RAID for software RAID or a good hardware RAID card. Those are really the two choices.
No, the correct answer is that unless you are already intimately familiar with software RAID and your company will be able to easily replace you with someone else that can handle software RAID, you do not use software RAID.
It is nice and shiny and bullet proof, to those that know it. Generally there are zero viable use cases in the SMB market for it. The fact that you even asked the question means buy a hardware RAID card.
-
Jared is correct, this is an "if you have to ask" scenario. Software RAID requires extra knowledge and support capabilities and an IT staff that all understand how to react to it. You lose capabilities like blind swapping that are really important for SMBs to be able to change out staff and use consultants.
-
@scottalanmiller said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
like bland swapping
hahahahaha
-
The selection of a RAID controller is one the most important parts when configuring a server. In no way a software RAID will be as fast as a hardware RAID and its model is greatly dependent on the amount of disks you will be using. It would be much easier to provide provide you with a specific model if you would provide us with the amount of disks(type) you are planing to use.
-
@DimS said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:
In no way a software RAID will be as fast as a hardware RAID ....
Actually that changed with the Pentium IIIs processors circa 2000. The extra CPU power on the mainboard, on average, became overwhelming to the RAID offload CPUs in that year. Since 2000, the average server is faster with software RAID than with hardware RAID and the gap has widened every year since that time as mainline CPUs have gotten faster and faster with more and more spare overhead. The idea that hardware RAID can compete in speed is a 1990s idea from a time when the central CPUs were barely more powerful than the RAID controllers and were extremely taxed all of the time. Today the excess overhead in nearly all systems is so extreme that RAID cards can't compete. And you can put dramatically more cache on the main CPU than on the RAID card as well. Most RAID cards max out at 2GB RAM cache today, while I personally have software RAID customers with 128GB RAM cache, for example.
There are still edge cases where hardware RAID remains competitive in terms of speed, but these are increasingly rare and I'm not sure that I've ever seen one in person. Hardware RAID just doesn't have the resources to compete.