<?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 CPU error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673982#M72800</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;In one of my VAX servers,when giving "$Show Error" command, it is showing an error count of 1 against device "CPU".&lt;BR /&gt;&lt;BR /&gt;Do we require to replace the CPU board ? Please Suggest.</description>
    <pubDate>Thu, 17 Nov 2005 10:33:07 GMT</pubDate>
    <dc:creator>Sk Noorul  Hassan</dc:creator>
    <dc:date>2005-11-17T10:33:07Z</dc:date>
    <item>
      <title>CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673982#M72800</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;In one of my VAX servers,when giving "$Show Error" command, it is showing an error count of 1 against device "CPU".&lt;BR /&gt;&lt;BR /&gt;Do we require to replace the CPU board ? Please Suggest.</description>
      <pubDate>Thu, 17 Nov 2005 10:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673982#M72800</guid>
      <dc:creator>Sk Noorul  Hassan</dc:creator>
      <dc:date>2005-11-17T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673983#M72801</link>
      <description>it may be a corrected error in the on board cache or something else. Have a look at the error log&lt;BR /&gt;&lt;BR /&gt;ANAL/ERROR/INCLUDE=CPU/SINCE=XX-XXX-XXXX&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 10:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673983#M72801</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-17T10:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673984#M72802</link>
      <description>Noorul,&lt;BR /&gt;&lt;BR /&gt;"The system reboot is the only supported approach", but it is obviously undesirable in various situations-there is presently no supported mechanism to reset error counts once the error(s) have been logged.&lt;BR /&gt;&lt;BR /&gt;As for an unsupported approach-and be aware of the potential for causing a system crash...&lt;BR /&gt;&lt;BR /&gt;To reset the error count, one needs to determine the system address of the error count field. For a device, this is at an offset within the device's UCB structure. On VAX, the field is at an offset symbolically defined as UCB$W_ERRCNT and in Alpha UCB$L_ERRCNT.&lt;BR /&gt;&lt;BR /&gt;You now need to locate the system address of the UCB$%_ERRCNT field of the CPU.&lt;BR /&gt;&lt;BR /&gt;Now invoke SDA&lt;BR /&gt;$ ANALYZE/SYSTEM&lt;BR /&gt;SDA&amp;gt; READ SYS$SYSTEM:SYSDEF.STB&lt;BR /&gt;SDA&amp;gt; SHOW DEVICE &lt;YOUR cpu=""&gt; &lt;BR /&gt;SDA&amp;gt; EVALUATE UCB+UCB$ W_ERRCNT&lt;BR /&gt;hex=xxx, Decimal=-xxx UCb+offset&lt;BR /&gt;&lt;BR /&gt;Take the hex value,&lt;BR /&gt;SDA&amp;gt; exit&lt;BR /&gt;$ RUN SYS$SHARE:DELTA --- this will ask series of questions along with the error count noted above in hex value, respond carefully to reset the error count. If any mistake, it agins leads to system crash.&lt;BR /&gt;&lt;BR /&gt;If unable run this successfully, possible reboot solve your problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan&lt;BR /&gt;&lt;BR /&gt;&lt;/YOUR&gt;</description>
      <pubDate>Thu, 17 Nov 2005 16:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673984#M72802</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-17T16:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673985#M72803</link>
      <description>Archunan wrote . . .&lt;BR /&gt;&lt;BR /&gt;To reset the error count, one needs to determine the system address of the error count field. For a device, this is at an offset within the device's UCB structure. On VAX, the field is at an offset symbolically defined as UCB$W_ERRCNT and in Alpha UCB$L_ERRCNT.&lt;BR /&gt;&lt;BR /&gt;You now need to locate the system address of the UCB$%_ERRCNT field of the CPU.&lt;BR /&gt;&lt;BR /&gt;Now invoke SDA&lt;BR /&gt;$ ANALYZE/SYSTEM&lt;BR /&gt;SDA&amp;gt; READ SYS$SYSTEM:SYSDEF.STB&lt;BR /&gt;SDA&amp;gt; SHOW DEVICE &lt;YOUR cpu=""&gt;&lt;BR /&gt;SDA&amp;gt; EVALUATE UCB+UCB$ W_ERRCNT&lt;BR /&gt;hex=xxx, Decimal=-xxx UCb+offset&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;This may come as a surprise, but the CPU has no UCB.  It is not a device; it is not associated with a device driver&lt;BR /&gt;&lt;BR /&gt;               -- Rob&lt;/YOUR&gt;</description>
      <pubDate>Thu, 17 Nov 2005 17:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673985#M72803</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2005-11-17T17:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673986#M72804</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;I am sorry, I totally misunderstood the question, after I read error count, immly I got device error count only.&lt;BR /&gt;&lt;BR /&gt;Yes Noorul, my procedure is to reset error count of any device.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Thu, 17 Nov 2005 18:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673986#M72804</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-17T18:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673987#M72805</link>
      <description>Noorul,&lt;BR /&gt;&lt;BR /&gt;  If this system is life critical, I'd recommend you log a hardware service case immediately and have an engineer analyze your error log.&lt;BR /&gt;&lt;BR /&gt;  If the system isn't that critical, I'd tend to keep an eye on the errors, if it increases within (say) one week, then log a case.&lt;BR /&gt;&lt;BR /&gt;  You could also install WEBES and/or ISEE. One of its purposes is to gather statistics on hardware errors to determine what needs immediate attention. If configured for it, ISEE is capable of logging a service case automatically if a serious enough hardware error is detected.&lt;BR /&gt;&lt;BR /&gt; Talk to your local customer support centre for more details.</description>
      <pubDate>Thu, 17 Nov 2005 22:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673987#M72805</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-11-17T22:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673988#M72806</link>
      <description>Good Morning Noorul...&lt;BR /&gt;Don't know if you have had a chance yet to invoke the $anal/err/includ=cpu command that Ian had mentioned, but you might want to modify to $anal/err/incl=(cpu, mach)/sin=xx. The Vax systems will report a majority of their "machine-checks" as cpu errors. If the Machine-Check occurred in user/supervisor mode, then the system "typically" will NOT crash with a Fatal Bugcheck, but instead just Log the Error to Event-Logger. If the machine-check is due to cache-parity-error, while in user-mode, and the threshold limit is exceeded, the system will disable the cache, which will affect performance. As Mr. Gillings pointed out, if you have the opportunity, you may wish to install Webes or ISEE, which may supply more info. It would appear that currently, the system has NOT suffered a serious error in Exec/Kernel mode, but you may be on "borrowed-time", so you may wish to schedule a Service-Call.&lt;BR /&gt;  Thanx,&lt;BR /&gt; r_white</description>
      <pubDate>Fri, 18 Nov 2005 09:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673988#M72806</guid>
      <dc:creator>Richard White_5</dc:creator>
      <dc:date>2005-11-18T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673989#M72807</link>
      <description>OT - Archunan: For devices, starting with VMS Alpha 7.3-2, you can reset device counts with SET DEVICE/RESET commands. This can be useful if a device has been replaced.&lt;BR /&gt;Lawrence</description>
      <pubDate>Fri, 18 Nov 2005 13:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673989#M72807</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-11-18T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: CPU error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673990#M72808</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;The error is not increasing since the server  became duty on 17/11/2005. Still, under observation. Thanks for ur suggestions.</description>
      <pubDate>Tue, 22 Nov 2005 10:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-error/m-p/3673990#M72808</guid>
      <dc:creator>Sk Noorul  Hassan</dc:creator>
      <dc:date>2005-11-22T10:01:44Z</dc:date>
    </item>
  </channel>
</rss>

