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

Set BBU run signal ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the BBU run signal.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1bbu_id: BBU slot ID. Generally, the value is 0x00.
2:3fru_logic_type: 0x2000
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x0e
6run_signal: configured BBU run signal
0: Disable the BBU run signal. 1: Enable the BBU run signal.

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the BBU run signal. ​

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x20 0x00 0x00 0x0e 0x00

Response:

text

Back to Index ​