- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: copying files larger than 2GB to nfs mount fil...
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-07-2005 01:25 AM
08-07-2005 01:25 AM
does anyone know how can copy files that are larger than 2GB to a nfs mounted file system?
both machines (exporting machine and mount nfs machine) runs HPUX 11.11.
thanks ppl
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 03:01 AM
08-07-2005 03:01 AM
Re: copying files larger than 2GB to nfs mount file system
What is the problem you are facing in doing so ? The only worry that should bother this should be that your file system should have large file options enabled on the original host whcih is exporting this. Check for this and report any errors encountered.
To check large file options
#fsadm -F vxfs /mount_point
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 04:05 AM
08-07-2005 04:05 AM
Re: copying files larger than 2GB to nfs mount file system
fsadm -o largefiles /my/filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 04:08 AM
08-07-2005 04:08 AM
Re: copying files larger than 2GB to nfs mount file system
i use NFS ver 3.
I also tried to put files from non HP machine (Solaris 9) - and it wouldn't work either.
i couldn't find any special option on man pages for 'exportfs' command..
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 05:08 AM
08-07-2005 05:08 AM
Re: copying files larger than 2GB to nfs mount file system
Did you "exportfs" the filesystem, before or after you enabled the largefiles support?
Also, I found Bill Hassel's reply about similar issue, that there are some patches to be installed so NFS ver 3 will support largefiles. Is your system up to date?
Sorry for the mess, but I'm "shooting in the dark". Maybe something will hit ...
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 05:17 AM
08-07-2005 05:17 AM
Re: copying files larger than 2GB to nfs mount file system
root@venus: swlist -l product | grep -i nfs
NFS B.11.11 ONC/NFS; Network-File System,Information
Services,Utilities
PHKL_25238 1.0 11.00 NFS nfsd deadlock
PHKL_25993 1.0 thread nostop for NFS, rlimit, Ufalloc fi
x
PHKL_27266 1.0 iCOD,RTSCHED,(u)mount,final close,NFS umo
unt
PHKL_28185 1.0 Tunable;vxportal;vx_maxlink;DMAPI NFS han
g
PHKL_29335 1.0 vx_nospace on NFS write.
PHKL_30151 1.0 NFS binary overwrite hang
PHNE_30378 1.0 ONC/NFS General Release/Performance Patch
SG-NFS-Tool A.11.11.02 MC/ServiceGuard NFS Script Templates
root@venus:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 05:20 AM
08-07-2005 05:20 AM
Re: copying files larger than 2GB to nfs mount file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 08:54 AM
08-07-2005 08:54 AM
Re: copying files larger than 2GB to nfs mount file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:08 AM
08-07-2005 09:08 AM
Re: copying files larger than 2GB to nfs mount file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:56 AM
08-07-2005 09:56 AM
Re: copying files larger than 2GB to nfs mount file system
thanks a lot!