- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Max File opened in HP-UX 11i
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-06-2004 06:43 PM
12-06-2004 06:43 PM
Max File opened in HP-UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 06:59 PM
12-06-2004 06:59 PM
Re: Max File opened in HP-UX 11i
maxuprc maxfiles open for a nuser
nfile
maxfiles
maxfiles_lim
Here is an output for a web server(non-database)
maxfiles 2048 - 2048
maxfiles_lim 1024 Y 1024
nfile 4136 - (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
sendfile_max 0 - 0
All of these parameters can be displayed by running the command kmtune as root.
lsof utility and add in can be used to measure actual number of files open for a process or user.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:07 PM
12-06-2004 07:07 PM
Re: Max File opened in HP-UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:07 PM
12-06-2004 07:07 PM
Re: Max File opened in HP-UX 11i
will show you current and maximum size of some kernel tables. For open files look for file-sz parameter in the sar output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:12 PM
12-06-2004 07:12 PM
Re: Max File opened in HP-UX 11i
3473/12018
3473 is the current opened files? and what is 12018? Looking at mi kernel parameters there isn't anyone with this value:
root@stargate:/root> kmtune -q maxfiles
Parameter Current Dyn Planned Module Version
===============================================================================
maxfiles 8192 - 8192
root@stargate:/root> kmtune -q maxfiles_lim
Parameter Current Dyn Planned Module Version
===============================================================================
maxfiles_lim 2048 Y 2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:16 PM
12-06-2004 07:16 PM
Re: Max File opened in HP-UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:20 PM
12-06-2004 07:20 PM