<?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: fatal RMS condition in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899287#M80080</link>
    <description>I checked my notes, and the last time I see an RMS NOLCLBUF problem was in 1990 (before I joined RMS engineering :-), but that was OpenVMS 5.5-ish on VAX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On the end user side, also check out lock stuff like ENQLM settings and usage.&lt;BR /&gt;RMS sometimes looks for a free(able) local buffer, not for the buffer itself, but to use the lock associated with the buffer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Nov 2006 09:25:48 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2006-11-16T09:25:48Z</dc:date>
    <item>
      <title>fatal RMS condition</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899283#M80076</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In my operator.log, I have a lot of lines containing the phrase in the subject. That is:&lt;BR /&gt;&lt;BR /&gt;%RMS-F-BUG, fatal RMS condition (FFFFFFE5), process deleted&lt;BR /&gt;&lt;BR /&gt;What is that? What is going on the system? If there is a serious condition, how can I fix it?&lt;BR /&gt;&lt;BR /&gt;Regards...</description>
      <pubDate>Thu, 16 Nov 2006 06:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899283#M80076</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-11-16T06:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: fatal RMS condition</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899284#M80077</link>
      <description>mustafa,&lt;BR /&gt;&lt;BR /&gt;First, I would want to verify that they are actual values from RMS, and not just a program that happens to return a -27 in the return code register (R0 on VAX/ALPHA). It would be helpful if you included the log output. Also, I would recommend checking the accounting log to ensure that a process was deleted at this time.&lt;BR /&gt;&lt;BR /&gt;If the problem is real (no program is exiting with a completion status of -27, and the actual process deletion corresponds to a problem with RMS), then you should:&lt;BR /&gt;&lt;BR /&gt;- isolate the failure so that you can reproduce it at will&lt;BR /&gt;- minimize what is needed to reproduce the problem.&lt;BR /&gt;- then open a support call with HP&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 16 Nov 2006 06:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899284#M80077</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-11-16T06:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: fatal RMS condition</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899285#M80078</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;That's an RMS bugcheck and normally you have no direct control over it. It is not a bad setup, or bad tuning. More like bad luck.&lt;BR /&gt;&lt;BR /&gt;What OpenVMS version? What Platform? All the most recent patches applied?&lt;BR /&gt;&lt;BR /&gt;You may be able to influence it, for example by converting (indexed) files.&lt;BR /&gt;&lt;BR /&gt;The actually code is -27  = FTL$_NOLCLBUF = "Should have found a local buffer."&lt;BR /&gt;&lt;BR /&gt;You might try more local buffer, but that woudl only indirectly adderss the issue.&lt;BR /&gt;RMS _should_ have enough buffers always, thus it became a fatal message when it thought there were not enough.&lt;BR /&gt;SET RMS/BUF/IND=20 ?&lt;BR /&gt;&lt;BR /&gt;What changed recently&lt;BR /&gt;Is it always the same program?&lt;BR /&gt;Always the same file(s)?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; First, I would want to verify that they are actual values from RMS, and not just a program that happens to return a -27 in the return code register (R0 on VAX/ALPHA). &lt;BR /&gt;&lt;BR /&gt;If it is in Operator.log, then it is for real.&lt;BR /&gt;Also, the FFFFFFE5 is a sub-code, not the R0 code.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I would recommend checking the accounting log to ensure that a process was deleted at this time.&lt;BR /&gt;&lt;BR /&gt;Right it should correspond with a process end.&lt;BR /&gt;&lt;BR /&gt;More importantly, there should be an errorlog entry with details (other registers).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; - isolate the failure so that you can reproduce it at will&lt;BR /&gt;&lt;BR /&gt;If you can, then you may want to wait for a quiet time, change BUGCHECKFATAL to 1 with SYSGEN adn reproduce. Now a full crashdump will be caused.&lt;BR /&gt;&lt;BR /&gt;- minimize what is needed to reproduce the problem.&lt;BR /&gt;&lt;BR /&gt;Great advice.. but not easy.&lt;BR /&gt;&lt;BR /&gt;- then open a support call with HP&lt;BR /&gt;&lt;BR /&gt;After verifying you are reasonably up to date.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2006 08:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899285#M80078</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-11-16T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: fatal RMS condition</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899286#M80079</link>
      <description>mustafa,&lt;BR /&gt;&lt;BR /&gt;translate/analyze/diagnose your errorlog file, you should get lots of info including the pid + prcnam which might help isolate the problem and enable you to reproduce it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John.</description>
      <pubDate>Thu, 16 Nov 2006 08:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899286#M80079</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-11-16T08:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: fatal RMS condition</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899287#M80080</link>
      <description>I checked my notes, and the last time I see an RMS NOLCLBUF problem was in 1990 (before I joined RMS engineering :-), but that was OpenVMS 5.5-ish on VAX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On the end user side, also check out lock stuff like ENQLM settings and usage.&lt;BR /&gt;RMS sometimes looks for a free(able) local buffer, not for the buffer itself, but to use the lock associated with the buffer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2006 09:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/fatal-rms-condition/m-p/3899287#M80080</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-11-16T09:25:48Z</dc:date>
    </item>
  </channel>
</rss>

