Set Fan Minimum Speed Level
更新时间: 2026/08/06
在Gitcode上查看源码Set 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
Set the lowest fan speed level.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | slot_id: fan slot ID |
| 2:3 | fru_type: 0x0002 |
| 4 | device_id: Set it to 0. |
| 5 | sdr_type: 0x6b |
| 6 | min_level, |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the lowest fan speed level for the board in slot 0.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x6b 0x01Response:
text