Tuesday, July 1, 2014

Show RAID recovery process from Dell PERC H710 disks on CentOS

You will need to install MegaCLI (read this: http://vicendominguez.blogspot.com.es/2014/02/dell-h710p-equivalent-to-lsi-megaraid.html)

Two commands from here:

  • Show and exit:

/opt/MegaRAID/MegaCli/MegaCli64 -PDRbld -ShowProg -PhysDrv \[32:0\] -a0

  • Continuos:
  /opt/MegaRAID/MegaCli/MegaCli64 -PDRbld -ProgDsply -PhysDrv \[32:0\] -a0

The value [32:0] is a value for [Enclosure:Slot]

To get enclosure number there are two possible commands (choose):
/opt/MegaRAID/MegaCli/MegaCli64 -PDList -aALL
/opt/MegaRAID/MegaCli/MegaCli64 -EncInfo -aALL
Some more info: http://www.maths.cam.ac.uk/computing/docs/public/megacli_raid_lsi.html

:)

No comments:

Post a Comment