- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copy large file via NFS
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-04-2003 03:48 AM
тАО07-04-2003 03:48 AM
Copy large file via NFS
I try to copy that file on a HP-UX 11i machine (big file option is set on the fs) via NFS.
I receive the message
"cp: /toto/tutu.dmp: A file or directory in the path name does not exist."
The size of file copied on the HP computer is 2Go.
Is there any option for NFS server ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2003 04:39 AM
тАО07-04-2003 04:39 AM
Re: Copy large file via NFS
Alternatively... as you are going over the network try this as a PULL from the AIX m/c to you HP-UX box (do this an equivalanced user). This is more efficient as it gzips it over the wire!
on target (HP-UX) machine
# cd
# remsh
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2003 04:54 AM
тАО07-04-2003 04:54 AM
Re: Copy large file via NFS
NFS 3 does.
The target filesystem must have largefiles enabled.
For 11i, the filesystem must either be modified with fsadm or re-created with newfs -F vxfs -o largefiles /dev/vg00/rlvolname
Also, have all the NFS patches possible installed. NFS is flakey at times.
Lastly, consider CIFS/9000 Samba. Its more robust easier to administer, the wave of the future. The earlier steps are still required however, and I'm unsure as to the availibility of an AIX client.
Good Luck.
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
тАО07-04-2003 05:18 AM
тАО07-04-2003 05:18 AM
Re: Copy large file via NFS
->Networking&Communication->NFS->MountedRemoteFS>AddRemoteFS->UsingNFS>Mount Options>
Configure rsize and wsize.
Your /etc/fstab from the client side will look something like:
nfs re,bg,hard,intr,rsize=32768,wsize=32768,proto=udp,vers=3,suid 0 0
A typical /etc/fstab NFS entry is:
nfs re,suid 0 0
Refer to this Tuning Guide and the following subject:
"Support for NFS largefiles" - upto 1 TB in 11.00 when rsize = 8192. Up to 2 TB in 11.11 when rsize = 32768. Using NFS version 3.
http://www.docs.hp.com/hpux/onlinedocs/1435/NFSPerformanceTuninginHP-UX11.0and11iSystems.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2003 01:09 AM
тАО07-05-2003 01:09 AM
Re: Copy large file via NFS
check the ur local file system it suppport the more the 2 GB file
check the /etc/fstab file
if there is nolargefiles then set largefiles options through the fsadm -F VxFS
if the above things is correct then check the nfs mount option is that largefiles support option is mention
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2003 01:56 AM
тАО07-05-2003 01:56 AM
Re: Copy large file via NFS
Your dist. fs probably not suport large files
you need to change the filesystem properties
for suport large files.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2003 05:24 AM
тАО07-05-2003 05:24 AM
Re: Copy large file via NFS
NOTE: ftp will be much, much faster than NFS to copy a large file.
Bill Hassell, sysadmin