Query Fan Detailed Working Status
更新时间: 2026/08/06
在Gitcode上查看源码

Query Fan Detailed Working Status

Change History

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

Basic Information

Function Description

Queries the detailed working status of fans.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMD29h
1slot_id: fan slot ID
2:3Set fru_type to 0x0040.
4device_id: Set it to 0.
5sdr_type: Set it to 0.

Response Information

ByteData Field
1Completion Code
200h: normal state
01h: The single rotor is faulty.
02h: dual-rotor fault
03h: sleep state

Command Example

Query the detailed operating status of the fan in slot 0.

Request:

bash
ipmitool raw 0x32 0x29 0x00 0x40 0x00 0x00 0x00

Response:

text
00

Back to Index