7
7.
Configure /etc/sysconfig/kdump.
Creation of initrd file for kdump may fail if an external module unnecessary for dump collection
is incorporated. To prevent this, add MKDUMPRD_ARGS="--allow-missing".
Sample configuration of /etc/sysconfig/kdump
MKDUMPRD_ARGS="--allow-missing"
With this configuration, the following warning may appear when kdump service is started. This
message indicates that the external module was not incorporated, and it is not the problem.
WARNING: No module xxx found for kernel 2.6.32-504.23.4.el6.x86_64, continuing anyway
(xxx represents external module name)