From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 21:24:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C92316A41F for ; Tue, 13 Dec 2005 21:24:05 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (jasper.nighttide.net [207.5.141.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA5443D81 for ; Tue, 13 Dec 2005 21:23:56 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (darren@localhost [127.0.0.1]) by olmec.nighttide.net (8.13.4/8.13.4) with ESMTP id jBDLNsgn060403 for ; Tue, 13 Dec 2005 16:23:54 -0500 (EST) (envelope-from darren@nighttide.net) Received: from localhost (darren@localhost) by olmec.nighttide.net (8.13.4/8.13.4/Submit) with ESMTP id jBDLNsch060400 for ; Tue, 13 Dec 2005 16:23:54 -0500 (EST) (envelope-from darren@nighttide.net) X-Authentication-Warning: olmec.nighttide.net: darren owned process doing -bs Date: Tue, 13 Dec 2005 16:23:54 -0500 (EST) From: Darren Henderson To: freebsd-questions@freebsd.org In-Reply-To: <20051213130544.H59008@olmec> Message-ID: <20051213161955.W59008@olmec> References: <20051213130544.H59008@olmec> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: HP-UX NFS client 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: Tue, 13 Dec 2005 21:24:05 -0000 On Tue, 13 Dec 2005, Darren Henderson wrote: > > synopsis: freebsd NFS server, HP-UX NFS client. Client succeeds if it uses > automount to mount the volumes but fails if a manual mount is used despite > options. > > question: anyone have experience in a similar enviroment that can point me > toward a solution? Replying to my own post for the archive. It turned out that for whatever reason rpcinfo was not reporting out nfs. I suspect I probably caused rpcbind to restart at some point without restarting nfsd. After rebooting the box rpcinfo did report out. The reason the automount on the client machine worked was that it didn't care about rpc issue. It just assumed the port was there and used it.