Set Node Master-Slave Mode
更新时间: 2026/08/06
在Gitcode上查看源码

Set Node Master-Slave Mode

Change History

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

Basic Information

Function Description

Set the active/standby mode of the node.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMD1ch
1:30x00 0x02 0x00
4:50x00 0x00
6Asm status: active/standby status. The value 1 indicates the active status, and the value 0 indicates the standby status.

Response Information

ByteData Field
1Completion Code

Command Example

Set the active/standby mode for a node.

Request:

bash
ipmitool raw 0x32 0x1c 0x00 0x02 0x00 0x00 0x00 0x01

Response:

text

Back to Index