- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SHMINFO /usr/lib/dld.sl: Not enough space
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-10-2006 09:18 AM
05-10-2006 09:18 AM
SHMINFO /usr/lib/dld.sl: Not enough space
I am getting the above error while trying to run an application, I believe this is because we just increased SGA on a 32bit oracle recently. We are going to roll back the SGA.
However I ran the SHMINFO tool and have no idea how to interprete the output (attached) How do I know if I have fragmented shared memory pool?
HP-UX 11.11, oracle 8i 32 bit
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 09:33 AM
05-10-2006 09:33 AM
Re: SHMINFO /usr/lib/dld.sl: Not enough space
The other attachment is for a different server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 12:00 PM
05-10-2006 12:00 PM
Re: SHMINFO /usr/lib/dld.sl: Not enough space
May be running into 32 bit limits here.
What is the overall memory on the system? If swap is heavily paging you could have system overload. The cure for that is more RAM, if its not a 32 bit limit 2 GB you are hitting.
Perf data:
http://www.hpux.ws/system.perf.sh
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 01:04 PM
05-10-2006 01:04 PM
Re: SHMINFO /usr/lib/dld.sl: Not enough space
Now one common problem is uncontrolled stop and start of applications (like Oracle) using something awful like kill -9. This truly messes up the map so apps can't get the space they need (which must be in contiguous chunks). One fix is to reboot (map starts over) and perhaps the new Oracle SGA will work OK. Another is to implement memory windows which gives selected apps a private map for shared resources. It will require some work to get it all done correctly but such are the growing pains and limits of 32bit programs.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 12:30 AM
05-11-2006 12:30 AM
Re: SHMINFO /usr/lib/dld.sl: Not enough space
I guess it must be the shared memory limit I am hitting and I have a better understanding that it is a result of fragmentation of the shared pool....
Here is my swapinfo:
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 0 8192 0% 0 - 1 /dev/vg00/lvol2
dev 16000 0 16000 0% 0 - 0 /dev/vg00/lvol13
reserve - 5627 -5627
memory 18949 9800 9149 52%
total 43141 15427 27714 36% - 0 -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:34 AM
05-11-2006 05:34 AM