- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shared memory issues
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-24-2006 07:16 AM
тАО08-24-2006 07:16 AM
I have some 32 bit applications (omniback, and others) that are reporting errors similar to the following:
Cannot allocate shared memory pool (IPC Cannot Create Shared Memory Segment
System error: [12] Not enough space
I can't see that I'm even close to the 2gb limit of shared memory for 32bit apps. Here is some additional info.
Kernel parms:
shmem 1
shmmax 0x7FFFFFFF
shmni 1024
shmseg 1024
ipcs reports:
Shared Memory:
m 1024 0x33440e7e --rw------- root sys 2153624
m 1 0x4e0c0002 --rw-rw-rw- root root 61760
m 2 0x4130639c --rw-rw-rw- root root 8192
m 11267 0xffffffff --rw-r--rw- root root 22908
m 4 0x0c6629c9 --rw-r----- root root 18163120
m 5 0x06347849 --rw-rw-rw- root root 77384
m 7174 0x00000000 D-rw------- root root 2153624
m 7 0x6d440081 --rw-rw-rw- root root 47120
m 6152 0x00000000 D-rw------- web mis 46084
m 2057 0x5e280032 --rw------- root root 512
m 46090 0x52624801 --rw-rw---- root informix 588267520
m 16395 0x52624802 --rw-rw-rw- root informix 1130496
Any ideas what might be causing this?
Thanks
Huck
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2006 07:23 AM
тАО08-24-2006 07:23 AM
Re: Shared memory issues
Fragmentation in the shared memory pool is one cause of this error.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2006 10:40 AM
тАО08-24-2006 10:40 AM
SolutionWhile you can experiment with ipcrm but you can easily destory an active segment as there are no locks to prevent removing a segment that is in use. A reboot will solve the problem, but if it comes back again, you'll need to look at memory windows to isolate certain applications so they have their own memory map. The program shminfo will show the actual map contents. Get a copy from:
ftp://hprc.external.hp.com/sysadmin/programs/shminfo
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 03:43 AM
тАО08-25-2006 03:43 AM
Re: Shared memory issues
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 04:42 AM
тАО08-25-2006 04:42 AM
Re: Shared memory issues
Bill Hassell, sysadmin