代码仓
中
Get Backplane PCB Version Number
更新时间: 2026/08/06
在AtomGit上查看源码

Get Backplane PCB Version Number ​

Change History ​

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

Basic Information ​

Function Description ​

Obtains the PCB version of the backplane.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD0ah
1:3fru_id: 0x000080
4device_id: 0x00

Response Information ​

ByteData Field
1Completion Code
2pcb_ver: PCB version of the backplane

Command Example ​

Obtain the PCB version of the backplane. ​

Request:

bash
ipmitool raw 0x32 0x0a 0x00 0x00 0x80 0x00

Response:

text
41

Back to Index ​