Get upgrade status
更新时间: 2026/08/06
在Gitcode上查看源码

Get upgrade status

Change History

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

Basic Information

Function Description

Obtains the upgrade status.

Privilege

Command Information

Request Information

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

Response Information

ByteData Field
1Completion Code
2PICMG ID. Enter 0.
3Command in process: indicates the command word of the time-consuming command that is being executed or has just been executed by the IPMC.
4Last Command Completion Code: This field indicates the completion code of the time-consuming command that has just been executed last time.
80h=The command is being executed.
(5)Completion estimate. This field is optional. Indicates the execution progress of the time-consuming command that is being executed, in percentage.
[7]: reserved, 0
[6:0]: Estimated percentage complete, estimated completion percentage
If the percentage cannot be provided, this field is optional.

Command Example

Obtain the upgrade status.

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index