- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Shared Memory Extensions
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
01-12-2005 01:05 AM
01-12-2005 01:05 AM
HP-UX Shared Memory Extensions
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShmemExt
This enhancement supposedly allows a 4X (four-fold) increase in number of Shared Memory Segments in concurrent usage.
Looks to me VM hogs like Oracle and JAVA apps wil benefit the most - but are there sites out there that are actually using this and saw the benefits?
DBA's, etc.. do later Oracle 9/10 documentation point to this package/enhancement as a requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 01:15 AM
01-12-2005 01:15 AM
Re: HP-UX Shared Memory Extensions
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 01:41 AM
01-12-2005 01:41 AM
Re: HP-UX Shared Memory Extensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 02:35 AM
01-12-2005 02:35 AM
Re: HP-UX Shared Memory Extensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 03:41 AM
01-12-2005 03:41 AM
Re: HP-UX Shared Memory Extensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 03:50 AM
01-12-2005 03:50 AM
Re: HP-UX Shared Memory Extensions
Way back when, we in database land were told to minimize the number of shared memory segments on HP-UX systems because of performance limitations in the PA-RISC cpu (only 1 fixed register SR6 controls shared memory). i.e. few big ones are far better than lots of small ones.
This should have all changed with Itanium 2 and may have changed with PA-RISC 2.0W, see
http://docs.hp.com/en/92432-90012/ch02s02.html?btnNext=next%A0%BB
and
http://docs.hp.com/en/92432-90012/ch03s01.html?btnNext=next%A0%BB
Comments and pointers, experts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 03:56 AM
01-12-2005 03:56 AM
Re: HP-UX Shared Memory Extensions
"This enhancement supposedly allows a 4X (four-fold) increase in number of Shared Memory Segments in concurrent usage."
is true?
Has anyone from DBA land asked Oracle if they're aware of this HP_UX enhancements and whether it is a recommended upgrade?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 04:22 AM
01-12-2005 04:22 AM
Re: HP-UX Shared Memory Extensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 08:47 PM
01-12-2005 08:47 PM
Re: HP-UX Shared Memory Extensions
Not unless you have about 2000 instances(!), which would blow me away if anyone told me that they had either managed it or intended to.
Its just as Don said, it cures a limitation for enormous unpartitioned servers that have tens of thousands of concurrent processes, or users and require thousands of segments.
I don't think it would apply to databases so much as proprietary software.
ipcs -ma will list your segments. Count them and compare with your kernel settings.
Steve