Set Fan Operation Mode
更新时间: 2026/08/06
在Gitcode上查看源码Set Fan Operation Mode
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the fan working mode.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 28h |
| 1 | slot_id: fan slot ID |
| 2:3 | fru_type: 0x0040 |
| 4 | device_id: Set it to 0. |
| 5 | sdr_type: Set it to 0. |
| 6 | fan_ctrl_mode: 00h: automatic mode 01h: manual mode |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the working mode of the fan in slot 0.
Request:
bash
ipmitool raw 0x32 0x28 0x00 0x40 0x00 0x00 0x00 0x00Response:
text