Obtains the active/standby status of a node
更新时间: 2026/08/06
在Gitcode上查看源码Obtains the active/standby status of a node
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial 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
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 1dh |
| 1 | 0x00 |
| 2 | 0x02 |
| 3 | 0x00 |
| 4:5 | Reserved extended field. Set it to 0. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Indicates 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 0x00Response:
text
00