From mboxrd@z Thu Jan 1 00:00:00 1970 From: Risto Bell Subject: Re: autofs Digest, Vol 43, Issue 12 Date: Tue, 31 Oct 2006 09:43:54 -0800 Message-ID: <45478B5A.7000106@cypress.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: autofs@linux.kernel.org > My system defaults to tcp nfs v3 if no options are specified. How does one achieve/config that (Solaris like) in autofs4? Likewise achieving the NETAPP recommended TCP options timeo=600,retrans=2 If you have mix of servers, some only supporting UDP, but wish to prefer TCPv3 whereever it's available and UDP only if no choice... I use scripts programs (like auto.net), that do rpcinfo to test if the server supports TCP and add the options. But even emulating NIS look-ups, overall result (scripts) are considerably slower.