From owner-freebsd-questions@FreeBSD.ORG Fri Oct 12 15:25:22 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A788D16A418 for ; Fri, 12 Oct 2007 15:25:22 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in01.adhost.com (mail-in01.adhost.com [216.211.128.146]) by mx1.freebsd.org (Postfix) with ESMTP id 8EAD413C46B for ; Fri, 12 Oct 2007 15:25:22 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in01.adhost.com (Postfix) with ESMTP id 31E1461C86 for ; Fri, 12 Oct 2007 08:25:21 -0700 (PDT) (envelope-from mksmith@adhost.com) Received: from [192.168.0.106] ([10.142.3.13]) by ad-exh01.adhost.lan with Microsoft SMTPSVC(6.0.3790.3959); Fri, 12 Oct 2007 08:25:21 -0700 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <2BBC6552-76B0-4D22-9F68-BEC9E46C0FFB@adhost.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: questions@freebsd.org From: Michael Smith Date: Fri, 12 Oct 2007 08:25:21 -0700 X-Mailer: Apple Mail (2.752.3) X-OriginalArrivalTime: 12 Oct 2007 15:25:21.0657 (UTC) FILETIME=[1A7D8690:01C80CE4] Cc: Subject: Questions about HUP'ing nfsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 15:25:22 -0000 Hello All: We have a NAS that's running 6.2 with nfds, mountd, rpc_statd, rpcbind and rpc_lockd. Last night we had a scenario where nfs clients, once disconnected, couldn't reconnect to the NAS, reporting RPC timeouts. We attempted to restart all of the services above in various orders, but we were not able to get the clients reconnected. We ultimately rebooted the NAS server and all was well. My question is, in troubleshooting this sort of thing, is there a proper sequence for stopping and restarting the various services associated with nfs? Any hints would be greatly appreciated. Regards, Mike