- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Semaphone problem?
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-23-2005 02:40 AM
05-23-2005 02:40 AM
Semaphone problem?
00:00:01 msg/s sema/s
01:00:01 0.81 173.86
02:00:01 0.81 150.87
03:00:01 0.81 1955.12
04:00:01 0.81 939.85
05:00:01 0.81 152.95
06:00:00 0.80 170.88
07:00:01 0.81 175.47
07:20:01 0.81 293.04
07:40:01 0.81 641.27
08:00:00 0.81 292.54
08:20:00 0.81 181.17
08:40:00 0.86 193.74
09:00:00 0.81 211.28
09:20:00 0.81 174.44
09:40:00 0.79 214.23
10:00:00 0.80 200.43
10:20:00 0.87 214.30
Is this amount of wait time for semaphores a problem? The system has a load average of 0.6 and was last rebooted on May 2. It has 25 ORacle databases defined in /etc/oratab. The system is an HP V2500 with 14 CPUs and 16 GB memory running HP-UX 11.00. The kernel values are:
sema 0
semmap 421986304
shmem 0
shmmni 1024
Mott Given
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 03:22 AM
05-23-2005 03:22 AM
Re: Semaphone problem?
time of check
number of msgrcv() per second
number of semop() per second
How many semaphors do you have?
ipcs -s | wc -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 05:32 AM
05-23-2005 05:32 AM
Re: Semaphone problem?
Mott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 08:21 AM
05-23-2005 08:21 AM
Re: Semaphone problem?
semmni
semmns
(The values you posted are for a shared memory segments, not semaphores)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 11:57 PM
05-23-2005 11:57 PM
Re: Semaphone problem?
semmni 6440
semmns 12880
Mott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 12:03 AM
05-24-2005 12:03 AM
Re: Semaphone problem?
I'd take a look at glance/gpm and see the percentage of semaphore use. If its high, I'd increase the afrementioned parameters.
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-24-2005 01:06 AM
05-24-2005 01:06 AM
Re: Semaphone problem?
The question is, is there a performance problem?
I know I have one, but the semaphores are the symptom, not the problem.
Are you short in memory?
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:40 AM
05-24-2005 01:40 AM
Re: Semaphone problem?
The default settings for oracle is that the database can use 3000 processes. normaly you don't need that you can reduse this to 300 or less after this you don't have any problems with your semaphores.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:48 AM
05-24-2005 01:48 AM
Re: Semaphone problem?
Mott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 02:01 AM
05-24-2005 02:01 AM
Re: Semaphone problem?
I had the same problem an a oracle cluster.
i couldn't get all my databases up because i run out of semaphores. The oracle dba'ers of my company have lowerd down the number of process in the file init_std.ora.
after the restart of the databases we had no problem with the semaphores.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 05:52 AM
05-24-2005 05:52 AM
Re: Semaphone problem?
My opinion is that there is little you can do about it. Your DBA is the key to the solution. Suggest him to go over the oracle parameters. I know that DBA's don't like when system administrators tell them what to do ;-)
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 06:13 AM
05-24-2005 06:13 AM
Re: Semaphone problem?
Mott