Set Power Level
更新时间: 2026/08/06
在Gitcode上查看源码

Set Power Level

Change History

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

Basic Information

Function Description

Sets the power level.

Privilege

PowerMgnt

Command Information

Request Information

ByteData Field
NetFnPICMG 2Ch
CMD11h
1PICMG Identifier. Indicates that this is a PICMG-defined group extension command. A value of 00h is used.
2FRU Device ID. Indicates an individual FRU device to query.
3Power Level
00=Power off, only the mandatory support circuitry is running (e.g. IPM Controller, fans running to cool management circuitry, PEMs, FRU devices).
01h-14h=Select the power level, if available.
FFh=Do not change current power level.
All other values reserved.
4Set Present Levels to Desired Levels
00h=Do not change present levels
01h=Copy desired levels to present levels.
All other values reserved.

Response Information

ByteData Field
1Completion Code
2PICMG Identifier. Indicates that this is a PICMG-defined group extension command. A value of 00h is used

Command Example

Set the power level.

Request:

bash
ipmicmd -k "0f 00 2c 12 00 00 01" smi 0

Response:

text
0f 2d 00 12 00 00 01 1e 1e b8 b8

Back to Index