Make Main System Synchronize Key Files To BMC
更新时间: 2026/08/06
在Gitcode上查看源码

Make Main System Synchronize Key Files To BMC

Change History

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

Basic Information

Function Description

The normal system synchronizes the key file to the BMC.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDbbh
1:3fru_id: 0x000200
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x00
6:7total_frame: total number of data frames
8:9current_frame: number of current frames of data
10:ndata: data of the key file

Response Information

ByteData Field
1Completion Code

Command Example

The BootLoad synchronizes the key file to the BMC.

Request:

bash
ipmitool raw  0x32 0xbb 0x00 0x02 0x00 0x00 0x00 0x02 0x00 0x01 0x00 0x41
ipmitool raw  0x32 0xbb 0x00 0x02 0x00 0x00 0x00 0x02 0x00 0x02 0x00 0x42

Response:

text

Back to Index