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

Get component properties

Change History

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

Basic Information

Function Description

This method is used to obtain component attributes.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnPICMG 2Ch
CMD2Fh
1Set PICMG ID to 0.
2Component ID, which specifies the component whose attributes are to be queried.
0-7: valid component ID
8-FFh=reserved
3Component properties selector, which is used to select the component property to be queried.

Response Information

ByteData Field
1Completion Code
Completion Code
81h=The current interface does not support software upgrade. The following response bytes are still valid.
82h=Invalid component ID.
83h=Invalid component attribute.
2Set PICMG ID to 0.
3:NComponent properties data.
Component properties selector: data corresponding to the selected property.

Command Example

Obtain component attributes.

Request:

bash
ipmicmd -k "0f 00 2C 2F 00 03 03" smi 0

Response:

text
0f 2d 00 2f 00 00 7f ff 00 00 00 00

Back to Index