- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help With Semaphores Increase
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
06-03-2004 01:39 AM
06-03-2004 01:39 AM
I experience problem on creating the 3rd Oracle instances and the errors indicate that my box of 2G memory needs to be adjusting on semaphores.
The followings are my info on the box, from which the 2 existing Oracle databases are working fine (just fails me to create another):
kmtune |grep -i sem
sema 1 - 1
semaem 16384 - 16384
semmap 1366 - (SEMMNI+2)
semmni 1364 - 1364
semmns 2048 - 2048
semmnu 683 - 683
semmsl 2048 Y 2048
semume 292 - 292
semvmx 32767 - 32767
Together the existing 2 database SGA use 650M/ea, and the buffer cache is 160M.
What value is safe to change on semmni, semmns...??
Very appreciated for quick help!
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 01:47 AM
06-03-2004 01:47 AM
SolutionIt mean that you must have semmns greater than the sum of the processes initialization parameter of all oracle instances
Regards,
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 01:52 AM
06-03-2004 01:52 AM
Re: Help With Semaphores Increase
In your statement you say your trying to start a third instance and you already have 2 using 650 processes each..that's 1300 and based your parms, the third instance is probably tring to start when there are no resources left.
For myself...I add up all the semaphores and then just a 'little extra', for those peak times.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:06 AM
06-03-2004 02:06 AM
Re: Help With Semaphores Increase
You probably need to add more memory.
semaem Maximum: SEMVMX or 32767, whichever is smaller
semmap Maximum: Memory limited
semmni Maximum: Memory limited
semmns Maximum: Memory limited
semmnu Maximum: nproc-4
semmsl is the maximum number of semaphores per process
semume Maximum: SemMNS
semvmx Maximum: 65535
what are your dbc_max_pct & dbc_min_pct set to? Is bufpages and nbuf set to 0 (they should be)?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:21 AM
06-03-2004 02:21 AM
Re: Help With Semaphores Increase
my bufpages and nbuf are set to 0, dbc_max_pct=8%, min=3%. The existing 2 db use 650M of memory each. They use 2000 processes in total.
If I need 400M of memory and 800 processes for the 3rd instance to be created successfully, what semaphores (in each) should I adjust, based on what I have?
Your further comment will be very appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:31 AM
06-03-2004 02:31 AM
Re: Help With Semaphores Increase
largefiles,convosync=direct,mincache=direct,nodatainlog
It will make oracle bypass the cache (it has its own) and will improve performances.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:37 AM
06-03-2004 02:37 AM
Re: Help With Semaphores Increase
About memory, what physical memory have your server ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:40 AM
06-03-2004 02:40 AM
Re: Help With Semaphores Increase
2G physical memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:44 AM
06-03-2004 02:44 AM
Re: Help With Semaphores Increase
Regards,
Fred
"Reality is just a point of view." (P. K. D.)