On Aug 25, 2011, at 11:33 PM, Mark Post wrote: >>>> On 8/25/2011 at 01:10 PM, "Bauer, Bobby (NIH/CIT) [E]" >>>> <[email protected]> > wrote: >> Anybody know how to enable core dumps for RHEL 6. Working with a vendor who >> has asked for a dump but we can't seem to get one. Haven't found anything in >> the manuals yet. > > Did you read the "Using the Dump Tools on Red Hat Enterprise Linux 6.1 - > SC34-2607-01" manual on IBM's developerWorks page? > > > Mark Post
If it's an application crash, run 'ulimit -c' to check that core dumps are enabled for processes. 'ulimit -c unlimited' sets this on the fly (won't survive a reboot), or you can set it permanently in /etc/security/limits.conf (better approach). > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
