Solution : https://service.sap.com/sap/support/notes/1163337 (SAP Service marketplace login required)
Summary : Key words : Related Notes :
When a SYSTEM_CORE_DUMPED error occurs in an SAP system on Linux, a core file is essential for diagnostic purposes, as it captures the state of the system at failure. Core dump generation is disabled by default and must be manually activated. This is achieved using "ulimit" or "limit" commands in the respective shell (bash or C shell). Changes must be made prior to restarting the SAP instance and can be set globally or specifically for
% sapcontrol -prot ni_http -nr <nr> -function startservice <sid>, % sapcontrol -prot ni_http -nr <nr> -function stopservice, grep <sid>adm% cat /proc/<pid>/limitscomments, directory /usr/sap/<sid>/<inst>/work, /usr/sap/<sid>/<inst>/work, cat /proc/sys/kernel/core_pattern, limit coredumpsize unlimited deactivate core dumps, > /proc/sys/kernel/core_pattern check, > /proc/sys/kernel/core_pattern, /usr/sap/<sid>/home/
171356 SAP software on Linux: General information