<?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: Automatic renaming of core dump file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037351#M95370</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you want to name a corefile uniquely you can append the process id (pid) thusly (by setting the 'core_pid' kernel variable:&lt;BR /&gt;&lt;BR /&gt;For 11.00 or 11.11:&lt;BR /&gt;&lt;BR /&gt;# echo 'core_addpid/W 1' | adb -k -w /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;For 11.23:&lt;BR /&gt;&lt;BR /&gt;# echo 'core_addpid/W 1' | adb -o -w /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Mar 2007 09:30:09 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-03-29T09:30:09Z</dc:date>
    <item>
      <title>Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037349#M95368</link>
      <description>Is it possible on HP-UX to automatically rename the core file of an app coredump? So that successive coredumps get saved on the system, rather than that only the last one is retained.</description>
      <pubDate>Thu, 29 Mar 2007 09:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037349#M95368</guid>
      <dc:creator>dscao</dc:creator>
      <dc:date>2007-03-29T09:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037350#M95369</link>
      <description>You could set up a cron job that would do a find, searching on the name core and then renaming it to core.`date` or something like that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 29 Mar 2007 09:28:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037350#M95369</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-03-29T09:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037351#M95370</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you want to name a corefile uniquely you can append the process id (pid) thusly (by setting the 'core_pid' kernel variable:&lt;BR /&gt;&lt;BR /&gt;For 11.00 or 11.11:&lt;BR /&gt;&lt;BR /&gt;# echo 'core_addpid/W 1' | adb -k -w /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;For 11.23:&lt;BR /&gt;&lt;BR /&gt;# echo 'core_addpid/W 1' | adb -o -w /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Mar 2007 09:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037351#M95370</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-03-29T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037352#M95371</link>
      <description>Rename the core file so it is unique and see if this does the trick for you:&lt;BR /&gt;&lt;BR /&gt;# mv core core_&lt;APP name=""&gt;_$$&lt;BR /&gt;&lt;BR /&gt;the $$ makes the filename unique as it's the pid of the subshell in which the command is executed.&lt;/APP&gt;</description>
      <pubDate>Thu, 29 Mar 2007 09:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037352#M95371</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-03-29T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037353#M95372</link>
      <description>Thanks to all.</description>
      <pubDate>Thu, 29 Mar 2007 09:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037353#M95372</guid>
      <dc:creator>dscao</dc:creator>
      <dc:date>2007-03-29T09:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037354#M95373</link>
      <description>&amp;gt;JRF: (by setting the 'core_pid' kernel variable:&lt;BR /&gt;&lt;BR /&gt;11.31 has a coreadm command so you don't need to use adb.</description>
      <pubDate>Thu, 29 Mar 2007 16:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037354#M95373</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-29T16:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037355#M95374</link>
      <description>Hi Dennis:&lt;BR /&gt;&lt;BR /&gt;Thanks for the 11.31 info.  From some cursory reading and tidbits like those you have provided, I would say 11iv3 has some really NICE features.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 29 Mar 2007 16:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037355#M95374</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-03-29T16:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic renaming of core dump file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037356#M95375</link>
      <description>&amp;gt;JRF: Thanks for the 11.31 info. From some cursory reading and tidbits like those you have provided, I would say 11iv3 has some really NICE features.&lt;BR /&gt;&lt;BR /&gt;You can look at all of the 11.31 documentation:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/oshpux11iv3.html#Release%20Notes" target="_blank"&gt;http://docs.hp.com/en/oshpux11iv3.html#Release%20Notes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And Chapter 3 has what's new:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6469/ch03.html" target="_blank"&gt;http://docs.hp.com/en/5991-6469/ch03.html&lt;/A&gt;</description>
      <pubDate>Thu, 29 Mar 2007 18:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-renaming-of-core-dump-file/m-p/5037356#M95375</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-29T18:17:02Z</dc:date>
    </item>
  </channel>
</rss>

