<?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: system crash analysis in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724099#M63822</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would check as well as HP as the guys from checkpoint FW.&lt;BR /&gt;If no contract I would suggest you started with installing the latest Arpa and streams patches and the dependencies.&lt;BR /&gt;&lt;BR /&gt;C.</description>
    <pubDate>Wed, 15 May 2002 07:13:55 GMT</pubDate>
    <dc:creator>Clemens van Everdingen</dc:creator>
    <dc:date>2002-05-15T07:13:55Z</dc:date>
    <item>
      <title>system crash analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724094#M63817</link>
      <description>our checkpoint firewall server running HP-UX 11.0 crashed without giving errors in syslog. i have analyzed the crash dump and below is the stack trace for event 0 from q4.&lt;BR /&gt;&lt;BR /&gt;-- trace event 0&lt;BR /&gt;q4&amp;gt; trace event 0&lt;BR /&gt;stack trace for event 0&lt;BR /&gt;crash event was a panic&lt;BR /&gt;panic+0x14&lt;BR /&gt;report_trap_or_int_and_panic+0x4c&lt;BR /&gt;interrupt+0x1e8&lt;BR /&gt;$ihndlr_rtn+0x0&lt;BR /&gt;ire_walk1+0x84&lt;BR /&gt;ire_walk+0x94&lt;BR /&gt;ill_fastpath_ack+0x5c&lt;BR /&gt;ip_rput+0x4f8&lt;BR /&gt;putnext+0xc4&lt;BR /&gt;fwstrmodrput+0xac&lt;BR /&gt;fwsm_rput+0x10&lt;BR /&gt;csq_turnover_with_lock+0x7c&lt;BR /&gt;putnext+0x244&lt;BR /&gt;hp_dlpi_mblk_fast_in+0x7c&lt;BR /&gt;hp_dlpi_mblk_intr_put+0xc0&lt;BR /&gt;str_spu_sw_isr+0x1a4&lt;BR /&gt;sw_service+0x8c&lt;BR /&gt;mp_ext_interrupt+0x108&lt;BR /&gt;ivti_patch_to_nop3+0x0&lt;BR /&gt;idle+0x444&lt;BR /&gt;swidle_exit+0x0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i have also attached the output from the command&lt;BR /&gt;echo "msgbuf+8/s" | adb -m vmunix . &amp;gt; /tmp/msgbuf&lt;BR /&gt;&lt;BR /&gt;any help in pointing to the cause of this crash is more than welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 15 May 2002 05:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724094#M63817</guid>
      <dc:creator>Usman</dc:creator>
      <dc:date>2002-05-15T05:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: system crash analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724095#M63818</link>
      <description>hi,&lt;BR /&gt;page fault occurs when a process tries to access memory that is out of it's limit or&lt;BR /&gt;the memory that is not present. A software&lt;BR /&gt;can cause this if it tries to acccess the &lt;BR /&gt;system memory.&lt;BR /&gt;As a matter of routine , check your memory usage and swap usage , log a call to HP and&lt;BR /&gt;get the hardware certified.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 06:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724095#M63818</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-15T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: system crash analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724096#M63819</link>
      <description>&lt;BR /&gt;Its simply a data page fault - basically the kernel panic'ed and crashed when it shouldnt have. Simply a patch issue. Your patches arent up to date. Load the latest patch bundle (March2002) or if you just want some individual patches go to the itrc home page, select individual patches, do a search for 'data page fault' for your HP-UX version and it will list the patches you should install to fix it.&lt;BR /&gt;&lt;BR /&gt;We had the same problem here recently - March2002 patch bundle install fixed it.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 06:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724096#M63819</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-05-15T06:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: system crash analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724097#M63820</link>
      <description>First of all I think only HP response center would know how to direct this stack trace to an expert to translate what it meant. It's not an easy thing to understand. At the end of the day it is usually going to be patch installation that will solve your problem. I have ha similar crash, stack trace not quite the same but the "attachment" looks very similar to mine when it happened. I was told to install ..&lt;BR /&gt;PHNE_21038 cumulative ARPA transport patch&lt;BR /&gt;which should resolve the "race conditions" that are seen in the stack trace. And that I did and I never had the crash again.</description>
      <pubDate>Wed, 15 May 2002 06:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724097#M63820</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-15T06:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: system crash analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724098#M63821</link>
      <description>I would advise to contact your local Response Center which would most likely like to have the deum-files sendt in for analyzing.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Wed, 15 May 2002 07:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724098#M63821</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-05-15T07:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: system crash analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724099#M63822</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would check as well as HP as the guys from checkpoint FW.&lt;BR /&gt;If no contract I would suggest you started with installing the latest Arpa and streams patches and the dependencies.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Wed, 15 May 2002 07:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724099#M63822</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-05-15T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: system crash analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724100#M63823</link>
      <description>I believe this is fixed in PHNE_19375, superseded by PHNE_26771.&lt;BR /&gt;Do not forget the dependencies!&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 09:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash-analysis/m-p/2724100#M63823</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-05-15T09:05:36Z</dc:date>
    </item>
  </channel>
</rss>

