Get OS Energy Information
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Querying OS Energy Efficiency Information
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 92h |
| 1:3 | 0xDB0700 |
| 4 | Subcommand, subcommand=6 Ah |
| 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:8 | Offset of the read data relative to the start position. The least significant byte takes precedence. |
| 9 | Length: length of the data to be read |
Response Information
| Byte order | Domain Content |
|---|---|
| 1 | Completion Code 00h Command Completed Normally D5h Cannot execute command |
| 2:4 | 0xDB0700 |
| 5 | Flag: completion flag 00h: not completed 01h - Completed |
| 6 | Data Format 01h: JSON format 02h - XML format 03h: TLV format |
| 7 | Length: length of the returned data |
| 8:N | Data: returned data. |
Command Example
Query OS energy efficiency information.
Request:
ipmitool raw 0x30 0x92 0xdb 0x07 0x00 0x68 0x01 0x01 0x00 0x00 0xffResponse:
db 07 00 01 01 25 7b 22 45 6e 65 72 67 79 53 61 76 69 6e 67 53 74 72 61 74 65 67 79 45 6e 61 62 6c 65 64 22 3a 66 61 6c 73 65 7d
