Linux – How to monitor RAM ECC errors on Ivy Bridge Xeon E3 processor in Linux

hardwareintellinuxmemory

How can I monitor if there are any errors in RAM that get corrected by ECC? The processor is an Intel Xeon (Ivy Bridge) processor, the operating system is Scientific Linux 6.3. On a previous system I had an AMD CPU, and on that system I could use edac-util to get this info, and it would also issue alerts to the kernel log.

Best Answer

As for as I can find only E5 Xeons are supported with the sb_edac module

http://www.spinics.net/lists/linux-edac/msg00846.html

Related Question