HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- oracle instance processes
Operating System - HP-UX
1833059
Members
2598
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-19-2001 12:11 PM
07-19-2001 12:11 PM
oracle instance processes
When we try to start up an oracle instance with processes set at 500 we get an error.
Changing the instance parameter to 400 allows it to start
ipcs -as shows NSEMS for an Oracle owned semaphore at 404, so we're assuming this is the value that we're exceeding when we set it to 500.
Just need to find out what kernel parameter is related to that.
Changing the instance parameter to 400 allows it to start
ipcs -as shows NSEMS for an Oracle owned semaphore at 404, so we're assuming this is the value that we're exceeding when we set it to 500.
Just need to find out what kernel parameter is related to that.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 12:55 PM
07-19-2001 12:55 PM
Re: oracle instance processes
Hello Joe,
When you say "processes" and "instance parameter", what exactly are you referring to? Is that the 'nproc' kernel parameter? The 'semmni' kernel parameter is the number of semaphore identifiers, and on the box I'm looking at it uses the formula (NPROC*2), so it would be tied into the number of processes.
If you are running Oracle you could have a ton of processes. You might need to bump up NPROC to a much higher number. On the box I'm looking at (big Oracle V-class box), we have it set at 2794.
JP
When you say "processes" and "instance parameter", what exactly are you referring to? Is that the 'nproc' kernel parameter? The 'semmni' kernel parameter is the number of semaphore identifiers, and on the box I'm looking at it uses the formula (NPROC*2), so it would be tied into the number of processes.
If you are running Oracle you could have a ton of processes. You might need to bump up NPROC to a much higher number. On the box I'm looking at (big Oracle V-class box), we have it set at 2794.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 11:17 PM
07-19-2001 11:17 PM
Re: oracle instance processes
Hi
The kernel parameter SEMMNS is related to the init.ora parameter processes and should be set to a value higher than the sum of processes for all your instances.
I usually set SEMMNS = processes x 2
Andreas
The kernel parameter SEMMNS is related to the init.ora parameter processes and should be set to a value higher than the sum of processes for all your instances.
I usually set SEMMNS = processes x 2
Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 09:15 AM
07-20-2001 09:15 AM
Re: oracle instance processes
Hello Joe,
did you not ask this question the day before somewhere
else on the forums???
Anyway, depending on you release of Oracle8, you might
need to have a lot more semaphores than you actually
use... There are some circumstances, when Oracle8
does not free the semaphores fast enough upon
shutdown, so they still used when the instances starts
again :-(
But semaphores are cheap (kind of), hence no problem
in allocating a couple of thousands of them in your
kernel. Remember that HP-UX, and CDE, and other
applications do use semaphores, too.
Conclusion: make the kernel parameter SEMMNS a
multiple of your init*ora parameter PROCESSES, and
do add even some more of them.
HTH,
Wodisch
did you not ask this question the day before somewhere
else on the forums???
Anyway, depending on you release of Oracle8, you might
need to have a lot more semaphores than you actually
use... There are some circumstances, when Oracle8
does not free the semaphores fast enough upon
shutdown, so they still used when the instances starts
again :-(
But semaphores are cheap (kind of), hence no problem
in allocating a couple of thousands of them in your
kernel. Remember that HP-UX, and CDE, and other
applications do use semaphores, too.
Conclusion: make the kernel parameter SEMMNS a
multiple of your init*ora parameter PROCESSES, and
do add even some more of them.
HTH,
Wodisch
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP