how to check raid controller health status using ipmitool
Hello,
I would like to know if there is any way to check the health status for one IME raid 1E controller i have in a x4250 server running Esxi. I am using ipmitool from inside one virtual machine running Solaris 10 to obtain some information about host hardware. In the output i can see :
/SASBP/PRSNT | 0x01 | ok
/HDD0/PRSNT | 0x02 | ok
/HDD1/PRSNT | 0x02 | ok
/HDD2/PRSNT | 0x02 | ok
/HDD3/PRSNT | 0x02 | ok
So as I understand the only information that is available is the presence of all hard disks.
Is there any more information about the raid controller that I can obtain by this way??If the disks are rebuilding for example or if the raid controller is degraded?Or is there any other way to obtain the wanted information?
Thank you in advance!