- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: fatal RMS condition
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
11-15-2006 10:16 PM
11-15-2006 10:16 PM
fatal RMS condition
In my operator.log, I have a lot of lines containing the phrase in the subject. That is:
%RMS-F-BUG, fatal RMS condition (FFFFFFE5), process deleted
What is that? What is going on the system? If there is a serious condition, how can I fix it?
Regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 10:36 PM
11-15-2006 10:36 PM
Re: fatal RMS condition
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.
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:
- isolate the failure so that you can reproduce it at will
- minimize what is needed to reproduce the problem.
- then open a support call with HP
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 12:50 AM
11-16-2006 12:50 AM
Re: fatal RMS condition
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.
What OpenVMS version? What Platform? All the most recent patches applied?
You may be able to influence it, for example by converting (indexed) files.
The actually code is -27 = FTL$_NOLCLBUF = "Should have found a local buffer."
You might try more local buffer, but that woudl only indirectly adderss the issue.
RMS _should_ have enough buffers always, thus it became a fatal message when it thought there were not enough.
SET RMS/BUF/IND=20 ?
What changed recently
Is it always the same program?
Always the same file(s)?
>> 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).
If it is in Operator.log, then it is for real.
Also, the FFFFFFE5 is a sub-code, not the R0 code.
>> I would recommend checking the accounting log to ensure that a process was deleted at this time.
Right it should correspond with a process end.
More importantly, there should be an errorlog entry with details (other registers).
>>> - isolate the failure so that you can reproduce it at will
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.
- minimize what is needed to reproduce the problem.
Great advice.. but not easy.
- then open a support call with HP
After verifying you are reasonably up to date.
Regards,
Hein van den Heuvel
HvdH Performance Consulting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 12:50 AM
11-16-2006 12:50 AM
Re: fatal RMS condition
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.
Regards
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 01:25 AM
11-16-2006 01:25 AM
Re: fatal RMS condition
On the end user side, also check out lock stuff like ENQLM settings and usage.
RMS sometimes looks for a free(able) local buffer, not for the buffer itself, but to use the lock associated with the buffer.
Hein.