mount: mount to NFS server 'IPADDRESS' failed: RPC Error: Program not registered

Posted by matt74tm on Server Fault See other posts from Server Fault or by matt74tm
Published on 2010-10-28T08:50:10Z Indexed on 2012/10/25 11:04 UTC
Read the original article Hit count: 335

Filed under:
|
|

I've got two Redhat5/CentOS systems which share a folder. I'm trying to change the shared folder location, but I ran into this error on the machine on which the folder is mounted...

How can I correct this? I rebooted the computer but to no avail.

Server1 - where its "mounted"

/etc/fstab
IPADDRESS2:/opt/programA/common/files    /srv/server2-share nfs rw,intr    0 0

Server2 - where its "shared"

/etc/exports
/opt/programA/common/files IPADDRESS1/28(rw,insecure,sync,no_root_squash)

Ran the following on Server2

root@server2 [~]# /etc/init.d/nfs start
root@server2 [~]# rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100011    1   udp    875  rquotad
    100011    2   udp    875  rquotad
    100011    1   tcp    875  rquotad
    100011    2   tcp    875  rquotad
    100005    1   udp    892  mountd
    100005    1   tcp    892  mountd
    100005    2   udp    892  mountd
    100005    2   tcp    892  mountd
    100005    3   udp    892  mountd
    100005    3   tcp    892  mountd
root@server2 [~]# /etc/init.d/nfs status
rpc.mountd (pid 10204) is running...
nfsd (pid 10201 10200 10199 10198 10197 10196 10195 10194) is running...
rpc.rquotad (pid 10189) is running...

© Server Fault or respective owner

Related posts about redhat

Related posts about nfs