Set OS Energy Information
更新时间: 2026/08/06
在Gitcode上查看源码

Set OS Energy Information

Change History

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

Basic Information

Function Description

Setting OS Energy Efficiency Information

Privilege

PowerMgmt

Command Information

Request Information

ByteData Field
NetFn30h
CMD92h
1:30xDB0700
4Sub command, sub command=6Bh
5Requester Identifier
01h - Power Node Management
02h - System management software
6Parameter Selector
01h - OS Energy Efficiency Configuration
02h: OS energy saving status
7Data Format
01h: JSON format
02h - XML format
03h: TLV format
8Operation
00h - Write Prepare
01h - Write Data
03h -Write Finish: Data writing is complete.
(9)Data Checksum
When the value of Operation is Write Data, this field indicates the total amount of written data.
When the value of Operation is Write Finish, this field indicates the accumulated sum of the entire file.
This byte must be specified if the value of Operation is Write Data and Write Finish.
(10:11)Offset. When Operation is Write Prepare: File Size, LSB First, file size.
When Operation is Write Data: Offset to write, LSB First, which indicates the offset of the data segment relative to the start position of the file.
This field must be specified if the value of Operation is Write Prepare or Write Data.
(12:N)Data: data to be written
This field must be specified if the value of Operation is Write Data.

Response Information

Byte orderDomain Content
1Completion Code
00h Command Completed Normally
D5h Cannot execute command
2:40xDB0700

Command Example

Set the OS energy efficiency activation status to Activated.

Request:

bash
ipmitool raw 0x30 0x92 0xdb 0x07 0x00 0x69 0x01 0x02 0x01 0x00 0x00 0x00 0x00 0x00

Response:

text
db 07 00

Back to Index