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

Set Fan Level ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the fan speed level.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFnPICMG
CMD15h
1PICMG Identifier. Indicates that this is a PICMG-defined group extension command. A value of 00h is used.
2FRU Device ID. Indicates an individual FRU device to query.
3Fan Level. To be accepted, this value is:
greater than or equal to Minimum Speed Level and less than or equal to Maximum Speed Level.FEh (Shut Down)FFh (Local Control).
(4)Local Control Enable State[1]. This field is optional. Set this to 0 to disable, or 1 to enable, Local Control mode.

Response Information ​

ByteData Field
1Completion Code
2PICMG Identifier. Indicates that this is a PICMG-defined group extension command. A value of 00h is used.

Command Example ​

Set the fan speed level. ​

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index ​