- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check per process and system file descripto...
Operating System - HP-UX
1822551
Members
2992
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО08-17-2008 05:55 PM
тАО08-17-2008 05:55 PM
Hi Experts,
Could you please tell me how to check:
1. Per process file descriptor limit?
2. System file descriptor limit?
3. How to increase these two limits?
I'm using HP-UX IA64 B.11.23.
Thanks in advance.
Could you please tell me how to check:
1. Per process file descriptor limit?
2. System file descriptor limit?
3. How to increase these two limits?
I'm using HP-UX IA64 B.11.23.
Thanks in advance.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2008 06:24 PM
тАО08-17-2008 06:24 PM
Re: How to check per process and system file descriptor limit?
>1. Per process file descriptor limit?
There are two: maxfiles(5) and maxfiles_lim(5)
ulimit -a will show the former.
>2. System file descriptor limit?
nfiles(5)
>3. How to increase these two limits?
You can list or increase the 3 limits with kctune(1m).
There are two: maxfiles(5) and maxfiles_lim(5)
ulimit -a will show the former.
>2. System file descriptor limit?
nfiles(5)
>3. How to increase these two limits?
You can list or increase the 3 limits with kctune(1m).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2008 08:06 PM
тАО08-17-2008 08:06 PM
Solution
Hi,
See this:
#kctune -v maxfiles
Tunable maxfiles
Description Initial (soft) maximum number of file descriptors per process
Module fs
Current Value 10000
Value at Next Boot 10000
Value at Last Boot 10000
Default Value 2048 (automatic)
Constraints maxfiles >= 32
maxfiles <= 1048576
maxfiles <= maxfiles_lim
Can Change At Next Boot Only
#kctune -v nfile
Tunable nfile
Description Maximum number of file descriptors (system-wide)
Module fs
Current Value 194348
Value at Next Boot 194348
Value at Last Boot 194348
Default Value 65536 (automatic)
Constraints nfile >= 2048
nfile <= 2147483647
nfile >= (2 * maxfiles_lim)
Can Change Immediately (Automatic Tuning Disabled)
To change e.g.
To increase a tunable's value by 100:
# kctune tunable_name+=100
See this:
#kctune -v maxfiles
Tunable maxfiles
Description Initial (soft) maximum number of file descriptors per process
Module fs
Current Value 10000
Value at Next Boot 10000
Value at Last Boot 10000
Default Value 2048 (automatic)
Constraints maxfiles >= 32
maxfiles <= 1048576
maxfiles <= maxfiles_lim
Can Change At Next Boot Only
#kctune -v nfile
Tunable nfile
Description Maximum number of file descriptors (system-wide)
Module fs
Current Value 194348
Value at Next Boot 194348
Value at Last Boot 194348
Default Value 65536 (automatic)
Constraints nfile >= 2048
nfile <= 2147483647
nfile >= (2 * maxfiles_lim)
Can Change Immediately (Automatic Tuning Disabled)
To change e.g.
To increase a tunable's value by 100:
# kctune tunable_name+=100
"There is always some scope for improvement"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP