The mcelog command https://www.cyberciti.biz/tips/linux-server-predicting-hardware-failure.html is no longer recommended on Linux servers to find ECC errors. Hence, you need to use the `ras-mc-ctl`.
To verify that ECC RAM is installed and working correctly without any error on Linux, try the following commands:
sudo dmidecode -t memory
sudo ras-mc-ctl --layout
For more info, see https://www.cyberciti.biz/faq/ecc-memory-modules/

The mcelog command https://www.cyberciti.biz/tips/linux-server-predicting-hardware-failure.html is no longer recommended on Linux servers to find ECC errors. Hence, you need to use the `ras-mc-ctl`.
No replies yet.