From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 8 11:24:35 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0455F16A4E5; Tue, 8 Aug 2006 11:24:35 +0000 (UTC) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5037143D55; Tue, 8 Aug 2006 11:24:33 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id k78BOWPE094225; Tue, 8 Aug 2006 06:24:33 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <44D87483.8090308@centtech.com> Date: Tue, 08 Aug 2006 06:24:51 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.5 (X11/20060802) MIME-Version: 1.0 To: Joseph Maxwell References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1640/Mon Aug 7 20:11:04 2006 on mh1.centtech.com X-Virus-Status: Clean Cc: freebsd-fs@freebsd.org, freebsd-hackers@freebsd.org, freebsd-questions-request@freebsd.org Subject: Re: NFS Problems X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 11:24:35 -0000 On 08/07/06 20:10, Joseph Maxwell wrote: > Hope I have the right site here > > Hello, > > Indigo2 machine in network w/ FreeBSD, both configured for nfs server/client > functions, and "nfsd" daemon running on both. > > IRIX idaho 6.5 04101930 IP22 > > FreeBSD presto 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT > 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 > (Yes an old system inst. on an infrequently used critical and stable point > in our system. Not eager to perturb.) > > FreeBSD machine mounts IRIX disks OK, but Indigo2 does not mount FreeBSD > disks. > > Changed to manual approach > > Setup fstab: > /dev/root / xfs rw,raw=/dev/rroot 0 0 > /dev/dsk/dks0d2s7 /disk_02/ xfs rw 0 0 > /swap/swap1 swap swap pri=2 0 0 > /vswap/vswap1 swap swap pri=5,vlength=409600 0 0 > /vswap/vswap2 swap swap pri=5,vlength=1024000 0 0 > presto:/usr /diskA-1 nfs soft,rw 0 0 > presto:/disk2 /diskA-2 nfs soft,rw 0 0 > > Then attempted to mount presto disks > mount -h presto -v > mount: presto:/disk2 server not responding: Port mapper failure - Timed out > mount: NFS version 3 mount failed, trying NFS version 2 > mount: retrying > /diskA-2 > mount: NFS version 3 mount failed, trying NFS version 2 > mount: NFS version 3 mount failed, trying NFS version 2 > mount: NFS version 3 mount failed, trying NFS version 2 > mount: NFS version 3 mount failed, trying NFS version 2 > > Could someone identify problem & suggest corrective action? [..snip..] >>From SGI machine > rpcinfo -p presto > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > 100005 3 udp 997 mountd > 100005 3 tcp 1021 mountd > 100005 1 udp 997 mountd > 100005 1 tcp 1021 mountd I think the problem is that you are missing the nfs registrations (and possibly rstatd and nlockmgr too if you need them). I think you can do: nfsd -r to re-register the entries in rpc. You should check the process list on presto and see if nfsd is running, and also check for rstatd, and lockd. Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------