- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS: too many files open?
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
06-04-2001 09:19 AM
06-04-2001 09:19 AM
NFS: too many files open?
Machine 2: L2000 HP-UX 11.00
When I try to copy directories (with files in them of course) from Machine 1 to Machine 2 via an NFS mount point I get an error on some directories that says:
Cannot create: Too many files open
The directories have about 2GB of files in them, about 800 files total.
What could be causing this?
Basicly I'm trying to migrate some data from one machine to another, without using a tape drive. How should I be doing this? I tried tar, but that didn't seem to help.
Thanks,
-Brad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 09:29 AM
06-04-2001 09:29 AM
Re: NFS: too many files open?
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x106937f45ef7d4118fef0090279cd0f9,00.html
Hope it helps,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 11:19 AM
06-04-2001 11:19 AM
Re: NFS: too many files open?
For what you are trying to do, I would likely use 'tar'.
Why doesn't it work? Where does it fail? Any error message?
You could use 'lsof' to observe open files on "Machine 1" and "Machine 2". You could also use Glance to monitor open files as well as system table utilization. Perhaps a kernel parameter should be increased. But I would rather not re-configure the kernel if the only purpose is to migrate a directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 11:41 AM
06-04-2001 11:41 AM
Re: NFS: too many files open?
If 'tar' fails because the size of the tar would be
greater than 2Gb, it may be due to the maximum
file size limitation under 10.10. If that is the case, maybe the following will work:
1. Configure your 11.00 system as NFS client so that you can access the directory on your 10.10 system.
2. Run tar from your 11.00 system and save the output to a file under a local directory on your 11.00 system
3. If #2 works, then you should be able to extract from your tar file.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 03:59 PM
06-04-2001 03:59 PM
Re: NFS: too many files open?
Bill Hassell, sysadmin