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

Set Fan Board Lamp Status ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the indicator status of the fan board.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

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

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Query the indicator status of the fan board. ​

Request:

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

Response:

text

Back to Index ​