1KDUMPCTL(8) System Manager's Manual KDUMPCTL(8)
2
3
4
6 kdumpctl - control interface for kdump
7
8
10 kdumpctl COMMAND
11
12
14 kdumpctl is used to check or control the kdump service. In most cases,
15 you should use systemctl to start / stop / enable kdump service in‐
16 stead. However, kdumpctl provides more details for debug and a helper
17 to setup ssh key authentication.
18
19
21 start Start the service.
22
23 stop Stop the service.
24
25 status Prints the current status of kdump service. It returns non-zero
26 value if kdump is not operational.
27
28 restart
29 Is equal to start; stop
30
31 reload reload crash kernel image and initramfs without triggering a re‐
32 build.
33
34 rebuild
35 rebuild the crash kernel initramfs.
36
37 propagate
38 Helps to setup key authentication for ssh storage since it's im‐
39 possible to use password authentication during kdump.
40
41 showmem
42 Prints the size of reserved memory for crash kernel in
43 megabytes.
44
45 estimate
46 Estimate a suitable crashkernel value for current machine. This
47 is a best-effort estimate. It will print a recommanded crashker‐
48 nel value based on current kdump setup, and list some details of
49 memory usage.
50
51 reset-crashkernel [KERNEL]
52 Reset crashkernel value to default value. kdumpctl will try to
53 read from /usr/lib/modules/<KERNEL>/crashkernel.default and re‐
54 set specified kernel's crashkernel cmdline value. If no kernel
55 is specified, will reset current running kernel's crashkernel
56 value. If /usr/lib/modules/<KERNEL>/crashkernel.default doesn't
57 exist, will simply exit return 1.
58
59
60
62 kdump.conf(5), mkdumprd(8)
63
64
65
66kexec-tools 2015-07-13 KDUMPCTL(8)