- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- viewing semaphore usage
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
08-06-2007 08:19 AM
08-06-2007 08:19 AM
ORA-27300: OS system dependent operation:semget failed with status: 28
ORA-27301: OS failure message: No space left on device
Apparently, a semget() call failed with ENOSPC. I had run out of semaphores.
Here's where I get confused. On this system (HPUX 11.11), semmni = 2600, and semmns = 3000. If I do ipcs -s, I see 74 semapohres, and glance likewise shows me 74 semaphores. This just doesn't add up. Where have all my semaphores gone, or what other parameter/resource am I exhausting? If I am near a threshold where I can't start up any more instances without re-configuring the kernel, is there some way (other than trial and error) to see what resource I need to increase?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 08:43 AM
08-06-2007 08:43 AM
SolutionAre you sure you're looking at the right column, cos I have a little workstation with 2 oracle databases on it and I'm using well over 100 semaphores.
Are you confusing semaphore sets (semmni) for which you see one line per set in 'ipcs -s' (that's what glance -t shows you as well), with individual semaphores (semmns), for which there can be up to 500 (IIRC) in a set. Individual semaphores you only see with 'ipcs -sa' - look at the NSEMS column.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 08:53 AM
08-06-2007 08:53 AM
Re: viewing semaphore usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 08:56 AM
08-06-2007 08:56 AM
Re: viewing semaphore usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 09:44 AM
08-06-2007 09:44 AM
Re: viewing semaphore usage
I'm going to open a support case about the man page.