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

Set Fan Board Alarm Lamp Status ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the status of the alarm indicator on the fan board.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

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

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the alarm indicator on a fan board to on. ​

Request:

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

Response:

text

Back to Index ​