<?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 location in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625417#M676033</link>
    <description>Hi Giuseppe:&lt;BR /&gt;&lt;BR /&gt;You could call 'coreadm(2)' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/coreadm.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/coreadm.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 28 Apr 2010 13:20:29 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2010-04-28T13:20:29Z</dc:date>
    <item>
      <title>core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625416#M676032</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to set the path location in which a C process puts its core dump file.&lt;BR /&gt;&lt;BR /&gt;Is there a way to do it (alternative to the standard cd in the wanted dir)?&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Giuseppe</description>
      <pubDate>Wed, 28 Apr 2010 13:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625416#M676032</guid>
      <dc:creator>Fedele Giuseppe</dc:creator>
      <dc:date>2010-04-28T13:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625417#M676033</link>
      <description>Hi Giuseppe:&lt;BR /&gt;&lt;BR /&gt;You could call 'coreadm(2)' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/coreadm.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/coreadm.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Apr 2010 13:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625417#M676033</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-28T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625418#M676034</link>
      <description>Many thanks,&lt;BR /&gt;&lt;BR /&gt;can I use the call direclty in my process code, by providing mypid() as process pid?&lt;BR /&gt;&lt;BR /&gt;Giuseppe</description>
      <pubDate>Wed, 28 Apr 2010 13:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625418#M676034</guid>
      <dc:creator>Fedele Giuseppe</dc:creator>
      <dc:date>2010-04-28T13:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625419#M676035</link>
      <description>On 11.31, you can also use coreadm(1m) to redirect all corefiles.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;can I use the call directly in my process code,&lt;BR /&gt;&lt;BR /&gt;Yes, using getpid(2).</description>
      <pubDate>Wed, 28 Apr 2010 16:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625419#M676035</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-28T16:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625420#M676036</link>
      <description>Yes, as long as you are running HP-UX 11.31. For all earlier versions of HP-UX, they will be stored in the current working directory. The only hidden core management feature for earlier versions of HP-UX is the ability to add the PID of the process to the core file name, as in core.1234 core.5678, etc&lt;BR /&gt; &lt;BR /&gt;To setup this capability, you need to modify memory:&lt;BR /&gt;&lt;BR /&gt;11.00 and 11i v1 (11.11)&lt;BR /&gt;echo â  core_addpid/W 1â   | adb â  o â  w /stand/vmunix /dev/kmem&lt;BR /&gt; &lt;BR /&gt;11i v2 (11.23)&lt;BR /&gt;echo â  core_addpid/W 1â   | adb â  k â  w /stand/vmunix /dev/kmem&lt;BR /&gt; &lt;BR /&gt;For 11.31, use the -g option to name the core files (there are many other options, read the man page).</description>
      <pubDate>Wed, 28 Apr 2010 19:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625420#M676036</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-04-28T19:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625421#M676037</link>
      <description>Sorry about the MS Office junk characters -- here's the plain old ASCII version:&lt;BR /&gt; &lt;BR /&gt;11.00 and 11i v1 (11.11)&lt;BR /&gt;echo "core_addpid/W 1" | adb -o -w /stand/vmunix /dev/kmem&lt;BR /&gt;11i v2 (11.23)&lt;BR /&gt;echo "core_addpid/W 1" | adb -k -w /stand/vmunix /dev/kmem&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2010 20:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625421#M676037</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-04-28T20:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625422#M676038</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Bill: Sorry about the MS Office junk characters&lt;BR /&gt;&lt;BR /&gt;Which is why I gave up keeping notes in MS Word and use only fixed-fonts in pure ASCII text files :-)&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Apr 2010 21:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625422#M676038</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-28T21:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: core files location</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625423#M676039</link>
      <description>&amp;gt; JRF&lt;BR /&gt; &lt;BR /&gt;I copy-pasted from a PowerPoint file -- duhhhh</description>
      <pubDate>Wed, 28 Apr 2010 23:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files-location/m-p/4625423#M676039</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-04-28T23:49:25Z</dc:date>
    </item>
  </channel>
</rss>

