Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> RHEL >> services >> kdump >> What are some possible reasons for kdump service failed due to No memory reserved for crash kernel


## Reason #1

kdump service failed because the system cannot resever memory for the kdump kernel when the crashkernel parameter is set to auto.

crashkernel is configured in the GRUB_CMDLINE_LINUX line in /etc/default/grub

Typically it is set as crashkernel=auto

But the system cannot set aside memory for crash kernel if the machine memory is less than 2GB,  In this case, reserve the memory by hardcoding into crashkernel variable, e.g.

crashkernel=128M

 

References

1. https://access.redhat.com/solutions/916043

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]