Initiate Manual Rollback
更新时间: 2026/08/06
在Gitcode上查看源码

Initiate Manual Rollback

Change History

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

Basic Information

Function Description

Start the manual rollback.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFnPICMG 2Ch
CMD38h
1PICMG ID. Enter 0.

Response Information

ByteData Field
1Completion Code
0=The rollback is complete. Run the Query Rollback status command to perform polling continuously.
80h=The rollback is in progress. Run the Query Rollback status command to query the rollback status.
D5=Rollback is not allowed.
2PICMG ID. Enter 0.

Command Example

Start the manual rollback.

Request:

bash
ipmicmd -k "0f 00 2c 38 00" smi 0

Response:

text
0f 2d 00 38 00 00

Back to Index