Set BBU Online Test Redundant Node Health Status
更新时间: 2026/08/06
在Gitcode上查看源码Set BBU Online Test Redundant Node Health Status
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Setting the BBU to Test the Health Status of Redundant Nodes Online
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | bbu_id: BBU slot ID. Generally, the value is 0x00. |
| 2:3 | bbu_logic_type: 0x0200 |
| 4 | Device_id. Set this parameter to 0x00. |
| 5 | sdr_type: 0x30 |
| 6 | set_value: health status of the redundant node 0: normal; 1: redundant |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Enable the BBU to test the health status of redundant nodes online.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x30 0x00Response:
text