- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- semaphore errors on application startup
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
04-10-2010 07:04 AM
04-10-2010 07:04 AM
semaphore errors on application startup
We were consolidating 2 hp 11.iv1 servers into 1. We basically moved all the SAN mounts and services onto the second server. When I try starting a application called edi on the second server, it complains about semaphores.
[WARN ] shared memory segment for key 35 not found
Am I right in understanding this having issues withe semaphore id 35?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2010 12:32 PM
04-10-2010 12:32 PM
Re: semaphore errors on application startup
What does "ipcs -ma" show?
You may have to restart your application or some utility that initializes everything.
Or if you can't find that, reboot.
Do you have your kernel parms the same or larger for your second server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2010 01:40 PM
04-10-2010 01:40 PM
Re: semaphore errors on application startup
I tuned the kernel to match or take the higher of the 2 values.
we tried a reboot, no success. we also tried shutting all other software and just starting this app and it bombs with the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2010 02:46 PM
04-10-2010 02:46 PM
Re: semaphore errors on application startup
You would have to add up all of the SEGSZ column but my guess is this is over 2 Gb so you don't have any more virtual addresses.
I assume you can't stop your informix application?
I don't know which of those segments are 64 bit, where the 2Gb limit doesn't count. Memory windows may also help.
You could try using tusc to see what error you get on the shmget(2):
tusc -fp -ea -o tusc.out application parms ...
>[WARN ] shared memory segment for key 35 not found
Since this says WARN, does the application still work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2010 05:05 PM
04-10-2010 05:05 PM
Re: semaphore errors on application startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2010 11:57 PM
04-17-2010 11:57 PM