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

Get Cooling Policy

Change History

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

Basic Information

Function Description

Obtains the speed adjustment policy.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn30h
CMD92h
1:3Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.
4Sub command, sub command=27h
5Parameter Selector
00h: PWM duty when the temperature fails to be obtained
01h: MPC thermal resistance model information
6Parameter Selector 00h:
Sensor ID: indicates the sensor ID of the temperature monitoring point.
Parameter Selector 01h:
Info type: information type
00h: MPC thermal resistance model feature information
01h: MPC thermal resistance model training information
02h: extended feature information of the MPC thermal resistance model

Response Information

ByteData Field
1Completion Code
2:4Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.
5:NParameter Selector 00h:
When Selector is set to 0, this parameter indicates the expected PWM during the temperature failure period.
Parameter Selector 01h, Info type00h:
Data 5:6 System power
Data 7: temperature of the air intake vent
Data 8: maximum CPU temperature
Data 9:10 Total fan power
Data 11: fan PWM
Data 12 Status:
Success: 00h Failed: ffh Sensor Overheating: feh
Parameter Selector 01h, Info type01h:
Data 5:6 MPC model version number
Data 7: 8MPC model retraining
Parameter Selector 01h, Info type02h:
Data 5 Parameter Length
Data 6:7 CPU power consumption

Command Example

Obtain the PWM duty when the temperature of the sensor with the ID of 0x04 fails to be obtained.

Request:

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

Response:

text
0f MM NN

Back to Index