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

Set BBU Online Test Switch ​

Change History ​

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

Basic Information ​

Function Description ​

Setting the BBU Online Test Switch

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDb5h
1bbu_id: BBU slot ID. Generally, the value is 0x00.
2:3bbu_logic_type: 0x0080
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x80
6set_value: online test switch
0: disabled; 1: enabled

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the BBU online test switch. ​

Request:

bash
ipmitool raw 0x32 0xb5 0x00 0x00 0x80 0x00 0x80 0x01

Response:

text

Back to Index ​