Set OS Energy Information
更新时间: 2026/08/06
在Gitcode上查看源码Set OS Energy Information
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Setting OS Energy Efficiency Information
Privilege
PowerMgmt
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 92h |
| 1:3 | 0xDB0700 |
| 4 | Sub command, sub command=6Bh |
| 5 | Requester Identifier 01h - Power Node Management 02h - System management software |
| 6 | Parameter Selector 01h - OS Energy Efficiency Configuration 02h: OS energy saving status |
| 7 | Data Format 01h: JSON format 02h - XML format 03h: TLV format |
| 8 | Operation 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 order | Domain Content |
|---|---|
| 1 | Completion Code 00h Command Completed Normally D5h Cannot execute command |
| 2:4 | 0xDB0700 |
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 0x00Response:
text
db 07 00