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

Query Fan Identify Lamp Status ​

Change History ​

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

Basic Information ​

Function Description ​

Querying the LED Indicator Status of a Fan

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD7ah
1:3Slot_id: fan slot ID
2:3Fru_type: 0x4000
4device_id: 0x00
5sdr_type: Set it to 0x00.
6led_type: LED type. The value is 0x01.

Response Information ​

ByteData Field
1Completion Code
2Led Status
00: on
01: off

Command Example ​

Obtain the LED indicator status of a fan. ​

Request:

bash
ipmitool raw 0x32 0x7a 0x00 0x40 0x00 0x00 0x00 0x01

Response:

text
00

Back to Index ​