<?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 File Path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170371#M321189</link>
    <description>&amp;gt;Yogeeraj: the core file goes to the HOME directory of the process&lt;BR /&gt;&lt;BR /&gt;You mean current directory.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Am not sure that this can be controlled.&lt;BR /&gt;&lt;BR /&gt;On 11.31, see coreadm(1M).</description>
    <pubDate>Sun, 07 Sep 2008 08:05:01 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-09-07T08:05:01Z</dc:date>
    <item>
      <title>Core File Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170365#M321183</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;Just now we have upgrade the disk and in old disk the core path is set in /var now i want core should get stored in the new FS /dump.&lt;BR /&gt;&lt;BR /&gt;So how should i do that ?&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Mar 2008 07:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170365#M321183</guid>
      <dc:creator>Eric Jacklin</dc:creator>
      <dc:date>2008-03-30T07:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Core File Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170366#M321184</link>
      <description>Are you talking about /var/adm/crash?  Or are you talking about application core files?</description>
      <pubDate>Sun, 30 Mar 2008 08:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170366#M321184</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-30T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Core File Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170367#M321185</link>
      <description>For crash dumps see savecrash(1M):&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60103/savecrash.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60103/savecrash.1M.html&lt;/A&gt;</description>
      <pubDate>Sun, 30 Mar 2008 08:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170367#M321185</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-30T08:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Core File Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170368#M321186</link>
      <description>Yes I am Talking About Crash file,&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Mar 2008 09:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170368#M321186</guid>
      <dc:creator>Eric Jacklin</dc:creator>
      <dc:date>2008-03-30T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Core File Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170369#M321187</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Normally, the crashed process core file goes to the HOME directory of the process executing.&lt;BR /&gt;&lt;BR /&gt;Am not sure that this can be controlled.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sun, 30 Mar 2008 17:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170369#M321187</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-03-30T17:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Core File Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170370#M321188</link>
      <description>Jit is referring to the system crash dump location, not a core file from a single process. The default location is /var/adm/crash and is set in the file:&lt;BR /&gt; &lt;BR /&gt;/etc/rc.config.d/savecrash&lt;BR /&gt; &lt;BR /&gt;The line reads:&lt;BR /&gt; &lt;BR /&gt;SAVECRASH_DIR=/var/adm/crash&lt;BR /&gt; &lt;BR /&gt;Since the vast majority of HP-UX servers use this directory, I would keep this path. Then remove the contents of /var/adm/crash leaving an empty directory. Now pick a new logical volume and add it to /etc/fstab:&lt;BR /&gt; &lt;BR /&gt;/dev/vg00/lvolNEW /var/adm/crash  vxfs largefiles,delaylog 0 2&lt;BR /&gt; &lt;BR /&gt;Then after creating a filesystem on the new lvol, use the mount command:&lt;BR /&gt; &lt;BR /&gt;mount /var/adm/crash&lt;BR /&gt; &lt;BR /&gt;Now a system crash will be copied from the dump area to the new lvol at reboot time.</description>
      <pubDate>Sun, 30 Mar 2008 17:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170370#M321188</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-03-30T17:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Core File Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170371#M321189</link>
      <description>&amp;gt;Yogeeraj: the core file goes to the HOME directory of the process&lt;BR /&gt;&lt;BR /&gt;You mean current directory.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Am not sure that this can be controlled.&lt;BR /&gt;&lt;BR /&gt;On 11.31, see coreadm(1M).</description>
      <pubDate>Sun, 07 Sep 2008 08:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-path/m-p/4170371#M321189</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-09-07T08:05:01Z</dc:date>
    </item>
  </channel>
</rss>

