<?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: LPMC errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864586#M397299</link>
    <description>Actually these erros are quite old. I mean last occured on June 24 around. And I am seeing it from 1999 onwards. &lt;BR /&gt;&lt;BR /&gt;Server model is 9000/800/N4000-4. &lt;BR /&gt;&lt;BR /&gt;I am working on this setup just for last few weeks. &lt;BR /&gt;&lt;BR /&gt;I am attached here the memory &amp;amp; CPU information logfile by STM. Further advise is most welcome and appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
    <pubDate>Thu, 07 Oct 2004 12:05:36 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2004-10-07T12:05:36Z</dc:date>
    <item>
      <title>LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864583#M397296</link>
      <description>Hi, &lt;BR /&gt;I have bunch of LPMC errors as attached in file here. I really wonder what do they mean, is it something problem in the system. What causes these messages. &lt;BR /&gt;Few are like this: &lt;BR /&gt;&lt;BR /&gt;        Monitor Arg[0] = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Dictionary Name = "/system/cpu/lpmc"&lt;BR /&gt;        Description = "LPMCs for the Processor"&lt;BR /&gt;        Monitor Name = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Monitor Arg[0] = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Dictionary Name = "/system/cpu/lpmc"&lt;BR /&gt;        Description = "LPMCs for the Processor"&lt;BR /&gt;        Monitor Name = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Monitor Arg[0] = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Dictionary Name = "/system/cpu/lpmc"&lt;BR /&gt;        Description = "LPMCs for the Processor"&lt;BR /&gt;        Monitor Name = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Monitor Arg[0] = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Dictionary Name = "/system/cpu/lpmc"&lt;BR /&gt;        Description = "LPMCs for the Processor"&lt;BR /&gt;        Monitor Name = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Monitor Arg[0] = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Dictionary Name = "/system/cpu/lpmc"&lt;BR /&gt;        Description = "LPMCs for the Processor"&lt;BR /&gt;        Monitor Name = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;        Monitor Arg[0] = "/usr/sbin/stm/uut/bin/tools/monitor/lpmc_em"&lt;BR /&gt;&lt;BR /&gt;Has any one come across these. Please let me how to resolve these. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2004 11:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864583#M397296</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864584#M397297</link>
      <description>Low Priority Machine Check. A very typical cause of these is a problem in one of the on-board caches (e.g. the instruction cache). The box recogized the error and corrected it and a small number of these (1 or so a week) is normal. Cosmic rays and other background radiation can actually cause a few of these but if you are seeing a few (~ &amp;gt;5/wk) then it is an indication that you have a hardware problem. Almost always the fix is a processor board replacement. &lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2004 11:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864584#M397297</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-07T11:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864585#M397298</link>
      <description>LPMC = Low Priority Machine Check which means that a correctable error has occurred. Most often, this is a correctable parity error in RAM but it may be something else. It is a hardware error that has not yet caused a failure. Run the cstm tool to see what is happening:&lt;BR /&gt; &lt;BR /&gt;# echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm&lt;BR /&gt; &lt;BR /&gt;and&lt;BR /&gt; &lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm &lt;BR /&gt; &lt;BR /&gt;That should give you a summary of what is about to fail. In the second report (memory) make sure that your PDT (Page Deallocation Table) is empty or almost empty. If it has many entries, memory is going bad.</description>
      <pubDate>Thu, 07 Oct 2004 11:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864585#M397298</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-07T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864586#M397299</link>
      <description>Actually these erros are quite old. I mean last occured on June 24 around. And I am seeing it from 1999 onwards. &lt;BR /&gt;&lt;BR /&gt;Server model is 9000/800/N4000-4. &lt;BR /&gt;&lt;BR /&gt;I am working on this setup just for last few weeks. &lt;BR /&gt;&lt;BR /&gt;I am attached here the memory &amp;amp; CPU information logfile by STM. Further advise is most welcome and appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 07 Oct 2004 12:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864586#M397299</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T12:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864587#M397300</link>
      <description>2nd file</description>
      <pubDate>Thu, 07 Oct 2004 12:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864587#M397300</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864588#M397301</link>
      <description>Have you had any CPUs replaced on this box ?&lt;BR /&gt;&lt;BR /&gt;The errors would seem to be indicating that CPU with a hard physical address of 0xfffffffffed25000.&lt;BR /&gt;&lt;BR /&gt;You would need to have HP hardware troubleshoot this and replace the correct CPU board.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2004 12:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864588#M397301</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-10-07T12:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864589#M397302</link>
      <description>Thanks a lot for above replies.&lt;BR /&gt;&lt;BR /&gt;Sorry but these errors are quite old. Last was June 24 2003 seems. Does this still have significance if there are no errors now. &lt;BR /&gt;&lt;BR /&gt;Is there any way to know if any CPU board was changed since then and or a memory borard.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 07 Oct 2004 12:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864589#M397302</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T12:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864590#M397303</link>
      <description>Kent how did you know that hardware physical address # might have a problem. Please reply. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 07 Oct 2004 12:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864590#M397303</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T12:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864591#M397304</link>
      <description>Any further light on this please. &lt;BR /&gt;Kent can you please tell me how did you analyse the hardware path processor # might have problems..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2004 14:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864591#M397304</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T14:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864592#M397305</link>
      <description>hmm..I dont see any LPMC errors at all.. The text in your original questions are only some kind of definitons. &lt;BR /&gt;&lt;BR /&gt;Refer /var/opt/resmon/log/event.log* files&lt;BR /&gt;&lt;BR /&gt;If there were any LPMC errors, you would see them in these files.</description>
      <pubDate>Thu, 07 Oct 2004 19:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864592#M397305</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-07T19:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864593#M397306</link>
      <description>OK...Good to hear from you there...I will discard the errors then. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Fri, 08 Oct 2004 09:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864593#M397306</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-08T09:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPMC errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864594#M397307</link>
      <description>Thanks</description>
      <pubDate>Fri, 08 Oct 2004 09:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpmc-errors/m-p/4864594#M397307</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-08T09:42:08Z</dc:date>
    </item>
  </channel>
</rss>

