Query Fan Board Alarm Count
更新时间: 2026/08/06
在Gitcode上查看源码

Query Fan Board Alarm Count

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

To query the number of fan board alarms

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDb9h
1:3fru_id: Set it to 0x000002.
4device_id: 0x00
5sdr_type: Set it to 0xff.

Response Information

ByteData Field
1Completion Code
2alarm_num: number of fan board alarms

Command Example

Query the number of fan board alarms.

Request:

bash
ipmitool raw 0x32 0xb9 0x00 0x00 0x02 0x00 0xff

Response:

text
02

Back to Index