- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maxfiles_lim > 2048 sensible setting?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-17-2001 11:24 AM
тАО09-17-2001 11:24 AM
Now I'm tempted not only to increase the soft limit (i.e. maxfiles) to 1024, but also to raise the hard limit (i.e. maxfiles_lim).
Does this make sense to you experienced sysadmins for a database server that also has to serve many HTTP requests?
I have absolutely no idea of plausible values.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 11:28 AM
тАО09-17-2001 11:28 AM
Re: maxfiles_lim > 2048 sensible setting?
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 11:42 AM
тАО09-17-2001 11:42 AM
Re: maxfiles_lim > 2048 sensible setting?
I don't want to run into trouble again.
My settings currently are:
# grep maxfile /stand/system
maxfiles 120
maxfiles_lim 2048
but these were to low.
So I want to set maxfiles_lim beyond 2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 11:42 AM
тАО09-17-2001 11:42 AM
Re: maxfiles_lim > 2048 sensible setting?
If you want you can apply the HP-UX tuned kernel parameter set for OLTP Database server system. This tunes most of the parameters required for oracle ... database purposes. It will set the maxfiles limit to 2048 by default.
To do this, do
sam --> Kernel Configuration --> Configurable kernel Parameters --> Selct Action from the top bar ---> Apply tuned parameter set --> Select OLTP System / Database Server System.
Rebuild Kernel and reboot. Hopefully you may not be required to tune the kernel parameters again until and unless an application specifically demands it.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 11:49 AM
тАО09-17-2001 11:49 AM
Re: maxfiles_lim > 2048 sensible setting?
my set of kernel params derives from this mentioned parameter set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 11:54 AM
тАО09-17-2001 11:54 AM
SolutionBTW - What type of server do you have? It may/may not have something to do with it???
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 12:01 PM
тАО09-17-2001 12:01 PM
Re: maxfiles_lim > 2048 sensible setting?
Just checked my system kernel parameters.
maxfiles =2048
maxfiles_lim = 2048
though you can increase the parameter to the value you want, but you should not have to.
We have Oracle parallel server and MC / SG running on these systems.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 12:05 PM
тАО09-17-2001 12:05 PM
Re: maxfiles_lim > 2048 sensible setting?
http://us.support.external.hp.com/cki/bin/doc.pl/sid=4e6f0b0803272d4b25/screen=ckiDisplayDocument?docId=200000039545441
Maybe it will help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 12:20 PM
тАО09-17-2001 12:20 PM
Re: maxfiles_lim > 2048 sensible setting?
http://us-support.external.hp.com/cki/bin/doc.pl/sid=d0b7866b05f648439f/screen=ckiDisplayDocument?docId=200000055459688
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2001 12:39 AM
тАО09-18-2001 12:39 AM
Re: maxfiles_lim > 2048 sensible setting?
U should not and I think u cannot increase maxfiles_lim greater than 2048
Actual limits are min=30,max=2048 for both maxfiles and maxfiles_lim(u can see with sysdef cmd). But plausible values for the system not running any SQL server is 60 & 1024 and for the system running SQL server is 1024 & 2048.
Cheers...
Satish.