- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increasing nfile kernel parameter
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
12-09-2002 07:27 AM
12-09-2002 07:27 AM
Been through the forums and hoping you can help. We've been getting some vmunix: file : table is full errors and increased maxusers but still got the error. The database guys have now pinpointed what value we need and say nfiles needs to be 40,000 (currently 13,449). When making smaller changes I've increased maxusers but its currently 800 and would need increasing to 2300! I'm concerned what effect increasing max users to the new value will have on other parameters and memory use (did a change in sam to view other values and nkthread would exceed max)? would it be ok to just raise nfile?
I'm currently running on v11 with 5Gb memory.
i'd be grateful for any advice. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 07:31 AM
12-09-2002 07:31 AM
Re: Increasing nfile kernel parameter
You don't necessarily need to increase maxusers - just plug the value you need into nfiles.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 07:34 AM
12-09-2002 07:34 AM
Re: Increasing nfile kernel parameter
In my opinion you should only modify nfile parameter rather than maxusers. This parameter modifies other kernel values that can not be needed change.
Regards, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 07:37 AM
12-09-2002 07:37 AM
Re: Increasing nfile kernel parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 07:49 AM
12-09-2002 07:49 AM
Re: Increasing nfile kernel parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 07:55 AM
12-09-2002 07:55 AM
Solution'nfile' governs the limit on the number of open files, system-wide. 'nflocks' controls the limit on the number of file locks, system-wide. There is not necessarily a correlaton between these. I'd increase what you need as you need it.
You can monitor 'nfile' and 'nflocks' with 'glance's [t]able view.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 07:55 AM
12-09-2002 07:55 AM
Re: Increasing nfile kernel parameter
I'm not sure there's a clear answer, other than "it depends". From SAM's HELP on configurable parameters:
Open and locked files consume memory and other system resources.
These resources must be balanced against other system needs to
maintain optimum overall system performance. Achieving an optimum
balance can be quite complex, especially on large systems, because of
wide variation in the kinds of applications being used on each system
and the number and types of applications that might be running
simultaneously, the number of local and/or remote users on the
system, and many other factors.
My production machine, for example, has nflocks set to 200, while nfiles is 4468.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 08:10 AM
12-11-2002 08:10 AM