Checking if ECC is working (reporting) correctly in FreeNAS

bsodmike

Dabbler
Joined
Sep 5, 2017
Messages
22
Hi all,

I just wanted to double check that my ECC memory is working and checked via dmidecode, and it is listed fine,
Just showing one of the sticks, there's 16GB x2.

Quick summary -

Code:
# dmidecode -t memory
# dmidecode 3.1
Scanning /dev/mem for entry point.
SMBIOS 3.0 present.

Handle 0x0058, DMI type 16, 23 bytes
Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: Multi-bit ECC
    Maximum Capacity: 512 GB
    Error Information Handle: Not Provided
    Number Of Devices: 8

Handle 0x005C, DMI type 17, 40 bytes
Memory Device
    Array Handle: 0x0058
    Error Information Handle: Not Provided
    Total Width: 72 bits
    Data Width: 72 bits
    Size: 16384 MB
    Form Factor: RIMM
    Set: None
    Locator: DIMM_B1
    Bank Locator: NODE 1
    Type: DDR4
    Type Detail: Synchronous
    Speed: 2133 MT/s
    Manufacturer: Micron
    Serial Number: REDACTED
    Asset Tag: DIMM_B1_AssetTag
    Part Number: 36ASF2G72PZ-2G1B1
    Rank: 2
    Configured Clock Speed: 2133 MT/s
    Minimum Voltage: Unknown
    Maximum Voltage: Unknown
    Configured Voltage: Unknown


Even went through an older thread https://www.ixsystems.com/community/threads/ecc-working-single-multi-bit-testing-ecc-ram.72668/ but did not want to bump it.

grepped through `/var/log/messages` but couldn't find any ECC reports. Thoughts?
 
Top