1832401 Members
3128 Online
110041 Solutions
New Discussion

move large file nfs

 
kholikt
Super Advisor

move large file nfs

When we tried to move 6MB file we will get connection timeout problem for nfs. May I know how could I change the following nfs parameter

acregmin,acregmax,acdirmin,acdirmax parameter
abc
5 REPLIES 5
kish_1
Valued Contributor

Re: move large file nfs

http://www.uwsg.iu.edu/usail/man/sunos/fstab.5.html

Go through this URL, But am not heard in HP so far, someone else can give more info
share the power of the knowledge
Brian Hackley
Honored Contributor

Re: move large file nfs

Hi,

The attribute caching parameters won't do anything for you since you are copying a file and not searching a directory.

An NFS connection timeout error is probably a soft NFS Mount timeout due to packet loss on the underlying network. Its possible that you are seeing Duplex mismatch on 100BaseT link or an unreliable link.

ITRC Document KBAN00000261, and NETUXKBRC00006283 both should give you tips to solve that underlying problem.

Hope this helps,

-> Brian Hackley
Ask me about telecommuting!
V. V. Ravi Kumar_1
Respected Contributor

Re: move large file nfs

hi,
see this link a pdf document on nfs performance, may help u.

http://devresource.hp.com/devresource/Docs/Presentations/NFSperf.pdf

regds
Never Say No
Bill Hassell
Honored Contributor

Re: move large file nfs

The devresource.hp.com pages have all changed. The NFS performance location is now:

http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html


Bill Hassell, sysadmin
Michael Lampi
Trusted Contributor

Re: move large file nfs

Brian is right.

If you are getting NFS timeouts, then the network link is unreliable or, less likely, the source of the file or the target system to where the file is being moved is having file system troubles.

I would check the network link error counts first, and if they are low (should be nonexistent, e.g., 0) then check the system logs for the source NFS system and the target. If the source system and the target are the same, then you have but one system to check.
A journey of 1000 steps ends in a mile.