[SOLVED] Why is it Intel Embedded Server RAID Technology II limited to 2 Terabyte?

Issues related to hardware problems
Post Reply
vjbangis
Posts: 5
Joined: 2011/08/19 07:16:08

[SOLVED] Why is it Intel Embedded Server RAID Technology II limited to 2 Terabyte?

Post by vjbangis » 2011/08/22 09:48:14

I have Intel S5000VSA motherboard with 6pcs of 1Terabyte hard drive.

Installing CentOS-6.0 64Bit. detected 2.8 Terabyte

Enabled Embedded Server RAID Technology II as RAID10.

During installation, i've downloaded drivers from Intel
"Intel? ESRT-2 SATA & SAS Software RAID Driver for Linux*"

follow the instruction to load driver at boot prompt
"boot: linux dd blacklist=ahci"

detected the RAID10 but on partitioning, my max storage is only 2 Terabyte.

Is there anyway to properly load or install the driver for this motherboard please?

TIA!

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Why is it Intel Embedded Server RAID Technology II limited to 2 Terabyte?

Post by TrevorH » 2011/08/22 19:18:37

Chances are that it's not the driver that is the problem but the size of the disk is too big for fdisk and the standard MS-DOS type partition table. Did you try using a GPT label on the device?

vjbangis
Posts: 5
Joined: 2011/08/19 07:16:08

Re: Why is it Intel Embedded Server RAID Technology II limited to 2 Terabyte?

Post by vjbangis » 2011/08/23 05:47:46

@TrevorH

Thanks a lot for giving me idea of GPT.

Installing CentOS-6.0 64bit on Intel S5000VSA motherboard with RAID10
6 X 1 Terabyte Hard drives

Download [url=http://downloadcenter.intel.com/Product_Search.aspx?Prod_nm=SATA+SAS+Software+RAID+Driver&lang=eng]ESRT-2 Linux Driver[/url]

copy "megasr-14.00.1203.2010-1-rhel60-ga-x86_64.img" to USB drive and plugin to Intel S5000VSA server

Change boot options 1. CD/DVD drive 2. ICHx

Enable ESRT2
Select Advanced > ATA Controller Configuration
Set On board SATA Controller to Enabled
Set SATA Mode to Enhanced
Set Configure SATA as RAID to Enabled

Press - during server boot up to activate the Intel? Embedded Server RAID Technology II Configuration Utility.
Create RAID10

Press "ESC" key to enter boot prompt. and type "linux dd blacklist=ahci" and hit "Enter"
boot: linux dd blacklist=ahci

open shell prompt: (Ctrl+Alt+F2)
type in "parted /dev/sdb"
mklabel gpt
reboot

Press "ESC" key to enter boot prompt. and type "linux dd blacklist=ahci" and hit "Enter"
boot: linux dd blacklist=ahci

then proceed to installation. That's it!!! :-D

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

[SOLVED] Why is it Intel Embedded Server RAID Technology II

Post by pschaff » 2011/09/09 14:41:53

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

Thanks for reporting back. Marking this thread [SOLVED] for posterity.

jstacey
Posts: 1
Joined: 2014/12/05 21:02:24

Re: [SOLVED] Why is it Intel Embedded Server RAID Technology

Post by jstacey » 2014/12/05 21:05:56

Thanks for these instructions to install ESRT2 driver, but I don't understand why you copied the driver to USB drive? When did it prompt you to load the megasr driver??

The "Rocks" cluster software I'm installing is Centos6 based distro and it has it's own frontend for the install but I think I can do something similar to what you did to get the Intel built-in raid working.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: [SOLVED] Why is it Intel Embedded Server RAID Technology

Post by TrevorH » 2014/12/05 21:11:29

He copied the img file to a USB drive because he used linux dd blacklist=ahci to invoke the installer kernel. The 'dd' part tells the installer that you have a driver disk and it stops and asks you where it is, then you point it at the USB stick and hopefully it loads the driver and then it can find the RAID controller...
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply