- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to increese kernel parameter from its maximum...
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-09-2008 06:04 AM
06-09-2008 06:04 AM
How to increese kernel parameter from its maximum allowable value
I was trying to increase some of the kernel parameters.But I am unable to do so because it exceeds that max value.
Could you please let me know is there any manual method to do this. Do we need to edit system file and prepare the kernel.
I was trying to increase these value.
OS Ver:11.11,
Reason for change : Required for oracle 10g.
semmap
32672
90502
semmni
32670
90500
semmns
32676
65340
Thank you
Sreeram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 06:17 AM
06-09-2008 06:17 AM
Re: How to increese kernel parameter from its maximum allowable value
Acording to the man page this is the maximum allowed:
Maximum: semmni+2, or less than or equal to 32767.
I do not know of any way to exceed the maximum.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 06:22 AM
06-09-2008 06:22 AM
Re: How to increese kernel parameter from its maximum allowable value
Try running some sar commands (sar -mS 1 20) and see what your semm* utilization is before you make blanket changes just because some vendor tells you too.
...and max tends to mean max value. Obviously if you exceed this and there is a problem, it would not be supported.
Just my thoughts,
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 06:34 AM
06-09-2008 06:34 AM
Re: How to increese kernel parameter from its maximum allowable value
Over the years I have found that Oracle's recommendations and other vendors have recommended settings outside of the max range.
This leads me to question the entire list of recommendations from these vendors.
Now, back to your question. No you cannot increase the setting past its maximum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 02:34 PM
06-09-2008 02:34 PM
Re: How to increese kernel parameter from its maximum allowable value
I will take this to my vendor.
Thanks again