I got an IBM x3550 M3 server, with 6x 300GB SAS HDD installed, running in RAID10. Ubuntu 10.04.3 LTS is installed. For RAID card, I'm using ServeRAID M5014.

If a HDD is replaced, how can I know the RAID rebuild status?

link|improve this question

For software RAID, you can check the status with cat /proc/mdstat/. I don't know if that will work for hardware raid cards though. – Nick Feb 9 at 7:33
feedback

1 Answer

i forgot if it's working or not on your case, but i ever use it (using different raid card). use MegaCLI util to show your raid status http://www-947.ibm.com/support/entry/portal/docdisplay?lndocid=MIGR-5073015

how to use megacli http://download.boulder.ibm.com/ibmdl/pub/systems/support/system_x_pdf/ibm_doc_sraidmr_megacli-1stedition_userguide.pdf

link|improve this answer
MegaCLI is RedHat only. Any solution suitable for Ubuntu ? – Shivan Raptor Feb 9 at 12:11
i see, it's rpm. may be you try using alien to convert rpm to deb ? howtogeek.com/howto/ubuntu/…. or use this hwraid.le-vert.net/wiki/DebianPackages hope that all work – Rikih Feb 10 at 1:10
I used alien to convert to deb, but errors occurred. See: pastebin.com/saTCZkhM – Shivan Raptor Feb 10 at 3:52
how about hwraid.le-vert.net/wiki/DebianPackages ?, it's debian package and seem support for megacli. – Rikih Feb 10 at 4:10
test in progress. will update very soon. – Shivan Raptor Feb 10 at 6:31
feedback

Your Answer

 
or
required, but never shown

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