<?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: Crash analysis! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440221#M7075</link>
    <description>q4 per HP recommandation:&lt;BR /&gt;#ls -al  /usr/contrib/bin/q4&lt;BR /&gt;if not exist: swinstall from OS-Core cdrom (OS-Core.Q4)&lt;BR /&gt;Supposelly you've got a crach in /var/adm/crash/crash.n, n=the number of the last crash, cd to that directory:&lt;BR /&gt;#cd /var/adm/crash/crash.0 (or 1 or... whatever numer is your crash)&lt;BR /&gt;If there the files are ziped, &lt;BR /&gt;#gunzip vmunix.gz&lt;BR /&gt;After that:&lt;BR /&gt;#q4prep -p &lt;BR /&gt;#q4 -p .   (q4_space_minus_p_space_dot_enter)&lt;BR /&gt;q4&amp;gt;trace&lt;BR /&gt;at prompt type: "include analyze.pl" and next, type "run Analyze au &amp;gt;&amp;gt; ana.out&lt;BR /&gt;at the next prompt: exit&lt;BR /&gt;grep -v HPMC ana.out&lt;BR /&gt;if HPMC exists, is a hardware failure. &lt;BR /&gt;Check as well /var/tombstone, /etc/shatdownlog&lt;BR /&gt;A q4 procedure you can get from Response Centre as well.&lt;BR /&gt;Good luck</description>
    <pubDate>Sat, 26 Aug 2000 04:09:32 GMT</pubDate>
    <dc:creator>Antoanetta Naghiu</dc:creator>
    <dc:date>2000-08-26T04:09:32Z</dc:date>
    <item>
      <title>Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440220#M7074</link>
      <description>Hi!&lt;BR /&gt;Can anyone brief me how to do the initial Crash analysis using either adb or q4? I have a K450 which crashes frequently? No info form Syslogs.&lt;BR /&gt;&lt;BR /&gt;Thanks in advacne,&lt;BR /&gt;Karunanidhi.S&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Aug 2000 02:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440220#M7074</guid>
      <dc:creator>S. Karunanidhi</dc:creator>
      <dc:date>2000-08-26T02:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440221#M7075</link>
      <description>q4 per HP recommandation:&lt;BR /&gt;#ls -al  /usr/contrib/bin/q4&lt;BR /&gt;if not exist: swinstall from OS-Core cdrom (OS-Core.Q4)&lt;BR /&gt;Supposelly you've got a crach in /var/adm/crash/crash.n, n=the number of the last crash, cd to that directory:&lt;BR /&gt;#cd /var/adm/crash/crash.0 (or 1 or... whatever numer is your crash)&lt;BR /&gt;If there the files are ziped, &lt;BR /&gt;#gunzip vmunix.gz&lt;BR /&gt;After that:&lt;BR /&gt;#q4prep -p &lt;BR /&gt;#q4 -p .   (q4_space_minus_p_space_dot_enter)&lt;BR /&gt;q4&amp;gt;trace&lt;BR /&gt;at prompt type: "include analyze.pl" and next, type "run Analyze au &amp;gt;&amp;gt; ana.out&lt;BR /&gt;at the next prompt: exit&lt;BR /&gt;grep -v HPMC ana.out&lt;BR /&gt;if HPMC exists, is a hardware failure. &lt;BR /&gt;Check as well /var/tombstone, /etc/shatdownlog&lt;BR /&gt;A q4 procedure you can get from Response Centre as well.&lt;BR /&gt;Good luck</description>
      <pubDate>Sat, 26 Aug 2000 04:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440221#M7075</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-26T04:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440222#M7076</link>
      <description>Brief crash dump analysis procedure?  That's not really possible as determining the 'real' reason for a crash requires access to source code (plus all the patch sources), a huge database of stack trace signatures and a lot of experience.  The reason for a crash might be found in shutdownlog: "data segmentation violation" which means the kernel tried to use an invalid address in a memory reference (ie, an odd numbered address for an integer).  The message doesn't provide a clue as to why the kernel has become unstable.&lt;BR /&gt;&lt;BR /&gt;Some basics: look at the stack trace to see what modules in the kernel are involved (ie, filesystem, lan code, virtual memory, etc). Then use the modules near the crash event to search through the patch database.&lt;BR /&gt;&lt;BR /&gt;Or, apply the Support Plus patch bundles. There are dozens of crash fixes in the Critical and General release bundles.  If your system is unpatched, this is likely the problem. If managing patches is difficult, come to HP World 2000 in Philadelphia next month and attend several papers and seminars on patch management.&lt;BR /&gt;&lt;BR /&gt;Or, call the HP Response Center and they can decode the crash dump quite quickly.</description>
      <pubDate>Sat, 26 Aug 2000 23:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440222#M7076</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-08-26T23:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440223#M7077</link>
      <description>Hi Guys!&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;From the /etc/shutdownlog, I understand 2 things,&lt;BR /&gt;&lt;BR /&gt; 1. The machine has been crashing since febrauray.&lt;BR /&gt; 2. There is a HPMC behind all os these crahses.&lt;BR /&gt;&lt;BR /&gt;I have reseated all the add-on cards once.&lt;BR /&gt;I have attached the /etc/shutdownlog.&lt;BR /&gt;&lt;BR /&gt;Any inputs ??&lt;BR /&gt;&lt;BR /&gt;Karunanidhi.S</description>
      <pubDate>Wed, 30 Aug 2000 02:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440223#M7077</guid>
      <dc:creator>S. Karunanidhi</dc:creator>
      <dc:date>2000-08-30T02:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440224#M7078</link>
      <description>Get a Hardware call logged with HP to fix this hardware problem.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 05:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440224#M7078</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-08-30T05:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440225#M7079</link>
      <description>&lt;BR /&gt;Wow, your server has been crashing a lot! The problem is hardware related, the only real thing to do is call HP support for help as an engineer will be required to fix it.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 05:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440225#M7079</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-30T05:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440226#M7080</link>
      <description>Do you have online diagnostics installed?  If so you should have a /var/tombstones directory which will have a record of teh chasis codes associated with each HPMC.  You can log a hardware card and have these codes (one set for each CPU) analyzed.  If not, then a technician can come onsite (or talk you through) examining the pims on the console.  This will require additional server downtime, but it looks like you are experiencing much of that anyway.</description>
      <pubDate>Wed, 30 Aug 2000 12:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440226#M7080</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-08-30T12:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Crash analysis!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440227#M7081</link>
      <description>HPMC's would be reported to hardware support for resolution but for any other non-hardware related crashes, the ITRC Knowledge Base contains many articles on how to pre-process the information for HP using Q4&lt;BR /&gt;&lt;BR /&gt;For instance: &lt;BR /&gt;OZBEKBRC00000611   How do I pre-process my crash dump so HP can troubleshoot it?&lt;BR /&gt;&lt;BR /&gt;Search keywords: Q4 and crash</description>
      <pubDate>Wed, 30 Aug 2000 13:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-analysis/m-p/2440227#M7081</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-08-30T13:16:16Z</dc:date>
    </item>
  </channel>
</rss>

