USE_KDUMPisnotsetorzero
The variable USE_KDUMP in the file /etc/default/kdump-tools
is 0. To use kdump, edit the file and change the value to 1.
kdumpisnotsupportedbythiskernel
The file /sys/kernel/kexec_crash_loaded does not exist. This means that the currently running
kernel either was not configured to support kdump, or that a crashkernel= commandline parameter
was not used when the currently running kernel booted.
nocrashkernel=parameterinthekernelcmdline
a crashkernel= commandline parameter was not used when the currently running kernel booted. You
will need to add a crashkernel= parameter to your /etc/lilo.conf, /etc/elilo.conf or grub
/boot/grub/menu.lst file and reboot, before kdump will work. See installed READMEs for
suggestions.
KDUMP_KERNELdoesnotexist:$KDUMP_KERNEL
A KDUMP_KERNEL was specified in /etc/default/kdump-tools, but it cannot be found.
KDUMP_INITRDdoesnotexist:$KDUMP_INITRD
A KDUMP_INITRD was specified in /etc/default/kdump-tools, but it cannot be found.
noKDUMP_KERNELin$KDUMP_DEFAULTSandcan'tfindakdumppackagedirectoryin/usr/lib
no kdump kernel could be found.
foundalinux-kdumppackagein$KDUMP_PKG_DIRbutcan'tfindakdumpkernelin$KDUMP_PKG_DIR
this indicates a broken linux-kdump package installation.
nokdumpinitrdimage:$KDUMP_INITRDaninitrdwillnotbeused
this indicates that although a kdump kernel was found, a corresponding initrd was not found.
kdumpkernelrelocationaddressdoesnotmatchcrashkernel=parameter
For non-relocatable architectures, the kdump kernel must be built with a predetermined start
address. This message indicates that the start address of the kdump kernel and the start address
in the crashkernel= parameter do not match.
failedtoloadkdumpkernel
kexec reported that it could not load the kdump kernel.
failedtounloadkdumpkernel
kexec reported that it could not unload the kdump kernel. Run 'kexec -u' directly for more
detail.
makedumpfilefailed,fallingbackto'cp'
this message is printed if the kdump-tools init script attempts to save a /proc/vmcore file using
makedumpfile and the save fails.
failedtosavevmcorein$KDUMP_STAMPDIR
this message indicates that makedumpfile and the fallback method of using cp has failed. This
usually occurs if pathnames are wrong or if the disk is full.
Invalidargument:missingkernelversion
The symlinks command was used with a kernel version that is not installed on this server
Invalidsymlink:{symboliclink}
The listed symbolic link is absent, broken or pointing to the wrong version
Cannotchangesymboliclinkswhenkdumpisloaded
The defined symbolic links are already in use. You must unload kdump before using the symlinks
command
Unabletolocatekernelhook
The kdump-tools script responsible for the creation of smaller initrd.img files is absent from
/usr/kernel/postinst.dInvalidkernelversion:{kernelversion}
The kernel version given to the symlinks command does not exist
fadumpisnotconfiguredinthiskernel.
The Firmware Assisted Dump (fadump) facility is not available on this platform
SSHandNFScannotbedefinedconcurrently
Both variables are defined in /etc/default/kdump-tools. You must choose one or the other as
configuration option.
UnabletomountremoteNFSdirectory{directory}.Cannotsavecore
The remote NFS server does not authorize this server to mount the directory to save the crash
dump.
UnabletowritetotheremoteNFSdirectory{directory}.Cannotsavecore
The remote NFS directory can be mounted but this server cannot write files to it.
makedumpfile--dump-dmesgfailed.dmesgcontentwillbeunavailable
The command to capture the content of the dmesg buffer failed. It will not be available in the
crash directory
Unabletoreachremoteserver{server}.Noreasontocontinuekdump-tools is configured for remote dump but the remote server cannot be reached.
makedumpfilescpfailed.Thevmcorefilewillnotbeavailable
The makedumpfile command was successful but the resulting file could not be copied over SSH to the
remote server.
Remotesshdumpisnotconfigured.Noreasontopropagate"
The propagate command was used but kdump is not configured for remote dump.