<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Core files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729228#M64993</link>
    <description>You can use the ulimit command in either the /etc/profile or in individual login ID's .profiles to set the size limit for the core file:  ulimit 200000&lt;BR /&gt;&lt;BR /&gt;unfortunately, neither the man pages for ulimit or core really address this.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
    <pubDate>Wed, 22 May 2002 13:45:59 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-05-22T13:45:59Z</dc:date>
    <item>
      <title>Core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729226#M64991</link>
      <description>How to manage the core file area? what is the configuration file where we give the settings of the core files. I am running HP-UX B.10.10 OS&lt;BR /&gt;&lt;BR /&gt;Your help is highly appreciated&lt;BR /&gt;&lt;BR /&gt;REgds&lt;BR /&gt;Ramesh</description>
      <pubDate>Wed, 22 May 2002 13:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729226#M64991</guid>
      <dc:creator>ramesh_6</dc:creator>
      <dc:date>2002-05-22T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729227#M64992</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See man savecore&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         steve Steel</description>
      <pubDate>Wed, 22 May 2002 13:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729227#M64992</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-22T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729228#M64993</link>
      <description>You can use the ulimit command in either the /etc/profile or in individual login ID's .profiles to set the size limit for the core file:  ulimit 200000&lt;BR /&gt;&lt;BR /&gt;unfortunately, neither the man pages for ulimit or core really address this.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Wed, 22 May 2002 13:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729228#M64993</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-05-22T13:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729229#M64994</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/savecrash&lt;BR /&gt;&lt;BR /&gt; # SAVECRASH:    Set to 0 to disable saving system crash dumps.&lt;BR /&gt; SAVECRASH=1                                                   &lt;BR /&gt;ensure that it is set to 1.&lt;BR /&gt;&lt;BR /&gt;And savecrash_dir is set to your required dir.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 13:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729229#M64994</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-22T13:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729230#M64995</link>
      <description>You mean you want to limit the core file size because I think you can't control where the core file is generated, you can only limit its size. Also you might want to check out SAM-&amp;gt;RoutineTasks-&amp;gt;SystemLog&lt;BR /&gt;which allow you to manage your system log files. To limit the core file size ..&lt;BR /&gt;(in POSIX shell, check ..)&lt;BR /&gt;# man setrlimit&lt;BR /&gt;==&amp;gt; allows you to set a max size on a core file for a process and its child processes.&lt;BR /&gt;&lt;BR /&gt;Also you can use "ulimit -c" to set the max core dump size (for instance ..)&lt;BR /&gt;# ulimit -c 4096&lt;BR /&gt;==&amp;gt; would limit core for all children of the shell to 2MB.</description>
      <pubDate>Wed, 22 May 2002 13:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729230#M64995</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-22T13:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Core files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729231#M64996</link>
      <description>Hi Ramesh,&lt;BR /&gt;&lt;BR /&gt;If you talking about the system crash files, the config file is /etc/rc.config.d/savecrash in 11.0. It should be /etc/rc.config.d/savecore in 10.10. You can modify the directory where the crash dump will be saved in this file.  The command to save a previous core dump manually should be &lt;BR /&gt;&lt;BR /&gt;savecore -vr&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 13:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2729231#M64996</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-22T13:56:09Z</dc:date>
    </item>
  </channel>
</rss>

