代码仓
中
Activate/Deactivate Power Limit
更新时间: 2026/08/06
在AtomGit上查看源码

Activate/Deactivate Power Limit ​

Change History ​

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

Basic Information ​

Function Description ​

Run the DCMI command to enable or disable power capping.

Privilege ​

PowerMgmt

Command Information ​

Request Information ​

ByteData Field
NetFnPICMG 2Ch
CMD05h
1DCh
200h: power capping disabled
01h: Power capping is enabled.
3:4Reserved, 0x0000

Response Information ​

ByteData Field
1Completion Code
2DCh

Command Example ​

Run the DCMI standard command to enable power capping. ​

Request:

bash
ipmitool dcmi power activate

Response:

text
Power limit successfully activated

Back to Index ​