Query Fan Health Status
更新时间: 2026/08/06
在Gitcode上查看源码Query Fan Health Status
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Query the fan health status.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | e9h |
| 1 | Slot_id: fan slot ID |
| 2:3 | Fru_type: 0x0040 |
| 4 | device_id: 00h: forward rotor 01h: rear rotor |
| 5 | sdr_type: 0x00 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | 00h: The fan is healthy. 01h: The fan is faulty. |
Command Example
Query the health status of the fan module in slot 0.
Request:
bash
ipmitool raw 0x32 0xe9 0x00 0x40 0x00 0x00 0x00Response:
text
00