Obtain memory fault information
更新时间: 2026/08/06
在Gitcode上查看源码

Obtain memory fault information

Change History

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

Basic Information

Function Description

Obtains memory fault information.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDbbh
1:3fru_id: 0x000200
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x56

Response Information

ByteData Field
1Completion Code
2len: data length. The value 0 indicates that there is no data.
3:10time_stamp: error record time stamp
11:18sys_addr: memory error address
19node_id: node (CPU) ID
20channel_id: memory channel ID
21dimm_id: DIMM slot ID
22sub_rank_id
23rank_id: DIMM rank ID
24device_id: chip ID of the memory module
25bank_group_id
26bank_address
27:30row_id: memory cell row number
31:32column_id: memory cell column ID
33:36err_count: number of CE errors in the same channel since the last report
37:40err_type: error type mask (CE, UCE, CE storm suppression start, and CE OverFlow errors)
41err_bit_mask: error mask of the same memory chip (DQ)
42dim_temperature: DIMM operating temperature. Only the maximum DIMM temperature is available.

Command Example

Obtain memory fault information.

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x56

Response:

text
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00

Back to Index