Get Power Supply Master-Slave Mode Support
更新时间: 2026/08/06
在Gitcode上查看源码

Get Power Supply Master-Slave Mode Support

Change History

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

Basic Information

Function Description

Obtains whether the PSU supports the active/standby mode.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDbbh
1slotNum
2:30x0080
4DeviceId. Set it to 0x00.
57ch

Response Information

ByteData Field
1Completion Code
200h: not supported
01h: supported

Command Example

Obtain whether the PSU supports the active/standby mode.

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x00 0x80 0x00 0x7c

Response:

text
01

Back to Index