Database Error Messages

CRS-01759

Operating System crash dump generation is disabled because kdump service is not enabled on system.

Cause

Based on the configuration identified crash dump will not be generated on the system since kdump service is not enabled on the Operating System level.


Action

For enabling kdump please check How to Configure "kdump" on Oracle Linux 7 (Doc ID 2049919.1).

After enabling kdump at OS level, If REBOOT_OPTS is already set to CRASHDUMP, then it needs to be toggled as follows for Grid Infrastructure stack to pickup the change:

crsctl modify res ora.cssd -attr "REBOOT_OPTS="" -init crsctl modify res ora.cssdmonitor -attr "REBOOT_OPTS="" -init crsctl modify res ora.cssd -attr "REBOOT_OPTS=CRASHDUMP" -init crsctl modify res ora.cssdmonitor -attr "REBOOT_OPTS=CRASHDUMP" -init

If REBOOT_OPTS was set to NODUMP or "" then following commands needs be used, crsctl modify res ora.cssd -attr "REBOOT_OPTS=CRASHDUMP" -init crsctl modify res ora.cssdmonitor -attr "REBOOT_OPTS=CRASHDUMP" -init

If Engineered system please also follow action outlined for CRS-1760 in Doc ID 2833252.1.