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

Query Fan Speed Level ​

Change History ​

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

Basic Information ​

Function Description ​

Query the fan speed level.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD25h
1slot_id: fan slot ID
2:3fru_type: 0x0040
4Set device_id to 0.
5sdr_type: 0x00

Response Information ​

ByteData Field
1Completion Code
2Fan level (1-32)

Command Example ​

Query the fan speed. ​

Request:

bash
ipmitool raw 0x32 0x25 0x00 0x40 0x00 0x00 0x00

Response:

text
14

Back to Index ​