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

Query Smartcooling Mode ​

Change History ​

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

Basic Information ​

Function Description ​

Query the intelligent heat dissipation mode.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

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

Response Information ​

ByteData Field
1Completion Code
200h: default mode
01h: intelligent noise mode
02h: high-performance temperature control mode
03h: customized mode
04h: smart temperature control mode
05h: intelligent power consumption mode
3Custom Temp: user-defined target temperature in user-defined mode

Command Example ​

Query the intelligent heat dissipation mode. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x43

Response:

text
01 ff

Back to Index ​