Get Fan information
更新时间: 2026/08/06
在Gitcode上查看源码

Get Fan information

Change History

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

Basic Information

Function Description

Obtains the fan mode (not applicable to servers without fans).

Privilege

Command Information

Request Information

ByteData Field
NetFn3Eh
CMD10h
1:30xA54C00 (LSB low byte first)
4Sub cmd 0x10

Response Information

ByteData Field
1Completion Code
2status
0: normal speed adjustment (the following bytes are filled with 0)
1: abnormal speed adjustment
3pwm: specifies the fan speed percentage. The value ranges from 0 to 100.
4...NName of the speed adjustment factor that takes effect for the current rotational speed, for example, air inlet temperature sensor.

Command Example

Obtain the fan mode.

Request:

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

Response:

text
0f MM NN

Back to Index