Quantcast
Channel: Data Protector Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3189

(DP) Support Tip: How to enable CORE dumps on Linux/Unix

$
0
0

You may be asked to provide a CORE dump on a process crash for backline support or as a data collection action plan.

here are the steps to enable CORE dumps on both Linux and Unix

Linux:


mkdir -p /var/core
chmod a+rwx /var/core
 
echo kernel.core_pattern=/var/core/core.%e.%p >> /etc/sysctl.conf
echo \*  soft  core  unlimited >> /etc/security/limits.conf       # permanently ulimit -c unlimited
 
reboot


HPUX:


mkdir -p /var/core
chmod a+rwx /var/core
 
/usr/bin/coreadm -e global -g /var/core/core.%f.%p


Viewing all articles
Browse latest Browse all 3189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>