首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >PER610上的IPMItool sel命令不提供详细信息

PER610上的IPMItool sel命令不提供详细信息
EN

Stack Overflow用户
提问于 2012-02-14 01:36:35
回答 1查看 2.3K关注 0票数 1
代码语言:javascript
复制
ipmitool sel elist

在R610输出上:

代码语言:javascript
复制
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上:

代码语言:javascript
复制
Severity          : Normal
Date and Time     : System Boot
Description       : The chassis is closed while the power is On.
Event Data        : 0x80 0x02 0xff

我关心的是消息的严重性。我正在开发一个代码,将发送一封电子邮件,如果消息是关键的。但是在R610的情况下,没有办法发现消息的严重性。

EN

回答 1

Stack Overflow用户

发布于 2012-02-14 01:52:31

如果您试图从SEL读取实际数据,则需要使用ipmitool sel get命令,而不是ipmitool sel elist命令。

ipmitool sel get命令返回有关项目的事件日志中信息的详细明细。

例如,从我自己的系统之一:

代码语言:javascript
复制
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 
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9265148

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档