- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Does "getconf OPEN_MAX" refer to the maxfiles?
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-25-2005 08:08 PM
10-25-2005 08:08 PM
I have been asked to change the OPEN_MAX value to 4096 instead of 200 as it is currently. I just want to know if the value returned form the following command: getconf OPEN_MAX, refers to maxfiles. I believe it is but wanted to be sure.
If this is true i believe i have to change the maxfiles_lim to 4096 as well as it is currently 2048?
Your help and views on this will be much appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:14 PM
10-25-2005 08:14 PM
Re: Does "getconf OPEN_MAX" refer to the maxfiles?
to confirm:
# kmtune -q maxfiles
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:23 PM
10-25-2005 08:23 PM
Re: Does "getconf OPEN_MAX" refer to the maxfiles?
the command has the same value as OPEN_MAX. So this confirms that OPEN_MAX is exactly the same as maxfiles? And i do need to up the value of maxfiles_lim at the same time i guess?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:23 PM
10-25-2005 08:23 PM
Re: Does "getconf OPEN_MAX" refer to the maxfiles?
getconf OPEN_MAX returns the maxfiles (Soft File Limit Per Process) kernel parameter value.
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:25 PM
10-25-2005 08:25 PM
Re: Does "getconf OPEN_MAX" refer to the maxfiles?
Is it true as well that i dont have to up the value of maxfiles_lim but by not doing it it would in affect limit the maxfiles value to 2048 although set to 4096?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:30 PM
10-25-2005 08:30 PM
Solutionu may like to read this thread for a better understanding:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=909129
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:34 PM
10-25-2005 08:34 PM
Re: Does "getconf OPEN_MAX" refer to the maxfiles?
Think this has answered all my questions.
Hope you have both a nice day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 08:34 PM
10-25-2005 08:34 PM
Re: Does "getconf OPEN_MAX" refer to the maxfiles?
You can and may want maxfiles < maxfiles_lim! See Bill Hassel's comment in this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=909129
Best Regards,
Eric Antunes