All Products: How to configure Kdump for Linux kernel crash dump
book
Article ID: 286946
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)Carbon Black Cloud Endpoint Standard (formerly Cb Defense)Carbon Black Cloud Enterprise EDR (formerly Cb Threathunter)Carbon Black EDR (formerly Cb Response)
Issue/Introduction
To enable and configure Kdump for Linux kernel crash dump collection
Environment
All Products
Red Hat: All supported versions
CentOS: All supported versions
Resolution
The Kdump service is installed and enabled by default on newer RHEL 7+ systems
Check if kexec is installed and kdump is active
rpm -q kexec-tools
systemctl status kdump.service
Enabling Kdump
Install the kexec tools
yum install kexec-tools
Reserve memory for kdump in the grub config file (/etc/default/grub) by appending "crashkernel=auto" to the following line: