Set System Power Supply Mode
更新时间: 2026/08/06
在Gitcode上查看源码

Set System Power Supply Mode

Change History

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

Basic Information

Function Description

Setting the System Power Supply Mode

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDbch
1slotNum: indicates the slot number of the power module.
2:30x0080
4DeviceId. Set it to 0x00.
5:853h
6powerSupplyMode
11h: load sharing mode
22h: active/standby power supply mode
7activePower:
This field can be omitted when {powerSupplyMode} is set to 11h.
When {powerSupplyMode} is set to 22h, the options are as follows:
1: PSU0 is used as the main power supply.
2: PSU1 is used as the main power supply.

Response Information

ByteData Field
1Completion Code
2Setting 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

Set the system power supply mode.

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x00 0x80 0x00 0x53 0x22 0x01

Response:

text
 00

Back to Index