An interesting issue with doing NFS over TCP (apparently)We have a lot of NFS filesystems and, like most people today, we use NFS over TCP instead of over UDP. But this leads to a problem; sometimes when our systems reboot, they can't mount all of the NFS filesystems on the first attempt. It generally takes several minutes to get to a state where all of them are mounted. (We don't use the automounter, so we mount everything at boot; we have our own solution for the problems the automounter is trying to solve.) The cause turns out to be interesting; we're running out of reserved
ports, apparently ultimately because of
all of the NFS mount requests we make in close
succession. Like the NFS server, the NFS mount daemon usually requires you to talk to it from a reserved
port, and although each conversation between (This is the Our experience is that this doesn't happen when we use NFS over UDP (we
have one system that does this, for reasons that may not be applicable
any more). Having written this entry, I'm now not sure why this is
so, since although the actual NFS traffic is UDP-based, (This is somewhat related to an earlier problem with NFS mounts that we've had.) (2 comments.)
|
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |