Query Fan Minimum Speed Level
更新时间: 2026/08/06
在Gitcode上查看源码Query Fan Minimum Speed Level
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Query the lowest fan speed level.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1 | slot_id: fan slot ID |
| 2:3 | Set fru_type to 0x0002. |
| 4 | device_id: 0x00 |
| 5 | sdr_type: 0x81 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Min Level |
Command Example
Query the lowest fan speed level in slot 0.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x81Response:
text
01