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?
|
feedback
|
|
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 | |||||||||||
feedback
|
cat /proc/mdstat/. I don't know if that will work for hardware raid cards though. – Nick Feb 9 at 7:33