Query Backplane Type
更新时间: 2026/08/06
在Gitcode上查看源码

Query Backplane Type

Change History

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

Basic Information

Function Description

Querying the Backplane Type

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDa2h
1:3FruId. Set it to 0x000080.
4DeviceId. Set it to 0x00.
5SdrType. Set it to 0x00.

Response Information

ByteData Field
1Completion Code
2Type

Command Example

Query the backplane type.

Request:

bash
ipmitool raw 0x32 0xa2 0x00 0x00 0x80 0x00 0x00

Response:

text
00

Back to Index