代码仓
中
Set BBU Online Test Redundant Node Health Status
更新时间: 2026/08/06
在AtomGit上查看源码

Set BBU Online Test Redundant Node Health Status ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial 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 ​

ByteData Field
NetFn32h
CMDbch
1bbu_id: BBU slot ID. Generally, the value is 0x00.
2:3bbu_logic_type: 0x0200
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x30
6set_value: health status of the redundant node
0: normal; 1: redundant

Response Information ​

ByteData Field
1Completion 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 0x00

Response:

text

Back to Index ​