The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
The system-config-kdump utility fails to enable the kdump service when run under UEK R3. The following warning is reported.
libglade-WARNING **: could not look up stock id 'Enable kdump'
The workaround is to configure the kdump
service manually:
Add the
crashkernel
boot parameter to the kernel command line, for example:crashkernel=448M
Enable the
kdump
service so that it starts when the system is next rebooted.#
chkconfig kdump on
Shut down and reboot the system.
#
reboot
Verify that the
kdump
service is running.#
service kdump status
Kdump is operational
(Bug ID 21300512)