1833016 Members
2842 Online
110048 Solutions
New Discussion

nfs files transfers

 
SOLVED
Go to solution
navin
Super Advisor

nfs files transfers

Hello ,
I have a hpux 11.23 on a rp3440 server. Trying to run a script which transfers some of the files from nfs server. The performance is extremely slow. I have done the initial troubleshooting .
Please advice if you had this kind of prob before.
Thanks
Learning ...
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: nfs files transfers

Ask yourself, could you help anyone with the limited amount of data that you have supplied?

For example, what is the ftp performance like transferring a large file (10 MiB or so) in both directions? We know one box is 11.23, what about the other end? Are you running NFS over tcp or udp? What is your actual observed transfer rate? What kind of network? Have you checked for NFS/network patches? What are your mount options?

If it ain't broke, I can fix that.
navin
Super Advisor

Re: nfs files transfers

Sorry for not providing more details.

1.Tested ftp data transfer speed
3524180 bytes received in 42.66 seconds (80.67 Kbytes/s)
2.NFS.client service has been started successfully
3.Netwrok speed is set to autoneg off at server and network speed is hardoded at Gig FDX.
4.able to nslook up server name and reverse lookup to
5.not sure nfs is running over tcp or udp

please advice
Learning ...
navin
Super Advisor

Re: nfs files transfers

Missing info ,
the server is running solaris 2.9,it is able to server other server with no issues through nfs.
Thanks
Learning ...
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: nfs files transfers

Now we are getting somewhere. You don't actually have an NFS problem because your FTP transfer rate is terrible as well. This means your problem is wider in scope and is, in fact, a network problem. My psychic, Miss Cleo, tells me if you will set the GigE connections at auto-negotiate at both ends (hosts and switches) and make sure that your cables are GigE rated then all will be well.
If it ain't broke, I can fix that.
navin
Super Advisor

Re: nfs files transfers

Autoneg on both sides fixed the issue.
Thanks Steve.
Learning ...