Skip to main content

Posts

Showing posts from June, 2014

Kdump Configuration Steps

    1.       In order use the  kdump  service on your system, make sure you have the  kexec-tools  package installed.        # rpm –q kexec-tools     2.       If it is not installed then :                 #yum install kexec-tools     3.       Configuring Boot parameters                -For RHEL 5, edit   /boot/grub/grub.conf , and  append   crashkernel=128M@16M   to the end of the  kernel line. {using @16M on Rhel6 has caused kdump to fail}                - For RHEL 6, use   crashkernel=128M Below is an example of  /boot/grub/grub.conf  with the kdump options added for RHEL 5 # grub.conf generated by anaconda # # Note ...