- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Increase Value of kernel parameter range
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
10-31-2002 06:37 AM
10-31-2002 06:37 AM
Increase Value of kernel parameter range
I must increase the value kernel's parameter shmmni from 200 to 3248, but the maximum range for this parameter is 1024;
Can you indicate, if possible, increase the value of range?
Please help me
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 06:40 AM
10-31-2002 06:40 AM
Re: Increase Value of kernel parameter range
How much memory do you have in the system?
Look at this link:
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.ShMmni.html
The upper limit is memory constrained, and look at the note concerning the 1024 value.
I have large N-class db servers and I have values ranging from 512-1024.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 06:57 AM
10-31-2002 06:57 AM
Re: Increase Value of kernel parameter range
I have a L3000 whit 2GB of memory, my maximum limit is 1024.
Can I increase this limit?
Thenks
MAnuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 07:03 AM
10-31-2002 07:03 AM
Re: Increase Value of kernel parameter range
I also should have asked what version of OS you are running. The link I gave you is for 11.00. If you run the sysdef command and look at the column MIN-MAX, this is the value range you can enter, which for 11.00 is 1024.
For 11i, it appears to be larger, quote:
Maximum: 1024 for a 32 bit kernel, and 8192 for a 64 bit kernel
Reference: the Tunable parameters guide for 11i, shmmni page:
http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 07:06 AM
10-31-2002 07:06 AM
Re: Increase Value of kernel parameter range
sure you can increase.
first have a backup of existing kernel.
#kmtune -s shmmni=3248
# cd /stand/build
#mk_kernel
once the kernel builds successfully
#mv vmunix_test /stand/vmunix
#reboot
now the shmmni values will be set to 3248
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 07:25 AM
10-31-2002 07:25 AM
Re: Increase Value of kernel parameter range
I have 11i.
Is it possible increase maximum value of the kernel parameter range? What I do to increase.
Please help me
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 01:26 PM
10-31-2002 01:26 PM
Re: Increase Value of kernel parameter range
Perhaps the number you need is the maximum size of a single shared memory segment, in which case, your application needs to be rewritten for 64bit mode.
The uppoer limit is a kernel limitation and cannot be changed.
Bill Hassell, sysadmin