I am trying to test the kernel dump using echo 1 > /proc/sys/kernel/sysrq ; echo c > /proc/sysrq-trigger
command. On some servers, I can get the dump and on some servers I don't see anything. The kdump config is the same across the fleet and it is writing to the local /var/crash directory. When I trigger the crash manually and check the console, the server straight away goes to reboot without saving the dump. Is there any memory issue that is preventing the kdump from saving the core?
kdump must be "armed" via a specific
kdump
service; please check that the service was correctly started by issuingsystemctl status kdump
.In your logs (
/var/log/messages
) check for similar entries: