代码仓
中
Get FDM Info
更新时间: 2026/08/06
在AtomGit上查看源码

Get FDM Info ​

Change History ​

openUBMC VersionRevision DateDescription
25.062026/08/06Initial draft: add command details

Basic Information ​

Function Description ​

Reads FDM-related information.

Privilege ​

DiagnoseMgnt

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command = 55h
2Length: command length
3Command type, which is used to extend different types when FDM information is read. (Currently, this parameter is used only to read the FDM fault record number.)
01h: Obtain the fault record ID.

Response Information ​

ByteData Field
1Completion Code
2End of List, indicating whether the current data is complete. Long data may need to be read multiple times. This field is used to check whether data is completely read.
[7:1]: reserved
[0]: End of list
0=last data
1=middle data
3:NData: data that is actually returned, corresponding to each command type.
01h: fault record number, 4 bytes.

Command Example ​

Request:

bash
ipmicmd -k "0f 00 30 90 55 01 01" smi 0

Response:

text
0f 31 00 90 00 00 00 00 00 00

Back to Index ​