- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- RMS global buffers on SYSUAF & RIGHTSLIST
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
04-21-2005 12:23 AM
04-21-2005 12:23 AM
Purely Personal Opinion
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 01:09 AM
04-21-2005 01:09 AM
SolutionJust cache the whole thing: number of global buffer = filesize divided by bucket size.
It is not always exact (multiple bucket sizes, prologue blocks), but close enough.
Also enable rms stats for a while, to see how much little you are gaining?
SET FILE/STATS and /GLOB now have a /SHARE option so that is no longer crititcal to have a quiet system to change this.
Also, the rate of change to those file is mostly low enough that you can convert with new fdl with global and stat settings, then rename into the rigth place, and just have new users pick up the new settings.
Actually, that is how /share will work. Existing opens are not affected, new opens will pick up the new setting
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 05:12 AM
04-21-2005 05:12 AM
Re: RMS global buffers on SYSUAF & RIGHTSLIST
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:41 AM
04-21-2005 09:41 AM
Re: RMS global buffers on SYSUAF & RIGHTSLIST
These days the only limits you need to worry about with global buffers is the total usage across the system. Too many and you'll start to run out of S0/S1 space.
Once they get into S2 space the sky's the limit!
Stealing Hein's line... there's only ONE WRONG number of global buffers on a file - "0" :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 08:14 PM
04-21-2005 08:14 PM
Re: RMS global buffers on SYSUAF & RIGHTSLIST
Purely Personal Opinion