/
Checking Linux logs (dmesg)
Checking Linux logs (dmesg)
Table of Contents
Grep all of the things
Typically in /var/log/
dmesg | grep -i error #could be any error dmesg | grep -i mce #mainly points out MB or CPU dmesg | grep -i xid #BUS ID's from this command usually points to GPU's dmesg | grep -i care #not sure dmesg | grep -i irq #mainly shows issues with CPU
Memory errors (ECC)
Old article, but concept still applies: EDAC (Error Detection and Correction)
edac-util -v #mapping depends on hardware
Pretty good article on checking dmesg
, multiple selections available,
Related content
GPU Validation Test
GPU Validation Test
More like this
[BIOS] Setting Notes
[BIOS] Setting Notes
More like this
[RAID] Troubleshooting Linux Software Raid
[RAID] Troubleshooting Linux Software Raid
More like this
HGX H100 - PCI-e and Stand-Down S.O.P.
HGX H100 - PCI-e and Stand-Down S.O.P.
More like this