<?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 shutdown core dump in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599109#M829378</link>
    <description>If hpux 11i is automatically shutdown due to some reason; will it leave core dump ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
    <pubDate>Tue, 09 Aug 2005 00:19:35 GMT</pubDate>
    <dc:creator>Shivkumar</dc:creator>
    <dc:date>2005-08-09T00:19:35Z</dc:date>
    <item>
      <title>shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599109#M829378</link>
      <description>If hpux 11i is automatically shutdown due to some reason; will it leave core dump ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Tue, 09 Aug 2005 00:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599109#M829378</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-08-09T00:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599110#M829379</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Look into /var/adm/crash and /var/tomstones directories will have information&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;CS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 00:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599110#M829379</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-09T00:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599111#M829380</link>
      <description>Hi,&lt;BR /&gt;Also check the /etc/shutdownlog&lt;BR /&gt;Reason for reboot is briefed here.&lt;BR /&gt;&lt;BR /&gt;If there was power failure or similar issue (Power supply problem), the system won't do TOC.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
      <pubDate>Tue, 09 Aug 2005 00:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599111#M829380</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-08-09T00:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599112#M829381</link>
      <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;A core dump will only occur if an abnormal shutdown of the server would occur.&lt;BR /&gt;&lt;BR /&gt;A clean shutdown (manual or scheduled) won't cause a core dump of course.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;Kurt&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 00:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599112#M829381</guid>
      <dc:creator>Kurt Beyers.</dc:creator>
      <dc:date>2005-08-09T00:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599113#M829382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Following steps are useful for debugging the crash/core dumps.HPUX Panic Analysis&lt;BR /&gt;&lt;BR /&gt;HP-UX has its own to analyze scripts. This is what you need to do to run a panic analysis:&lt;BR /&gt;&lt;BR /&gt;1.) cd /var/adm/crash/core.[n]&lt;BR /&gt;2.) zcat /usr/contrib/lib/Q4Lib.tar.Z | tar -xvf -&lt;BR /&gt;3.) gunzip vmunix&lt;BR /&gt;4.) /usr/contrib/bin/q4pxdb vmunix&lt;BR /&gt;5.) cp q4lib/sample.q4rc.pl ~/.q4rc.pl&lt;BR /&gt;6.) /usr/contrib/bin/q4 -p .&lt;BR /&gt;7.) include analyze.pl&lt;BR /&gt;8.) run Analyze AU &amp;gt; crash[n]_rpt.txt&lt;BR /&gt;9.) Refer the "crash[n]_rpt.txt" file for crash details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 09 Aug 2005 00:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599113#M829382</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-09T00:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599114#M829383</link>
      <description>Shiv;&lt;BR /&gt;As an addition to other replies;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=946077" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=946077&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Tue, 09 Aug 2005 01:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599114#M829383</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-08-09T01:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599115#M829384</link>
      <description>Hello Shiv,&lt;BR /&gt;&lt;BR /&gt;HPUX will create crashdump in the following events&lt;BR /&gt;1. either during software panic /hardware panic(HPMC)&lt;BR /&gt;2. manual TOC initiated by user&lt;BR /&gt;3. Service Guard TOC&lt;BR /&gt;&lt;BR /&gt;But all the above you will see a entry in the /etc/shutdownlog regarding the panic&lt;BR /&gt;which caused system reboot.&lt;BR /&gt;&lt;BR /&gt;If you don't have any entry in the /etc/shutdownlog, but system is rebooted, then &lt;BR /&gt;only possible reasons are&lt;BR /&gt;&lt;BR /&gt;1. Somebody run a shutdown/reboot using some wrapper scripts, cuasing shutdownlog not&lt;BR /&gt;   to be updated&lt;BR /&gt;2. No shutdownlog in /etc directory&lt;BR /&gt;&lt;BR /&gt;3. Due to some hardware problems(power) system got rebooted. That can be verified &lt;BR /&gt;   from the hardware GSP logs&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 02:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599115#M829384</guid>
      <dc:creator>Sreedhar Nathani</dc:creator>
      <dc:date>2005-08-09T02:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown core dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599116#M829385</link>
      <description>Hi Shiv&lt;BR /&gt;&lt;BR /&gt;Core dump will be created when system shutdown happens on account of abnormalities like Software, harware PANICs or Power failure. A graceful shutdown will not create core dump.&lt;BR /&gt;&lt;BR /&gt;/etc/shutdownlog will provide info on type of shutdown&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Tue, 09 Aug 2005 04:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-core-dump/m-p/3599116#M829385</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-08-09T04:05:51Z</dc:date>
    </item>
  </channel>
</rss>

