- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /bin/cp: Too many open files in system
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
08-12-2002 11:13 AM
08-12-2002 11:13 AM
/bin/cp: Too many open files in system
Thanks,
Russ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 11:15 AM
08-12-2002 11:15 AM
Re: /bin/cp: Too many open files in system
You can try increasing the "nfiles" kernel paramter.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 11:19 AM
08-12-2002 11:19 AM
Re: /bin/cp: Too many open files in system
If you are running the POSIX shell, a ulimit -a (nofiles) will display the limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 11:21 AM
08-12-2002 11:21 AM
Re: /bin/cp: Too many open files in system
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 11:23 AM
08-12-2002 11:23 AM
Re: /bin/cp: Too many open files in system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 11:27 AM
08-12-2002 11:27 AM
Re: /bin/cp: Too many open files in system
This error message usually comes because of a Kernel parameter value- maxfiles. You could increase this using SAM and reconfigure the Kernel.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 11:28 AM
08-12-2002 11:28 AM
Re: /bin/cp: Too many open files in system
There are actually several kernel parameters that create boundries for the maximum number of open files -- 'maxfiles', 'maxfiles_lim', 'nfile' among them. Have a look here for a concise summary and a better understanding of the interrelationships:
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
In particular, see the section headed "Configurable Open or Locked Files Parameters".
Regards!
...JRF...