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
09-28-2004 01:05 AM
09-28-2004 01:05 AM
Please assume I am an experienced admin who can read and google.
I have read about nfiles, but not sure of what I have read.
I am running hp-ux 11.11 with oracle 9.2.
SD Npar with 4 cpus and 16GB mem
Potentially 2500 users.
we see about 16-1700 hundred users on avg.
Currently nfiles is set to 85000 and we are seeing it hit the max open files.
I would like to increase it to 100k, but would like to under stand the impact on the system before I do this.
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:17 AM
09-28-2004 01:17 AM
SolutionThe only real impact is a small increase in the size of the kernel. Quoting from SAM's help on kernel configurable paramaters:
"nfile defines the maximum number files that can be open at any one time, system-wide.
It is the number of slots in the file descriptor table. Be generous with this number because the required memory is minimal, and not having enough slots restricts system processing capacity. "
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:28 AM
09-28-2004 01:28 AM
Re: nfiles
You have to be really sure about the impact on the system. Some good document will help you in deciding what you can go for. And also you can compare on the systems in your setup.
Bump nfile up if you see high File Table utilization (>80 percent) in
Glance (System Tables Report) or get "File table overflow" program errors. Use a similar
approach for nflocks (max file locks). If you are configuring a big filesystem server
then you're more likely to want to bump up these limits.
Hope above helps
THanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:28 AM
09-28-2004 01:28 AM
Re: nfiles
"nfile defines the maximum number files that can be open at any one time, system-wide."
The required memory is minmal an the maximum numer is only memory limited
You shouldn't worry to much about your increase to 100k
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:52 AM
09-28-2004 01:52 AM
Re: nfiles
maxfiles
maxfiles_lim
nproc
You can get the associativeness with kmtune as,
kmtune -n -q
Refer this for more.
http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG6.2.0/installdas/installdas1923.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:54 AM
09-28-2004 01:54 AM
Re: nfiles
kmtune -l -q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 03:03 AM
09-28-2004 03:03 AM