Query System Power Supply Mode
更新时间: 2026/08/06
在Gitcode上查看源码Query System Power Supply Mode
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtaining the System Power Supply Mode
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1 | slotNum: indicates the slot number of the power module. |
| 2:3 | 0x0080 |
| 4 | DeviceId. Set it to 0x00. |
| 5 | 63h |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Power Supply Mode 11h: load sharing mode 22h: active/standby power supply mode ffh: invalid value |
| 3 | Obtain the success/failure cause. 00h: The active/standby power supply switchover is successful. 02h: The system power supply does not support active/standby power supply. 0Bh: The active and standby power supply configuration parameters are incorrect. |
Command Example
Obtain the system power supply mode.
Request:
bash
ipmitool raw 0x32 0xbb 0x01 0x00 0x80 0x00 0x63Response:
text
22 00