代码仓
中
Set Fan Speed Level
更新时间: 2026/08/06
在AtomGit上查看源码

Set Fan Speed Level ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Setting the Fan Speed Level

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD26h
1SlotId: fan slot ID
2:3FruType 0x0040
4deviceId is reserved as 0.
5sdrType is reserved as 0.
6fanLevel

Response Information ​

ByteData Field
1Completion 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 0x10

Response:

text

Back to Index ​