- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfile value
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
02-06-2001 06:18 PM
02-06-2001 06:18 PM
nfile value
In SAM I can't change the calculated value without altering the formula. How can I safely increase the nfile value? What in this formula is limiting the nfile value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2001 06:32 PM
02-06-2001 06:32 PM
Re: nfile value
cheers John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2001 06:34 PM
02-06-2001 06:34 PM
Re: nfile value
you can overwrite thr formula with the value you want nfiles to be. Sam will take those changes.
I looked into the parameters you need for increasing nfiles and from that and past experience it is enough to increase maxusers, which increases nproc and then nfiles as well.
Bye, Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 12:06 AM
02-07-2001 12:06 AM
Re: nfile value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 04:26 AM
02-07-2001 04:26 AM
Re: nfile value
NPROC is calculated using MAXUSER
NPTY as also NSTRPTY and NSTRTEL are often a fix value (30) that are often increased.
So differences must be in one or more of these parameters.
Last time i have modified this parameter i changed the formula because each process opened at less 15 files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 05:23 AM
02-07-2001 05:23 AM
Re: nfile value
You are correct in that 'nfile's value is based on several other parameters. My preference is to increase 'maxusers' since increasing maxusers impacts 'nproc' and both impact 'nfile'. I lean toward staying with the formulas, rather than overridding them with discrete values, to attempt to keep the best interrelationships among the various parameters.
...JRF...