ipmitool sel elist在R610输出上:
1 | 08/01/2011 | 23:18:11 | Event Logging Disabled SEL | Log area reset/cleared | Asserted
2 | Pre-Init Time-stamp | Physical Security Intrusion | General Chassis intrusion | Asserted
3 | Pre-Init Time-stamp | Physical Security Intrusion | General Chassis intrusion | Deasserted
4 | 01/31/2012 | 11:32:50 | Temperature #0x30 | Upper Critical going high在R810 its上:
Severity : Normal
Date and Time : System Boot
Description : The chassis is closed while the power is On.
Event Data : 0x80 0x02 0xff我关心的是消息的严重性。我正在开发一个代码,将发送一封电子邮件,如果消息是关键的。但是在R610的情况下,没有办法发现消息的严重性。
发布于 2012-02-14 01:52:31
如果您试图从SEL读取实际数据,则需要使用ipmitool sel get命令,而不是ipmitool sel elist命令。
ipmitool sel get命令返回有关项目的事件日志中信息的详细明细。
例如,从我自己的系统之一:
machine:/ # ipmitool sel get 0x2c
SEL Record ID : 002c
Record Type : 02
Timestamp : 02/13/2012 17:49:21
Generator ID : 0021
EvM Revision : 04
Sensor Type : Voltage
Sensor Number : 60
Event Type : Threshold
Event Direction : Assertion Event
Event Data : 02ffff
Description : Lower Critical going low https://stackoverflow.com/questions/9265148
复制相似问题