Search Results
linux kernel - How to tell whether RAM ECC is working? - Unix ...
https://unix.stackexchange.com/questions/.../how-to-tell-whether-ram-ecc-is-working
Jun 26, 2014 - In my case memtest86+ 4.20 couldn't be coaxed into realizing it was dealing with ECC RAM; even if I configured it for ECC On, it still reported ECC: Disabled on the IMC line. I haven't yet tried with a newer version. However (possibly after installing edac-utils, unfortunately I did both essentially at the same ...People also ask
Checking ECC RAM with Linux | Philipp's Computing Blog
https://blog.philippklaus.de/2015/07/checking-ecc-ram-with-linux
Jul 12, 2015 - The program will output a few lines of text; of which only the values in the far-right column are relevant. The values in this column represent whether ECC is working or not and correlate to the following: 0: ECC disabled 1: ECC is active in IHow do I get notified of ECC errors in Linux? - Server Fault
https://serverfault.com/questions/643542/how-do-i-get-notified-of-ecc-errors-in-linux
Nov 11, 2014 - Excerpt from an HP ProLiant servers running Linux and the HP Management agents: Trap-ID=6056 ECC Memory Correctable Errors detected. and. Trap-ID=ECC memory - Wikipedia
https://en.wikipedia.org/wiki/ECC_memory
Error-correcting code memory (ECC memory) is a type of computer data storage that can detect and correct the most common kinds of internal data corruption. ECC memory is used in most computers where data corruption cannot be tolerated under any circumstances, such as for scientific or financial computing. Typically ...To ECC or Not To ECC - Coding Horror
https://blog.codinghorror.com/to-ecc-or-not-to-ecc/
Nov 19, 2015 - Inspired by Google and their use of cheap, commodity x86 hardware to scale on top of the open source Linux OS, I also built our own servers. When I get stressed out, when I feel the world weighing heavy on my shoulders and I don't know where to turn … I build servers. It's therapeutic. I like to give servers ...Error Detection and Correction » ADMIN Magazine
www.admin-magazine.com/Articles/Monitoring-Memory-Errors
One resource extremely important to your applications is system memory, which is why many systems use error-correcting code (ECC) memory. ECC memor... ... When I worked for Linux Networx years ago, they were helping with a project that was called bluesmoke. The idea was to have a kernel module that could catch ...Linux: HowTo Identify Server ECC Memory Modules - nixCraft
https://www.cyberciti.biz/faq/ecc-memory-modules/
Mar 27, 2008 - How do I identify Linux server ECC memory modules from a shell prompt? You need to count the chips on the module. If memory module has 9 chips per sides, it is ECC memory (EDAC protected memory). It may or may not be registered. If the memory module has 8 chips per side, it is not ECC memory ...How to detect ECC memory errors under Linux? - LinuxQuestions
https://www.linuxquestions.org/.../linux.../how-to-detect-ecc-memory-errors-under-lin...
Jun 13, 2011 - 3 posts - ‎3 authors
Senior Member. Registered: Oct 2004. Distribution: Fedora Core 4, 12, 13, 14, 15The Low Down on High Tech: Enabling ECC memory in Linux without ...
thetechskinny.blogspot.com/2010/11/enabling-ecc-memory-in-linux-without.html
Nov 12, 2010 - I build computers for reliability and low(er) power; I've been doing so long before the somewhat recent green kick. In particular, I want ECC memory, and a lot of it, and a good power supply. I don't care about CPU speed or the video card. I like to leave my linux box up for months, even a year. And ECC ...Protip: Linux can force-enable ECC on AMD processors that support ...
https://www.reddit.com/r/linux/.../protip_linux_can_forceenable_ecc_on_amd/
Mar 1, 2013 - ECC is cheap these days, you can get a 2GB stick of DDR3 1333 ECC for $15ish. But the server boards you'd normally need to actually use error...