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

Set Fan Minimum Speed Level ​

Change History ​

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

Basic Information ​

Function Description ​

Set the lowest fan speed level.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1slot_id: fan slot ID
2:3fru_type: 0x0002
4device_id: Set it to 0.
5sdr_type: 0x6b
6min_level,

Response Information ​

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

Response:

text

Back to Index ​