0

looking to build a hardware RAID-5 using SATA disks...

this will be exposed to a Hypervisor: VMware ESX or Xen

but none of the below seem to have driver support on Linux / ESX except AMD SP5100 which is only on server mainboards

they all support IDE mode / AHCI mode / RAID mode

AMD southbridge chipsets: SB780 SB880 SP5100 - server

Intel Rapid storage technology:

Intel® PCH SATA RAID/AHCI
Intel® ICH10R/DO SATA RAID/AHCI
Intel® ICH9M-E SATA AHCI/RAID

what options exist apart from buying a dedicated RAID card PCIx - LSI chipset?

JMS77
  • 1,275
  • 5
  • 27
  • 45

2 Answers2

2

Onboard RAID tends to be either 'driver-assisted' or just plain awful - ESX/ESXi has a very small HCL and therefore generally shuns low-end cheapo mobo RAID.

That said if you look on that HCL site you will find that Intel's S55xxxx-series mobos are supported by ESX/ESXi 4.1U1 and have hardware RAID built in.

Chopper3
  • 101,299
  • 9
  • 108
  • 239
1

you might have trouble running ESX on unsupported hardware but you could use vmware server 2 under linux or windows using the normal drivers.

I wouldn't recommend using on board sata for raid5 though either get a dedicated raid card or connect them as individual drives and use software raid. On board raid is generally the worst of both worlds and can cause a lot of problems.

JamesRyan
  • 8,166
  • 2
  • 25
  • 36