代码仓
中
Command for Querying the Software Version
更新时间: 2026/08/06
在AtomGit上查看源码

Command for Querying the Software Version ​

Change History ​

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

Basic Information ​

Function Description ​

This command is used to query the software version.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD0bh
1fruId
2:3FruLogicType
4deviceId
5sdrType

Response Information ​

ByteData Field
1Completion Code
2:nVersion(ASCII)

Command Example ​

Query the main BMC version. ​

Request:

bash
ipmitool raw 0x32 0x0b 0x00 0x02 0x00 0x00 0x38

Response:

text
30 33 2e 30 30 2e 30 30 54 35 30 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Back to Index ​