b9e861
.TH KDUMPCTL 8 2015-07-13 kexec-tools
b9e861
b9e861
.SH NAME
b9e861
kdumpctl \- control interface for kdump
b9e861
b9e861
.SH SYNOPSIS
b9e861
.B kdumpctl
b9e861
.I COMMAND
b9e861
b9e861
.SH DESCRIPTION
b9e861
.B kdumpctl
b9e861
is used to check or control the kdump service.
b9e861
In most cases, you should use
b9e861
.B systemctl
b9e861
to start / stop / enable kdump service instead. However,
b9e861
.B kdumpctl
b9e861
provides more details for debug and a helper to setup ssh key authentication.
b9e861
b9e861
.SH COMMANDS
b9e861
.TP
b9e861
.I start
b9e861
Start the service.
b9e861
.TP
b9e861
.I stop
b9e861
Stop the service.
b9e861
.TP
b9e861
.I status
b9e861
Prints the current status of kdump service.
b9e861
It returns non-zero value if kdump is not operational.
b9e861
.TP
b9e861
.I restart
b9e861
Is equal to
b9e861
.I start; stop
b9e861
.TP
b9e861
.I reload
b9e861
reload crash kernel image and initramfs without triggering a rebuild.
b9e861
.TP
b9e861
.I rebuild
b9e861
rebuild the crash kernel initramfs.
b9e861
.TP
b9e861
.I propagate
b9e861
Helps to setup key authentication for ssh storage since it's
b9e861
impossible to use password authentication during kdump.
b9e861
.TP
b9e861
.I showmem
b9e861
Prints the size of reserved memory for crash kernel in megabytes.
e8a34c
.TP
e8a34c
.I estimate
e8a34c
Estimate a suitable crashkernel value for current machine. This is a
e8a34c
best-effort estimate. It will print a recommanded crashkernel value
e8a34c
based on current kdump setup, and list some details of memory usage.
b9e861
b9e861
.SH "SEE ALSO"
b9e861
.BR kdump.conf (5),
b9e861
.BR mkdumprd (8)