- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to change the maxfiles kernel parameter! pl...
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
05-25-2005 11:28 AM
05-25-2005 11:28 AM
Unable to change the maxfiles kernel parameter! pls help!!
I am trying thru SAM , its giving the follwoing error , for other dependencies value to be set ,
--------------------------------------
Error: One or more tunable parameters violates an interdependency ¦ ¦
¦¦ NO¦ rule. SAM expects the following expression(s) to be true: ¦ ¦
¦¦ ¦ ¦ ¦
¦¦ ¦ ncallout >= nkthread ¦ ¦
¦¦ ¦ msgmap <= (msgtql+2) ¦ ¦
¦¦ +-¦ semmap <= (semmni+2) ¦ ¦
¦¦ ¦C¦ semmnu <= (nproc-4)
---------------------------
Please suggest , how to do that,
Than
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 11:52 AM
05-25-2005 11:52 AM
Re: Unable to change the maxfiles kernel parameter! pls help!!
You need to tune other paramaters before you can change the maxfiles parameter.
Just Check which all parameters are related with maxfiles.
Thanks,
Amit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 11:56 AM
05-25-2005 11:56 AM
Re: Unable to change the maxfiles kernel parameter! pls help!!
When I am trying to tune other parameters according to the formula , its giving other dependencies errror .
Pls help/suggest how to do , or how to do through command line.
Thank you,
Veri.
-------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 12:17 PM
05-25-2005 12:17 PM
Re: Unable to change the maxfiles kernel parameter! pls help!!
Just follow the instructions SAM give you. You need to satisfy every interdependency.
Change all the interdependent parameter as required.
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:02 PM
05-25-2005 02:02 PM
Re: Unable to change the maxfiles kernel parameter! pls help!!
Possibally you have put uncalculated values for some parameters having remove the formula which automatically calculates the value depending on other dependant paramaters. Can you attach the output of "kmtune -l".
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:08 PM
05-25-2005 04:08 PM
Re: Unable to change the maxfiles kernel parameter! pls help!!
1. Check you nproc value first
2. Change semmnu 4 less than the nproc
3. Check your semmni value
4. Change semmap to be equal to semmni for now
5. Check msgtql abd make msgmap equal to that
6. Check nkthread and change ncallout to be higher than that.
this should let you go past the error you are getting
But this is not the entire solution, this is just so that you can change your maxfiles. I would suggest making a copy of your existing kernel values and then finally tuning the values per your requirement.
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:58 PM
05-25-2005 04:58 PM
Re: Unable to change the maxfiles kernel parameter! pls help!!
maxfiles parameter is not dependent on any of the parameters appearing in error message. I was just curious what went wrong that SAM is giving those errors.
Do what Devesh has suggested, and you should be able to remove those errors.
The only parameter which maxfiles depends on is maxfiles_lim:
"maxfiles must be less than or equal to maxfiles_lim"
Regards