代码仓
中
Query Fan Board Alarm Lamp Status
更新时间: 2026/08/06
在AtomGit上查看源码

Query Fan Board Alarm Lamp Status ​

Change History ​

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

Basic Information ​

Function Description ​

To query the alarm indicator status of a fan board

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD7ah
1:3FruId: 0x000002
4Reserved: 0x00
5Reserved: 0xff
6-9LedType: Set it to 0x01000000.
10-13LedState: 0x00000000

Response Information ​

ByteData Field
1Completion Code
2Alarm indicator status:
0: The alarm indicator is off.
1: The alarm indicator is on.

Command Example ​

Query the status of the alarm indicator on the fan board. ​

Request:

bash
ipmitool raw 0x32 0x7a 0x00 0x00 0x02 0x00 0xff 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00

Response:

text
01

Back to Index ​