One minute
Show RAID recovery process from Dell PERC H710 disks on CentOS
You will need to install MegaCLI (read this: Dell H710P Equivalent to LSI Megaraid)
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: MegaCLI RAID LSI
:)
64 Words
Jul, 2014