Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error = RPC: Program not registered

807559Jun 30 2009 — edited Jul 8 2009
Hi All,

I am trying to mount a nfs share from a NAS device. ( I am running Solaris 10.)

bash-3.00# mount 10.44.xx.xx:eamsbackup1 /backup
nfs mount: 10.44.xx.xx: : RPC: Program not registered
nfs mount: retrying: /backup
^C

I've restarted nfs.server - and I am getting the same result. I have also check to be sure rpcbind, nfsd, mountd, statd, and lockd are all running. (see Details)

bash-3.00# ps -ef | grep inetd
root 402 1 0 Jun 04 ? 0:37 /usr/lib/inet/inetd start
root 23427 17101 0 14:23:16 pts/1 0:00 grep inetd
bash-3.00# ps -ef | grep rpc
daemon 363 1 0 Jun 04 ? 0:00 /usr/sbin/rpcbind
root 12105 402 0 Jun 12 ? 0:00 /usr/sbin/rpc.metamhd
root 604 402 0 Jun 04 ? 0:00 /usr/sbin/rpc.metad
root 23433 17101 0 14:23:24 pts/1 0:00 grep rpc
root 12199 12194 0 Jun 12 ? 0:00 /usr/openwin/bin/rpc.ttdbserverd
root 12095 402 0 Jun 12 ? 0:00 /usr/sbin/rpc.metamedd
root 12194 402 0 Jun 12 ? 0:00 /bin/sh /lib/svc/method/rpc-ttdbserverd
bash-3.00# ps -ef | grep nfs
daemon 370 1 0 Jun 04 ? 0:00 /usr/lib/nfs/statd
daemon 369 1 0 Jun 04 ? 2:51 /usr/lib/nfs/nfsmapid
daemon 368 1 0 Jun 04 ? 0:00 /usr/lib/nfs/nfs4cbd
daemon 376 1 0 Jun 04 ? 0:00 /usr/lib/nfs/lockd
root 23100 1 0 14:13:52 ? 0:00 /usr/lib/nfs/mountd share -F nfs -o rw -d "backup" /backup

daemon 23102 1 0 14:13:52 ? 0:00 /usr/lib/nfs/nfsd
root 23461 17101 0 14:24:31 pts/1 0:00 grep nfs

Also, I have added an entry to /etc/dfs/dfstab even though I am trying to mount not share out. ' share -F nfs -o rw -d "backup" /backup'

I must be missing something.... Any ideas?
Thanks in advance for any help!
Jennifer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2009
Added on Jun 30 2009
14 comments
11,324 views