Re: NSF problem on Redhat 9
From: Robert Heller (heller_at_deepsoft.com)
Date: 10/11/03
- Next message: Ed Murphy: "Re: NSF problem on Redhat 9"
- Previous message: CJT: "Re: Need for Severe Speed"
- In reply to: Randall Mackie: "NSF problem on Redhat 9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 11 Oct 2003 04:21:12 +0000
Randall Mackie <rlmackie862@yahoo.com>,
In a message on Fri, 10 Oct 2003 21:33:55 GMT, wrote :
RM> I have two linux Redhat 9 boxes (all updates applied) and I simply wanted
RM> to mount a directory from one box onto the other using NFS. I followed all
RM> the directions in the Redhat documentation, but I am still having problems
RM> doing what I think should be a trivial task.
RM>
RM> When I try to do the mount, I get the following message:
RM>
RM> [root ~] mount ampere:/home/randy /mnt/backup
RM> mount: RPC: Program not registered
RM>
RM> Even if I use the IP address it's the same message:
RM>
RM> [root ~] mount 192.168.1.5:/home/randy /mnt/backup
RM> mount: RPC: Program not registered
Is the portmap deamon running?
/etc/init.d/portmap start
Is the mountd deamon running"
/etc/init.d/nfs start
RM>
RM>
RM> I've gone to google and googled myself to death and tried everything
RM> I could find, but still no luck. This seemed to be a common problem
RM> according to google, but there was nothing definitive I could find.
RM> I'm hoping that someone might be able to help, and knowing that you'll
RM> be asking for information, I've tried to provide everything below that
RM> you'll likely ask for. Thanks in advance.
RM>
RM>
RM>
RM> I'm trying to mount ampere:/home/randy on halley:/mnt/backup
RM> All commands below are issued on halley.
RM> Both linux boxes are connected via a Linksys router - all other
RM> internet functions seem to work just fine.
RM> There are no firewalls running on either machine.
RM>
RM>
RM> [root ~] cat /etc/exports
RM> /home/randy 192.168.1.5/255.255.255.0(rw,insecure,sync,no_root_squash)
RM>
RM>
RM> [root ~] cat /etc/hosts
RM> # Do not remove the following line, or various programs
RM> # that require network functionality will fail.
RM> 127.0.0.1 halley localhost.localdomain localhost
RM> 192.168.1.2 maxwell
RM> 192.168.1.5 ampere
RM>
RM>
RM> [root ~] cat /etc/hosts.deny
RM> #
RM> # hosts.deny This file describes the names of the hosts which are
RM> # *not* allowed to use the local INET services, as decided
RM> # by the '/usr/sbin/tcpd' server.
RM> #
RM> # The portmap line is redundant, but it is left to remind you that
RM> # the new secure portmap uses hosts.deny and hosts.allow. In particular
RM> # you should know that NFS uses portmap!
RM> ALL: ALL
RM>
RM>
RM> [root ~] cat /etc/hosts.allow
RM> #
RM> # hosts.allow This file describes the names of the hosts which are
RM> # allowed to use the local INET services, as decided
RM> # by the '/usr/sbin/tcpd' server.
RM> #
RM> ALL: 192.168.1 127.
RM>
RM>
RM> [root ~] rpcinfo -p
RM> program vers proto port
RM> 100000 2 tcp 111 portmapper
RM> 100000 2 udp 111 portmapper
RM> 100024 1 udp 32768 status
RM> 100024 1 tcp 32768 status
RM> 391002 2 tcp 32769 sgi_fam
RM> 100011 1 udp 646 rquotad
RM> 100011 2 udp 646 rquotad
RM> 100011 1 tcp 649 rquotad
RM> 100011 2 tcp 649 rquotad
RM> 100003 2 udp 2049 nfs
RM> 100003 3 udp 2049 nfs
RM> 100021 1 udp 32770 nlockmgr
RM> 100021 3 udp 32770 nlockmgr
RM> 100021 4 udp 32770 nlockmgr
RM> 100005 1 udp 32771 mountd
RM> 100005 1 tcp 32770 mountd
RM> 100005 2 udp 32771 mountd
RM> 100005 2 tcp 32770 mountd
RM> 100005 3 udp 32771 mountd
RM> 100005 3 tcp 32770 mountd
RM>
RM>
RM> [root ~] showmount -e halley
RM> Export list for halley:
RM> /home/randy 192.168.1.5/255.255.255.0
RM>
RM> [root ~] showmount -e ampere
RM> mount clntudp_create: RPC: Program not registered
RM>
RM> [root ~] ps aux | grep -E 'portmap|nfs|rpc' | grep -v grep
RM> rpc 3746 0.0 0.0 1552 508 ? S 14:23 0:00 portmap
RM> rpcuser 3765 0.0 0.0 1532 552 ? S 14:23 0:00 rpc.statd
RM> root 3861 0.0 0.0 3584 8 ? S 14:23 0:00 rpc.rquotad
RM> root 3866 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3867 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3868 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3869 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3870 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3871 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3872 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3873 0.0 0.0 0 0 ? SW 14:23 0:00 [nfsd]
RM> root 3875 0.0 0.0 0 0 ? SW 14:23 0:00 [rpciod]
RM> root 3881 0.0 0.0 1524 440 ? S 14:23 0:00 rpc.mountd
RM>
RM>
\/
Robert Heller ||InterNet: heller@cs.umass.edu
http://vis-www.cs.umass.edu/~heller || heller@deepsoft.com
http://www.deepsoft.com /\FidoNet: 1:321/153
- Next message: Ed Murphy: "Re: NSF problem on Redhat 9"
- Previous message: CJT: "Re: Need for Severe Speed"
- In reply to: Randall Mackie: "NSF problem on Redhat 9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|