Thiyagarajan wrote:
> How does IPMITool logs the information in  system event log(SEL)when the
> system has some faults relating to power redundancy?
>
> What is the search pattern to use if I want to redirect the "ipmitool SEL
> list" command output  to a file and determine whether the system has the 
> following hardware faults by searching the file for patterns that could 
> confirm it has incurred any one of the below faults?
> 1.      pwrRedRegained
> 2.      pwrRedLost
> 3.      pwrRedDegraded
>   


The data provided by IPMI is highly dependant upon the platform itself. 
The commands are the same, and so is the structure of the data, but as
to what data you get depends on the capabilities of the hardware and the
BMC itself.

To redirect data locally, you'd use "ipmitool -I bmc sel list >
/tmp/sel.out".

The best way to determine if there is redundancy is to look at the IPMI
sdr (sensor data repository) and look at the status of the power
supplies themselves.  "ipmitool -I bmc sdr elist".

benr.
_______________________________________________
sysadmin-discuss mailing list
sysadmin-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to