PATH:
etc
# This file contains a series of commands to perform (in order) in the kdump # kernel after a kernel crash in the crash kernel(1st kernel) has happened. # # Directives in this file are only applicable to the kdump initramfs, and have # no effect once the root filesystem is mounted and the normal init scripts are # processed. # # Currently, only one dump target and path can be specified. If the dumping to # the configured target fails, the default action which can be configured via # the "default" directive will be performed. # # Supported options: # # raw <partition> # - Will dd /proc/vmcore into <partition>. # Use persistent device names for partition devices, # such as /dev/vg/<devname>. # # nfs <nfs mount> # - Will mount nfs to <mnt>, and copy /proc/vmcore to # <mnt>/<path>/%HOST-%DATE/, supports DNS. # # ssh <user@server> # - Will scp /proc/vmcore to <user@server>:<path>/%HOST-%DATE/, # supports DNS. # NOTE: make sure the user has write permissions on the server. # # sshkey <path> # - Will use the sshkey to do ssh dump. # Specify the path of the ssh key to use when dumping # via ssh. The default value is /root/.ssh/kdump_id_rsa. # # <fs type> <partition> # - Will mount -t <fs type> <partition> <mnt>, and copy # /proc/vmcore to <mnt>/<path>/%HOST_IP-%DATE/. # NOTE: <partition> can be a device node, label or uuid. # It's recommended to use persistent device names # such as /dev/vg/<devname>. # Otherwise it's suggested to use label or uuid. # # path <path> # - "path" represents the file system path in which vmcore # will be saved. If a dump target is specified in # kdump.conf, then "path" is relative to the specified # dump target. # # Interpretation of "path" changes a bit if the user didn't # specify any dump target explicitly in kdump.conf. In this # case, "path" represents the absolute path from root. The # dump target and adjusted path are arrived at automatically # depending on what's mounted in the current system. # # Ignored for raw device dumps. If unset, will use the default # "/var/crash". # # core_collector <command> <options> # - This allows you to specify the command to copy # the vmcore. The default is makedumpfile, which on # some architectures can drastically reduce vmcore size. # See /sbin/makedumpfile --help for a list of options. # Note that the -i and -g options are not needed here, # as the initrd will automatically be populated with a # config file appropriate for the running kernel. # The default core_collector for raw/ssh dump is: # "makedumpfile -F -l --message-level 1 -d 31". # The default core_collector for other targets is: # "makedumpfile -l --message-level 1 -d 31". # # "makedumpfile -F" will create a flattened vmcore. # You need to use "makedumpfile -R" to rearrange the dump data to # a normal dumpfile readable with analysis tools. For example: # "makedumpfile -R vmcore < vmcore.flat". # # For core_collector format details, you can refer to # kexec-kdump-howto.txt or kdump.conf manpage. # # kdump_post <binary | script> # - This directive allows you to run a executable binary # or script after the vmcore dump process terminates. # The exit status of the current dump process is fed to # the executable binary or script as its first argument. # # kdump_pre <binary | script> # - Works like the "kdump_post" directive, but instead of running # after the dump process, runs immediately before it. # Exit status of this binary is interpreted as follows: # 0 - continue with dump process as usual # non 0 - reboot the system # # extra_bins <binaries | shell scripts> # - This directive allows you to specify additional binaries or # shell scripts to be included in the kdump initrd. # Generally they are useful in conjunction with a kdump_post # or kdump_pre binary or script which depends on these extra_bins. # # extra_modules <module(s)> # - This directive allows you to specify extra kernel modules # that you want to be loaded in the kdump initrd. # Multiple modules can be listed, separated by spaces, and any # dependent modules will automatically be included. # # default <reboot | halt | poweroff | shell | dump_to_rootfs> # - Action to perform in case dumping fails. # reboot: Reboot the system. # halt: Halt the system. # poweroff: Power down the system. # shell: Drop to a bash shell. # Exiting the shell reboots the system. # dump_to_rootfs: Dump vmcore to rootfs from initramfs context and # reboot. Useful when non-root dump target is specified. # The default option is "reboot". # # force_rebuild <0 | 1> # - By default, kdump initrd will only be rebuilt when necessary. # Specify 1 to force rebuilding kdump initrd every time when kdump # service starts. # # force_no_rebuild <0 | 1> # - By default, kdump initrd will be rebuilt when necessary. # Specify 1 to bypass rebuilding of kdump initrd. # # force_no_rebuild and force_rebuild options are mutually # exclusive and they should not be set to 1 simultaneously. # # override_resettable <0 | 1> # - Usually an unresettable block device can't be a dump target. # Specifying 1 when you want to dump even though the block # target is unresettable # By default, it is 0, which will not try dumping destined to fail. # # dracut_args <arg(s)> # - Pass extra dracut options when rebuilding kdump initrd. # # fence_kdump_args <arg(s)> # - Command line arguments for fence_kdump_send (it can contain # all valid arguments except hosts to send notification to). # # fence_kdump_nodes <node(s)> # - List of cluster node(s) except localhost, separated by spaces, # to send fence_kdump notifications to. # (this option is mandatory to enable fence_kdump). # #raw /dev/vg/lv_kdump #ext4 /dev/vg/lv_kdump #ext4 LABEL=/boot #ext4 UUID=03138356-5e61-4ab3-b58e-27507ac41937 #nfs my.server.com:/export/tmp #ssh user@my.server.com #sshkey /root/.ssh/kdump_id_rsa path /var/crash core_collector makedumpfile -l --message-level 1 -d 31 #core_collector scp #kdump_post /var/crash/scripts/kdump-post.sh #kdump_pre /var/crash/scripts/kdump-pre.sh #extra_bins /usr/bin/lftp #extra_modules gfs2 #default shell #force_rebuild 1 #force_no_rebuild 1 #dracut_args --omit-drivers "cfg80211 snd" --add-drivers "ext2 ext3" #fence_kdump_args -p 7410 -f auto -c 0 -i 10 #fence_kdump_nodes node1 node2
[+]
..
[-] fstab
[edit]
[-] crypttab
[edit]
[-] mtab
[edit]
[-] .updated
[edit]
[+]
grub.d
[+]
libreport
[+]
terminfo
[+]
prelink.conf.d
[+]
skel
[-] shells
[edit]
[+]
alternatives
[+]
chkconfig.d
[-] libaudit.conf
[edit]
[+]
init.d
[+]
rc.d
[+]
sasl2
[+]
rc0.d
[+]
libnl
[+]
rc1.d
[-] logrotate.conf
[edit]
[+]
rc2.d
[+]
groff
[+]
rc3.d
[+]
openldap
[+]
rc4.d
[+]
cpanel
[+]
rc5.d
[-] libuser.conf
[edit]
[+]
rc6.d
[+]
default
[+]
request-key.d
[-] aliases
[edit]
[+]
fonts
[-] bashrc
[edit]
[-] request-key.conf
[edit]
[-] csh.cshrc
[edit]
[+]
selinux
[-] csh.login
[edit]
[-] virc
[edit]
[+]
ssh
[-] environment
[edit]
[+]
gnupg
[-] exports
[edit]
[-] yum.conf
[edit]
[-] filesystems
[edit]
[-] login.defs
[edit]
[-] group
[edit]
[+]
depmod.d
[-] gshadow
[edit]
[-] .pwd.lock
[edit]
[-] host.conf
[edit]
[-] dracut.conf
[edit]
[-] hosts
[edit]
[+]
dracut.conf.d
[-] hosts.allow
[edit]
[-] group-
[edit]
[-] hosts.deny
[edit]
[-] gshadow-
[edit]
[-] inputrc
[edit]
[+]
modprobe.d
[-] motd
[edit]
[+]
rsyslog.d
[-] passwd
[edit]
[+]
binfmt.d
[-] printcap
[edit]
[+]
modules-load.d
[-] profile
[edit]
[+]
profile.d
[+]
systemd
[-] protocols
[edit]
[-] rc.local
[edit]
[-] securetty
[edit]
[-] passwd-
[edit]
[-] services
[edit]
[-] shadow-
[edit]
[-] shadow
[edit]
[+]
dbus-1
[-] subgid
[edit]
[+]
sysctl.d
[-] subuid
[edit]
[+]
X11
[+]
bash_completion.d
[+]
opt
[+]
pki
[+]
pm
[+]
sysconfig
[+]
xdg
[+]
xinetd.d
[+]
tmpfiles.d
[-] ld.so.conf
[edit]
[+]
ld.so.conf.d
[-] system-release
[edit]
[-] nsswitch.conf
[edit]
[-] inittab
[edit]
[-] rpc
[edit]
[-] sysctl.conf
[edit]
[-] ld.so.cache
[edit]
[+]
popt.d
[+]
udev
[+]
lsm
[-] GREP_COLORS
[edit]
[+]
pkcs11
[+]
ssl
[-] machine-id
[edit]
[-] DIR_COLORS
[edit]
[+]
gcrypt
[+]
dhcp
[-] DIR_COLORS.256color
[edit]
[-] os-release
[edit]
[+]
cron.monthly
[-] DIR_COLORS.lightbgcolor
[edit]
[+]
gss
[-] localtime
[edit]
[-] krb5.conf
[edit]
[+]
krb5.conf.d
[+]
rpm
[+]
yum.repos.d
[+]
yum
[-] system-release-cpe
[edit]
[-] centos-release
[edit]
[-] redhat-release
[edit]
[+]
lvm
[-] centos-release-upstream
[edit]
[+]
NetworkManager
[-] issue
[edit]
[-] nsswitch.conf.bak
[edit]
[-] issue.net
[edit]
[-] adjtime
[edit]
[-] magic
[edit]
[-] networks
[edit]
[-] GeoIP.conf
[edit]
[+]
logrotate.d
[+]
abrt
[-] resolv.conf
[edit]
[+]
python
[+]
security
[+]
pam.d
[-] statetab
[edit]
[-] mail.rc
[edit]
[+]
iproute2
[+]
polkit-1
[-] gdbinit
[edit]
[+]
gdbinit.d
[+]
ppp
[+]
ntp
[-] sos.conf
[edit]
[-] rwtab
[edit]
[-] netconfig
[edit]
[+]
cron.hourly
[-] asound.conf
[edit]
[+]
statetab.d
[-] favicon.png
[edit]
[+]
cron.daily
[+]
rwtab.d
[+]
cron.weekly
[-] remotedomains
[edit]
[-] crontab
[edit]
[-] secondarymx
[edit]
[-] anacrontab
[edit]
[+]
cron.d
[-] skipsmtpcheckhosts
[edit]
[-] cron.deny
[edit]
[-] my.cnf
[edit]
[-] ips
[edit]
[-] sestatus.conf
[edit]
[+]
samba
[-] spammeripblocks
[edit]
[-] kdump.conf
[edit]
[-] digestshadow
[edit]
[-] ssldomains
[edit]
[-] makedumpfile.conf.sample
[edit]
[-] named.conf
[edit]
[-] grub2.cfg
[edit]
[-] email_send_limits
[edit]
[-] usb_modeswitch.conf
[edit]
[+]
wpa_supplicant
[-] trueuserdomains
[edit]
[-] ethertypes
[edit]
[+]
plymouth
[-] greylist_trusted_netblocks
[edit]
[-] waagent.conf
[edit]
[-] cpspamd.conf
[edit]
[+]
egl
[-] fprintd.conf
[edit]
[-] antivirus.exim
[edit]
[-] vimrc
[edit]
[-] trueuserowners
[edit]
[-] pinforc
[edit]
[+]
cifs-utils
[-] mailbox_formats
[edit]
[-] rsyslog.conf
[edit]
[+]
tuned
[+]
setuptool.d
[+]
firewalld
[+]
my.cnf.d
[+]
dpkg
[-] updatedb.conf
[edit]
[+]
audisp
[+]
audit
[+]
apache2
[-] exim.conf.dist
[edit]
[-] rsyncd.conf
[edit]
[+]
smartmontools
[-] trusted_mail_users
[edit]
[-] at.deny
[edit]
[-] trustedmailhosts
[edit]
[-] chrony.conf
[edit]
[-] eximrejects.rpmorig
[edit]
[-] chrony.keys
[edit]
[-] userbwlimits
[edit]
[-] man_db.conf
[edit]
[-] exim.pl
[edit]
[-] e2fsck.conf
[edit]
[-] userdomains
[edit]
[-] mke2fs.conf
[edit]
[-] mailhelo
[edit]
[-] sudo-ldap.conf
[edit]
[-] localdomains.rpmnew
[edit]
[-] sudo.conf
[edit]
[-] userips
[edit]
[-] sudoers
[edit]
[+]
sudoers.d
[+]
mail
[-] relayhosts
[edit]
[-] trusted-key.key
[edit]
[-] eximrejects
[edit]
[-] wgetrc
[edit]
[-] userplans
[edit]
[-] nanorc
[edit]
[+]
scl
[-] vconsole.conf
[edit]
[-] locale.conf
[edit]
[-] hostname
[edit]
[+]
chkserv.d
[-] localaliases
[edit]
[-] aliases.db
[edit]
[-] named.conf.rebuilddnsconfig
[edit]
[-] mailips
[edit]
[-] shells.rpmnew
[edit]
[-] neighbor_netblocks
[edit]
[-] nsswitch.conf.rpmnew
[edit]
[-] spammers
[edit]
[-] tcsd.conf
[edit]
[+]
vdomainaliases
[-] userdatadomains.json
[edit]
[-] ipaddrpool
[edit]
[-] backupmxhosts
[edit]
[-] blocked_incoming_email_domains
[edit]
[-] exim.conf.localopts
[edit]
[+]
valiases
[-] demousers
[edit]
[+]
vfilters
[-] subuid-
[edit]
[-] subgid-
[edit]
[-] cpupdate.conf
[edit]
[-] exim_trusted_configs
[edit]
[-] nscd.conf
[edit]
[+]
named
[-] exim.conf
[edit]
[+]
proftpd
[+]
pdns
[-] stats.conf
[edit]
[-] named.iscdlv.key
[edit]
[-] nocgiusers
[edit]
[-] named.rfc1912.zones
[edit]
[-] outgoing_mail_hold_users
[edit]
[-] named.root.key
[edit]
[-] blocked_incoming_email_country_ips
[edit]
[-] ftpd-rsa.pem
[edit]
[-] exim.pl.local
[edit]
[-] elinks.conf
[edit]
[-] cpanel_php_fpmdisable
[edit]
[-] domainips
[edit]
[-] pure-ftpd.pem
[edit]
[-] ftpd-ca.pem
[edit]
[-] ftpd-rsa-key.pem
[edit]
[-] exim.crt
[edit]
[+]
dovecot
[-] recent_authed_mail_ips
[edit]
[-] manualmx
[edit]
[-] domainusers
[edit]
[-] p0fdisable
[edit]
[-] passwd.cache
[edit]
[-] eximmailtrap
[edit]
[-] idmapd.conf
[edit]
[-] exim_suspended_list
[edit]
[-] exim.key
[edit]
[-] userdatadomains
[edit]
[-] localdomains
[edit]
[-] blocked_incoming_email_countries
[edit]
[-] cpanel_mail_netblocks
[edit]
[-] dbowners
[edit]
[-] demodomains
[edit]
[-] demouids
[edit]
[-] recent_authed_mail_ips_users
[edit]
[-] named.conf.cache
[edit]
[+]
gssproxy
[-] aadpasswd
[edit]
[-] bash.bashrc
[edit]
[-] passwd.nouids.cache
[edit]
[-] cpsources.conf.plugins.example
[edit]
[-] outgoing_mail_suspended_users
[edit]
[-] recent_recipient_mail_server_ips
[edit]
[-] senderverifybypasshosts
[edit]
[-] exim.conf.mailman2.dist
[edit]
[-] exim.conf.mailman2.exiscan.dist
[edit]
[-] greylist_common_mail_providers
[edit]
[-] cpanel_exim_system_filter
[edit]
[-] named.conf.precpanelinstall
[edit]
[-] named.conf.prerebuilddnsconfig
[edit]
[-] named.conf.zonedir.cache
[edit]
[-] wwwacct.conf.shadow
[edit]
[-] wwwacct.conf
[edit]
[-] wwwacct.conf.cache
[edit]
[-] wwwacct.conf.shadow.cache
[edit]
[-] domain_remote_mx_ips.cdb
[edit]
[-] mailcap
[edit]
[-] mime.types
[edit]
[+]
glvnd
[+]
libpaper.d
[-] papersize
[edit]
[+]
ghostscript
[+]
ImageMagick-6
[-] .whostmgrft
[edit]
[-] ips.dnsmaster
[edit]
[-] named.conf.precleandns
[edit]
[+]
exports.d
[-] nfsmount.conf
[edit]
[-] shadow.nouids.cache
[edit]
[-] ips.remotedns
[edit]
[-] ips.remotemail
[edit]
[+]
pure-ftpd
[+]
azure
[-] pure-ftpd.conf
[edit]
[-] cpbackup-exclude.conf
[edit]
[-] my.cnf-cptech
[edit]
[-] pure-ftpd.conf.rpmnew
[edit]
[-] nfs.conf
[edit]
[-] cpupdate.conf.cp52965.bak
[edit]
[-] relayhostsusers
[edit]