- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- interdependent kernel parameters won't allow confi...
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-26-2004 10:46 AM
10-26-2004 10:46 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 10:50 AM
10-26-2004 10:50 AM
Re: interdependent kernel parameters won't allow configuring
You should be able to do it either with kmtune commands or with sam kernel, configurable parameters.
You may need to override the forumula.
If sam won't let you override try a scripted kmtune change that does them in sequence.
Based on the formula, change nkthread, then max_thread_proc.
Post the error please, it might involve a third kernel parameter.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 10:52 AM
10-26-2004 10:52 AM
Re: interdependent kernel parameters won't allow configuring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 11:04 AM
10-26-2004 11:04 AM
Re: interdependent kernel parameters won't allow configuring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 11:34 AM
10-26-2004 11:34 AM
Re: interdependent kernel parameters won't allow configuring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 11:51 AM
10-26-2004 11:51 AM
Solutiongive it a try from command line
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# kmtune -s max_thread_proc=
# kmtune -s nkthread=
# mk_kernel -s system
# kmupdate
# mv /stand/system /stand/system.prev
# cp /stand/build/system /stand/
# /usr/sbin/shutdown -r -y 0
- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:51 AM
10-27-2004 03:51 AM
Re: interdependent kernel parameters won't allow configuring
Thanks for the syntax; it worked fine...and reminded me that sometimes the GUI way of doing things through SAM isn't the best way...sometimes it's easy to get spoiled and not have to look up syntax by using SAM, but to know what you (we) are doing, it's still important to "look behind the scenes". Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:52 AM
10-27-2004 03:52 AM