Get power working mode setting result
更新时间: 2026/08/06
在Gitcode上查看源码Get power working mode setting result
Change History
| openUBMC Version | Revision Date | Description | Revised By |
|---|---|---|---|
| 3.22.15.01 | 2026-06-10 | New API | Wang Han/30068863 |
Basic Information
Function Description
Query the setting result of the power supply working mode.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1:3 | fru_id: 0x000080 |
| 4 | device_id: 0x00 |
| 5 | sdr_type: 0x9f |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Setting result of the power supply working mode 00h: The power supply working mode is set successfully. 01h: The power supply working mode is being set. 02h: The power supply working mode fails to be set. |
Command Example
Query the setting result of the power supply working mode.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x00 0x80 0x00 0x9fResponse:
text
00