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

Query System Power Supply Mode

Change History

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

Basic Information

Function Description

Obtaining the System Power Supply Mode

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDbbh
1slotNum: indicates the slot number of the power module.
2:30x0080
4DeviceId. Set it to 0x00.
563h

Response Information

ByteData Field
1Completion Code
2Power Supply Mode
11h: load sharing mode
22h: active/standby power supply mode
ffh: invalid value
3Obtain 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 0x63

Response:

text
22 00

Back to Index