Get FDM Info
更新时间: 2026/08/06
在Gitcode上查看源码Get FDM Info
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2026/08/06 | Initial draft: add command details |
Basic Information
Function Description
Reads FDM-related information.
Privilege
DiagnoseMgnt
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, sub command = 55h |
| 2 | Length: command length |
| 3 | Command 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
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | End 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:N | Data: 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 0Response:
text
0f 31 00 90 00 00 00 00 00 00