xseries 2350 M4 + vmware esxi 5.1
Donwload megacli software from ibm site
How to install?
You need have active ssh connection to the esxi server
Install to esxi server :
esxcli software vib install /tmp/vmware-esx-MegaCli-8.04.07.vib –no-sig-check
(The installation probably need put the host in manintenece mode and reboot server)
How to use?
Go to /opt/lsi/MegaCli/ and run ./MegaCli with option :
Check the status all of HD:
./MegaCli -PDList -aALL
or single HD
./MegaCli -PDInfo -PhysDrv [E:S] -aALL (E is the enclosure and is the slot)
Download the log of controller:
./MegaCli -AdpEventLog -GetEvents -f events.log -aALL && cat event.log
Show info configuration:
./MegaCli -AdpAllInfo -aALL
Show controller configuration:
./MegaCli -CfgDsply -aALL
Battery status:
./MegaCli -AdpBbuCmd -aALL
Show rebuild status:
./MegaCli -PDRbld -ShowProg -PhysDrv [E:S] -aALL
And more info:
./MegaCli -h