I have a Dell PowerEdge T710 under my feet at this very moment, with RedHat Enterprise Server 5.3.

I have 6 1TB disks and two 500GB. parted reports two devices, one 500 GB and the other 4 TB. So I assume the RAID has been setup as mirror for two disks, and I assume as RAID 5 the remaining ones. I say "I assume" because it does not make sense. Having 6 disks in RAID 5, I should obtain a total space of 5 TB, not 4TB. It's not even RAID 10: I would end up with a 3 TB unit.

How can I check and eventually modify the RAID array definition? In the Fujitsu Siemens I played with some time ago, at boot I had the chance to enter the controller BIOS, but here I don't see a clear way to perform this operation.

link|improve this question
1  
Raid6 would give you 4TB – Justin Mar 19 '10 at 4:39
feedback

2 Answers

up vote 3 down vote accepted

Do this :

wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

and then :

yum install srvadmin-all

And then in /opt you will have all the dell tools and you will be able to use omreport to look at the raid setup - docs are here : http://support.dell.com/support/edocs/software/svradmin/1.9/en/cli/cli_cc5s.htm

link|improve this answer
thanks. So there's no way to access it directly from BIOS, as far as I understand. – Stefano Borini Mar 19 '10 at 3:33
Yeah there sure there is - just assumed you wanted to do it from within the OS ;-) To get to the BIOS you need to press CTRL+R during the boot - it should say something like : "PowerEdge Expandable RAID Controller BIOS" - at that point do CTRL+R – c10k Consulting Mar 19 '10 at 3:40
That is correct but the T710 ships with a PERC 6i - and the key combo for that is CTRL+R - and as the server has RAID in hardware I find it unbelievable that anyone would have used softraid in its place. – c10k Consulting Mar 19 '10 at 4:00
Ok, now I have trouble with the RedHat Network registration, so I cannot download the tools right now. I however tried the Ctrl+R command, and I'm in the BIOS now. Thanks! – Stefano Borini Mar 19 '10 at 6:36
feedback

It may be configured as a 'hot spare'.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.