Re: NFS problem: "RPC: Port mapper failure"

From: Rob (nospam_at_users.sourceforge.net)
Date: 12/29/03

  • Next message: Hideki Yamamoto: "Re: bge drivers does not work for 3COM 3C996-SX / 3C996B-T"
    Date: Mon, 29 Dec 2003 14:21:56 +0900
    To: freebsd-stable@freebsd.org
    
    

    Igor Pokrovsky wrote:
    > On Sun, Dec 28, 2003 at 09:20:41PM +0900, Rob wrote:
    >
    >>Hi,
    >>
    >>I am running two FreeBSD-Stable PCs.
    >>
    >>One is an NFS server and the other NFS client. Everything used to
    >>work fine until recently. I suspect that either the new kernel is the
    >>problem (although there are no complaints on the stable mailing list)
    >>or the network administration has changed some things.
    >
    > You can try to check if nfsd and portmap really started on server:
    > sockstat | grep portmap
    > and
    > sockstat | grep nfsd

    This is what I get.

    The NFS server is 147.46.44.183 with gateway 147.46.44.1
    The NFS client is 147.47.254.184 with gateway 147.47.254.1

    On the NFS server:
            $ sockstat | grep portmap
            daemon portmap 79693 3 udp4 *:111 *:*
            daemon portmap 79693 4 tcp4 *:111 *:*
            $ sockstat | grep nfsd
            root nfsd 87 3 tcp4 *:2049 *:*
            $ sockstat | grep mount
            root mountd 84 3 udp4 *:1023 *:*
            root mountd 84 4 tcp4 *:1023 *:*

    On the client:
            $ rpcinfo -p 147.46.44.183
            rpcinfo: can't contact portmapper: RPC: Remote system error - Operation timed out
            

    On another computer with the same gateway as the server:
            $ rpcinfo -p 147.46.44.183
            program vers proto port
            100000 2 tcp 111 portmapper
            100000 2 udp 111 portmapper

    Any idea what could block the contact to the portmapper?
    Could a network setup at one of the gateways cause these trouble, such
    as a firewall (though I don't know anything about firewalls!) ?
    Secure shell connections still work fine between all the computers!

    Thanks for your help.
    Rob.

    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"


  • Next message: Hideki Yamamoto: "Re: bge drivers does not work for 3COM 3C996-SX / 3C996B-T"

    Relevant Pages

    • Re: PROBLEM: Oops, nfsd, networking
      ... somewhere between the NFS client and the NFS server, ... when this problem occurs so we can see if there are any bad packets ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Multiple TCP connections serving the same NFS mount?
      ... Has anyone seen or tried an NFS client which uses multiple parallel TCP connections for a single ... to an NFS server? ... Do you Yahoo!? ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: manual NFS mount works, but not during boot up, why?
      ... Any suggestion as to how to fix this problem? ... Are the NFS client on the client and the NFS server on the server ...
      (alt.os.linux.suse)
    • Re: bdflush/rpciod high CPU utilization, profile does not make sense
      ... > the behaviour identical same on both the PIII and the Opteron systems? ... The dual opteron is the nfs server ... The dual athlon is the 2.4 nfs client ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Soft mount VS hard mount (NFS)
      ... > mount should not be issued due to caching of data at the nfs client. ... > flushed to nfs server and while writing the rpc times out (due to some ... I've seen it in both C and Perl applications however. ...
      (comp.unix.solaris)