Where would kernel-level ECC corrections or uncorrectable memory errors be reported?

Prepare for the Google Data Center Technician Exam. Use our interactive quiz featuring flashcards and multiple choice questions with hints and explanations. Get exam-ready today!

Multiple Choice

Where would kernel-level ECC corrections or uncorrectable memory errors be reported?

Explanation:
Hardware-level memory errors are reported to the operating system so it can manage reliability, and the kernel is the responsible layer for capturing and recording those events. When ECC corrections or uncorrectable memory errors occur, the kernel’s EDAC/memory subsystem logs them into the kernel log, which you can observe with tools like dmesg or journalctl -k. This is the place that records low-level hardware events; user-space application logs won’t capture these hardware fault details, BIOS logs pertain to the boot firmware, and firmware update logs relate to the update process rather than runtime memory faults.

Hardware-level memory errors are reported to the operating system so it can manage reliability, and the kernel is the responsible layer for capturing and recording those events. When ECC corrections or uncorrectable memory errors occur, the kernel’s EDAC/memory subsystem logs them into the kernel log, which you can observe with tools like dmesg or journalctl -k. This is the place that records low-level hardware events; user-space application logs won’t capture these hardware fault details, BIOS logs pertain to the boot firmware, and firmware update logs relate to the update process rather than runtime memory faults.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy