Make Main System Synchronize Key Files To BMC
更新时间: 2026/08/06
在Gitcode上查看源码Make Main System Synchronize Key Files To BMC
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
The normal system synchronizes the key file to the BMC.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1:3 | fru_id: 0x000200 |
| 4 | Device_id. Set this parameter to 0x00. |
| 5 | sdr_type: 0x00 |
| 6:7 | total_frame: total number of data frames |
| 8:9 | current_frame: number of current frames of data |
| 10:n | data: data of the key file |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion 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 0x42Response:
text