<?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: RMS-F-WBE, error on write behind in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422909#M16658</link>
    <description>My (our :-) source at Oracle confirms that RMU/BACKUP uses plain RMS $PUT's. &lt;BR /&gt;&lt;BR /&gt;He indicates you should first and formost check all exact versions, patch levels and apply the most recent patches if at all possible.&lt;BR /&gt;&lt;BR /&gt;So is this a first attempt? Did this ever work? What changed? New type of output devices? More volume? Different load? New disk init parameters (clustersize, HWM...)&lt;BR /&gt;&lt;BR /&gt;While the error should indicate a hardware issue, the fact that you get the error on multiple volumes suggests it might be software.  Bad HDA, Switch? Tried a local disk?&lt;BR /&gt; &lt;BR /&gt;The show RMS indicates nothing special. That ought to work, albeit none-optimal. I forgot to ask whether RMS sets non-default RMS options, as it probably would(should!) in whcih case the RMS params are over-ruled. &lt;BR /&gt;&lt;BR /&gt;I would check with ANAL/SYS .. SET PROC &lt;RMU&gt; ... SHOW PROC/RMS=(FAB,RAB,BDBSUM) whether it sets explicit ALQ, DEQ, MBF, MBC. If those are 0, then try for example: $SET RMS/BUF=4/BLOCK=127/EXT=64000&lt;BR /&gt;&lt;BR /&gt;Not that is there is any good reason why this would make the problem go away, but you newr know. It might change timings.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;/RMU&gt;</description>
    <pubDate>Wed, 20 May 2009 19:28:55 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2009-05-20T19:28:55Z</dc:date>
    <item>
      <title>RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422904#M16653</link>
      <description>When I try to back up one Rdb database, I´m obtaining theese messages.&lt;BR /&gt;-RMS-F-WBE, error on write behind&lt;BR /&gt;-SYSTEM-F-OPINCOMPL, operation is incomplete&lt;BR /&gt;I can't find any info about them.&lt;BR /&gt;I'm backing up the database from one EVA raid-5 volume to other in the same storage.&lt;BR /&gt;Backing it up to other EVA produces the same result.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 19:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422904#M16653</guid>
      <dc:creator>Fernando Vallarino</dc:creator>
      <dc:date>2009-05-19T19:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422905#M16654</link>
      <description>I can tell you what the error shoudl mean, but not what caused it.&lt;BR /&gt;It means that a program used RMS $PUT record IO to with 'Write Behind' enabled. Thus when a buffer is filled, a write Io is started but not waited for. If there is an IO error, then there is no good place to report it. Eventually, typically when the file is closed, the error is reported as RMS$_WBE&lt;BR /&gt;&lt;BR /&gt;To better help you, you need to tell us WHAT COMMAND you are using to make the backup?&lt;BR /&gt;&lt;BR /&gt;RDB tool? Copy? BACKUP? ZIP ?...&lt;BR /&gt;&lt;BR /&gt;Are there hardware error reported?&lt;BR /&gt;&lt;BR /&gt;What buffers sizes/buffer count is used?&lt;BR /&gt;($SHOW RMS ?)&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 20:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422905#M16654</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-05-19T20:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422906#M16655</link>
      <description>Hein,&lt;BR /&gt;I'm using one RDB tool, RMU/BACKUP specifically.&lt;BR /&gt;There are no reported hardware errors.&lt;BR /&gt;Here is the output of SHOW RMS:&lt;BR /&gt;$ show rms&lt;BR /&gt;          MULTI-  |                MULTIBUFFER COUNTS               | NETWORK&lt;BR /&gt;          BLOCK   | Indexed  Relative            Sequential         |  BLOCK&lt;BR /&gt;          COUNT   |                     Disk   Magtape  Unit Record |  COUNT&lt;BR /&gt;Process     0     |    0         0        0       0         0       |    0&lt;BR /&gt;System     32     |    0         0        0       0         0       |    8&lt;BR /&gt;&lt;BR /&gt;          Prolog    Extend Quantity      QUERY_LOCK&lt;BR /&gt;Process     0              0            System&lt;BR /&gt;System      0              0            Enabled&lt;BR /&gt;&lt;BR /&gt;          CONTENTION_POLICY&lt;BR /&gt;Process       System&lt;BR /&gt;System        Never&lt;BR /&gt;&lt;BR /&gt;Fernando.</description>
      <pubDate>Tue, 19 May 2009 20:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422906#M16655</guid>
      <dc:creator>Fernando Vallarino</dc:creator>
      <dc:date>2009-05-19T20:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422907#M16656</link>
      <description>OPINCOMPL is a low-level error probably coming from the scsi drivers. This means that the storage controller returned that it actually wrote less bytes than what was requested. Have your storage checked out.&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 04:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422907#M16656</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2009-05-20T04:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422908#M16657</link>
      <description>Jur,&lt;BR /&gt;I can understand that, but there are not  errors reported.</description>
      <pubDate>Wed, 20 May 2009 13:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422908#M16657</guid>
      <dc:creator>Fernando Vallarino</dc:creator>
      <dc:date>2009-05-20T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422909#M16658</link>
      <description>My (our :-) source at Oracle confirms that RMU/BACKUP uses plain RMS $PUT's. &lt;BR /&gt;&lt;BR /&gt;He indicates you should first and formost check all exact versions, patch levels and apply the most recent patches if at all possible.&lt;BR /&gt;&lt;BR /&gt;So is this a first attempt? Did this ever work? What changed? New type of output devices? More volume? Different load? New disk init parameters (clustersize, HWM...)&lt;BR /&gt;&lt;BR /&gt;While the error should indicate a hardware issue, the fact that you get the error on multiple volumes suggests it might be software.  Bad HDA, Switch? Tried a local disk?&lt;BR /&gt; &lt;BR /&gt;The show RMS indicates nothing special. That ought to work, albeit none-optimal. I forgot to ask whether RMS sets non-default RMS options, as it probably would(should!) in whcih case the RMS params are over-ruled. &lt;BR /&gt;&lt;BR /&gt;I would check with ANAL/SYS .. SET PROC &lt;RMU&gt; ... SHOW PROC/RMS=(FAB,RAB,BDBSUM) whether it sets explicit ALQ, DEQ, MBF, MBC. If those are 0, then try for example: $SET RMS/BUF=4/BLOCK=127/EXT=64000&lt;BR /&gt;&lt;BR /&gt;Not that is there is any good reason why this would make the problem go away, but you newr know. It might change timings.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;/RMU&gt;</description>
      <pubDate>Wed, 20 May 2009 19:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422909#M16658</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-05-20T19:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422910#M16659</link>
      <description>You will not see these errors logged on VMS. The controller may show them though, but if it does not  I would not be surprised. Have the storage checked out.&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Sun, 24 May 2009 07:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422910#M16659</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2009-05-24T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422911#M16660</link>
      <description>Fernando,&lt;BR /&gt;&lt;BR /&gt;you may be able to use the SDA extensions IO$SDA or DKLOG$SDA to try to capture information about the IO, which failed.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 25 May 2009 05:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422911#M16660</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-05-25T05:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422912#M16661</link>
      <description>I've tried redirecting all I/O operations trough other path and all worked fine. So the trouble is with fiber or GBIC or SAN switch. Our support is working on that.&lt;BR /&gt;Sorry about my apparent absence.&lt;BR /&gt;Regards, Fernando.</description>
      <pubDate>Mon, 08 Jun 2009 15:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422912#M16661</guid>
      <dc:creator>Fernando Vallarino</dc:creator>
      <dc:date>2009-06-08T15:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-F-WBE, error on write behind</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422913#M16662</link>
      <description>We have replaced a fiber patch and now everything works normally.&lt;BR /&gt;&lt;BR /&gt;Thanks to all of you.&lt;BR /&gt;Best regards, Fernando.</description>
      <pubDate>Mon, 29 Jun 2009 17:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-f-wbe-error-on-write-behind/m-p/4422913#M16662</guid>
      <dc:creator>Fernando Vallarino</dc:creator>
      <dc:date>2009-06-29T17:07:19Z</dc:date>
    </item>
  </channel>
</rss>

