Set Smartcooling Mode
更新时间: 2026/08/06
在Gitcode上查看源码Set Smartcooling Mode
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the intelligent heat dissipation mode.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | slot_id: fan slot ID |
| 2:3 | Set fru_type to 0x0002. |
| 4 | device_id: Set it to 0. |
| 5 | sdr_type: 0x42 |
| 6 | smart_mode: 00h: 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 |
| 7 | smart_mode indicates the user-defined target temperature in user-defined mode. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the intelligent heat dissipation mode.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x42 0x01 0x00Response:
text