Obtains the active/standby status of a node
更新时间: 2026/08/06
在Gitcode上查看源码

Obtains the active/standby status of a node

Change History

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

Basic Information

Function Description

This command is used to obtain the active/standby status of a node.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMD1dh
10x00
20x02
30x00
4:5Reserved extended field. Set it to 0.

Response Information

ByteData Field
1Completion Code
2Indicates the active/standby status. 1 indicates the active controller, and 0 indicates the standby controller.

Command Example

Obtain the active/standby status of a node.

Request:

bash
ipmitool raw 0x32 0x1d 0x00 0x02 0x00 0x00 0x00

Response:

text
00

Back to Index