- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Semaphore Errors
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
03-25-2002 02:15 PM
03-25-2002 02:15 PM
Semaphore Errors
Each time we configure the kernel parameters, the application pukes and has numerous semaphore error messages.
We have been rangling with the application developers who support this package and to no avail have we been able to determine what best kernel parameters work for this applications?
Any ideas would be appreciated?
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 02:31 PM
03-25-2002 02:31 PM
Re: Semaphore Errors
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 02:49 PM
03-25-2002 02:49 PM
Re: Semaphore Errors
semaem default is 16,384
semmap default is (semmni + 2)
semmni default is 64
semmns default is 128
semmnu default is 30
semume default is 10
semvmx default is 32767
Now, some of these parameters interact with other kernel parameters.
Start with the parameters at their defaults, then increase by about 10 percent until the errors go away or change to something specific. Just don't exceed the maximums or you won't be able to generate a new kernel using SAM.
Semaphores are basically traffic cops, if the intersection gets into a traffic jam, then it slows down the launching of processes.
Twon documents that you can get from the ITRC might help with performance and tuning:
1. KBRC00000947 System Performance Tuning Guide
2. A4460661 Basics of Poor System Performance
Hope that helps,
Ross Martin
HP Response Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 03:00 PM
03-25-2002 03:00 PM
Re: Semaphore Errors
Check "Help on Context" for each semaphore related parameter -- it will show you the min/max and defaults -- it will also show you what effect and interaction it has with other kernel parameters.
Don't adjust all the semaphore parameters at once, start by reading what their function is and how it applies to the error message you are getting. Change only what is necessary (one or two parameters at a time) until the message goes away.
As you can tell, this is a trial and error process.
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 03:16 PM
03-25-2002 03:16 PM