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

Get Fan Speed Properties ​

Change History ​

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

Basic Information ​

Function Description ​

Obtains fan speed attributes.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFnPICMG:2ch
Cmd14h
1PICMG Identifier. Indicates that this is a PICMG-defined group extension command. A value of 00h is used.
2FRU Device ID

Response Information ​

ByteData Field
1Completion Code
2PICMG Identifier. Indicates that this is a PICMG-defined group extension command. A value of 00h is used.
3Minimum Speed Level. This field describes the minimum setting that is accepted by the Set Fan Level command.
4Maximum Speed Level. This field describes the maximum setting that is accepted by the Set Fan Level command.
5Normal Operating Level. This field represents the default normal fan speed recommended by the fan manufacturer.
6Fan Tray Properties. This field holds properties of the Fan Tray.
[7] – Local Control Mode Supported. This bit is set to 1b if the Fan Tray supports automatic adjustment of the fan speed.
[6:0] – Reserved

Command Example ​

Obtain fan speed attributes. ​

Request:

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

Response:

text
0f MM NN

Back to Index ​