- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- RMS-F-WBE, error on write behind
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 12:24 PM
05-19-2009 12:24 PM
-RMS-F-WBE, error on write behind
-SYSTEM-F-OPINCOMPL, operation is incomplete
I can't find any info about them.
I'm backing up the database from one EVA raid-5 volume to other in the same storage.
Backing it up to other EVA produces the same result.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 01:35 PM
05-19-2009 01:35 PM
Re: RMS-F-WBE, error on write behind
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
To better help you, you need to tell us WHAT COMMAND you are using to make the backup?
RDB tool? Copy? BACKUP? ZIP ?...
Are there hardware error reported?
What buffers sizes/buffer count is used?
($SHOW RMS ?)
Good luck!
Hein
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 01:53 PM
05-19-2009 01:53 PM
Re: RMS-F-WBE, error on write behind
I'm using one RDB tool, RMU/BACKUP specifically.
There are no reported hardware errors.
Here is the output of SHOW RMS:
$ show rms
MULTI- | MULTIBUFFER COUNTS | NETWORK
BLOCK | Indexed Relative Sequential | BLOCK
COUNT | Disk Magtape Unit Record | COUNT
Process 0 | 0 0 0 0 0 | 0
System 32 | 0 0 0 0 0 | 8
Prolog Extend Quantity QUERY_LOCK
Process 0 0 System
System 0 0 Enabled
CONTENTION_POLICY
Process System
System Never
Fernando.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 09:37 PM
05-19-2009 09:37 PM
Re: RMS-F-WBE, error on write behind
Jur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 06:36 AM
05-20-2009 06:36 AM
Re: RMS-F-WBE, error on write behind
I can understand that, but there are not errors reported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 12:28 PM
05-20-2009 12:28 PM
Re: RMS-F-WBE, error on write behind
He indicates you should first and formost check all exact versions, patch levels and apply the most recent patches if at all possible.
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...)
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?
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.
I would check with ANAL/SYS .. SET PROC
Not that is there is any good reason why this would make the problem go away, but you newr know. It might change timings.
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2009 12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2009 10:28 PM
05-24-2009 10:28 PM
Re: RMS-F-WBE, error on write behind
you may be able to use the SDA extensions IO$SDA or DKLOG$SDA to try to capture information about the IO, which failed.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2009 08:31 AM
06-08-2009 08:31 AM
Re: RMS-F-WBE, error on write behind
Sorry about my apparent absence.
Regards, Fernando.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2009 10:07 AM
06-29-2009 10:07 AM
Re: RMS-F-WBE, error on write behind
Thanks to all of you.
Best regards, Fernando.