- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Parameter Modification Error
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
01-11-2005 09:10 AM
01-11-2005 09:10 AM
Kernel Parameter Modification Error
When I try to modify some kernerl parameters in an hp-ux 11.11 box, I have the following error :
Error: One or more tunable parameters violates an interdependency
rule. SAM expects the following expression(s) to be true:
max_thread_proc <= nkthread
What is that ? and how to fix it ?
Thanks in advance.
Tamer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 09:21 AM
01-11-2005 09:21 AM
Re: Kernel Parameter Modification Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 09:33 AM
01-11-2005 09:33 AM
Re: Kernel Parameter Modification Error
The parameter nkthread value is calucalted as :
(((NPROC*7)/4)+16)
how to increse it? it should be updated automatically from the mathematical form?
Right?????
Tamer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 09:36 AM
01-11-2005 09:36 AM
Re: Kernel Parameter Modification Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 09:42 AM
01-11-2005 09:42 AM
Re: Kernel Parameter Modification Error
NPROC is NOT the same as MAX_THREAD_PROC.
A good document on the tunable kernel parameters is here:
http://docs.hp.com/en/TKP-90202/index.html
It is also available as a PDF file here:
http://docs.hp.com/en/TKP-90202/TKP-90202.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 09:43 AM
01-11-2005 09:43 AM
Re: Kernel Parameter Modification Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 12:04 PM
01-11-2005 12:04 PM
Re: Kernel Parameter Modification Error
YOU MUST SET nkthread FIRST, THEN SET max_thread_proc.THEN PROCESS NEW KERNEL.
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 06:29 PM
01-11-2005 06:29 PM
Re: Kernel Parameter Modification Error
Hi,
max_thread_proc value must be less than or equal to nkthread.
nkthread value depend on the value of nproc.
hence increasing the value of nproc would solve your problem ( for database db2 and oracle we normally set the value of nproc to 4096)