Get Power Supply Master-Slave Mode Support
更新时间: 2026/08/06
在Gitcode上查看源码Get Power Supply Master-Slave Mode Support
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains whether the PSU supports the active/standby mode.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1 | slotNum |
| 2:3 | 0x0080 |
| 4 | DeviceId. Set it to 0x00. |
| 5 | 7ch |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | 00h: 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 0x7cResponse:
text
01