Set Fan Speed Level
更新时间: 2026/08/06
在Gitcode上查看源码Set Fan Speed Level
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Setting the Fan Speed Level
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 26h |
| 1 | SlotId: fan slot ID |
| 2:3 | FruType 0x0040 |
| 4 | deviceId is reserved as 0. |
| 5 | sdrType is reserved as 0. |
| 6 | fanLevel |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the speed level of the fan in slot 0 to 16.
Request:
bash
ipmitool raw 0x32 0x26 0x00 0x40 0x00 0x00 0x00 0x10Response:
text