- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Parameter Change
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
11-08-2004 08:07 PM
11-08-2004 08:07 PM
Kernel Parameter Change
Any ideas would be greatly appreciated.
Regards
Debbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:16 PM
11-08-2004 08:16 PM
Re: Kernel Parameter Change
I think you must compile a new kernel if you want to make changes permanent after reboot.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:18 PM
11-08-2004 08:18 PM
Re: Kernel Parameter Change
What have you got nproc set to? maxuprc must be less than nproc.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:22 PM
11-08-2004 08:22 PM
Re: Kernel Parameter Change
If you want ot keep new value of maxuprc permanently. You must rebuild you kernel.
1. Start sam/kernel or kcweb
2. change maxuprc
3. rebuild kernel
4. reboot server
Or you cant set maxuprc every time when you start your server using some start script.
But I do not recommend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:23 PM
11-08-2004 08:23 PM
Re: Kernel Parameter Change
I have nproc set to 4096, so maxuprc is set lower than this.
Thanks
Debbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:23 PM
11-08-2004 08:23 PM
Re: Kernel Parameter Change
http://www.interex.org/pubcontent/enterprise/mar01/10sysad.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:37 PM
11-08-2004 08:37 PM
Re: Kernel Parameter Change
To make the changes effectives you must put them in /stand/system file (see kmtune).
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:46 PM
11-08-2004 08:46 PM
Re: Kernel Parameter Change
Regards
Debbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:50 PM
11-08-2004 08:50 PM
Re: Kernel Parameter Change
Rebuild your kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 09:04 PM
11-08-2004 09:04 PM
Re: Kernel Parameter Change
The easiest way to do this is using SAM:
#sam (Kernel Configuration -> Configurable Parameters -> (Select parameter to change) -> Action -> Modify Configurable Parameter... (Here you can use a static value or a formula)-> (Do this to all parameters you want to change and, after that Process New Kernel) -> Process New Kernel
Hope this'll help
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 09:07 PM
11-08-2004 09:07 PM
Re: Kernel Parameter Change
This is where I set the parameter in the first place, so not sure why it isn't staying permanent.
I'm confused with what is happening.
Thanks for your help
Debbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 09:21 PM
11-08-2004 09:21 PM
Re: Kernel Parameter Change
Why do you want a this big value? I have this parameter setted to (NPROC*9/10) because you just can't have more user processes (maxuprc) that the maximum number of processes (nproc)
So, I tried to set it to 3687 but, I got the error:
Error: One or more tunable parameters violates an interdependency rule. SAM expects the following expression(s) to be true:
maxuprc < (nproc-4)
maxuprc <= (nproc-4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 09:29 PM
11-08-2004 09:29 PM
Re: Kernel Parameter Change
Oracle DBA is trying to install oracle10 and it issues a report in the event of any failures as to why it cannot install the software, it failed installation because of missing patches... which have now been installed and also that the maxuprc value needed to be set to 3687. This was changed and I made sure nproc was set to a higher value.
Regards
Debbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 10:36 PM
11-08-2004 10:36 PM
Re: Kernel Parameter Change
Your problem is that default value for maxuprc is config/set in yopur kernel with diferent value. When you reboot your server, you read your kernel and load old value for maxuprc. If you want to change default value for maxuprc you must rebuild kernel with new value for maxuprc.
P.S. kmtune change value until next reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 10:41 PM
11-08-2004 10:41 PM
Re: Kernel Parameter Change
/stand/vmunix is your kernel.
/stand/system is text file contain value of param and drivers which will be use for build new kernel.
Your curent kernel do not read or write in this file and will work without it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 10:48 PM
11-08-2004 10:48 PM
Re: Kernel Parameter Change
Regards
Debbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 10:56 PM
11-08-2004 10:56 PM
Re: Kernel Parameter Change
#cp /stand/system /stand/system.bak
#vi /stand/system (do the changes you want and save)
#config /stand/system (after this check if it created vmunix_test in your local directory)
#cp /stand/vmunix /stand/vmunix.bak
#mv /stand/vmunix_test /stand/vmunix
#shutdown -r -y
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 10:59 PM
11-08-2004 10:59 PM
Re: Kernel Parameter Change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 11:10 PM
11-08-2004 11:10 PM
Re: Kernel Parameter Change
Thank you so much for your help, I will schedule to do this and see what happens, thanks again.
Regards
Debbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 11:31 PM
11-08-2004 11:31 PM
Re: Kernel Parameter Change
One more thing, I've just noticed that you have assigned points to just 6 of 87 responses. The more you assign points to responses, the more (and the faster) you will get replies (sorry if the English isn't good :( )...
Eric