nfs mount: RPC: Rpcbind failure - RPC: Timed out


 
Thread Tools Search this Thread
Operating Systems Solaris nfs mount: RPC: Rpcbind failure - RPC: Timed out
# 1  
Old 07-31-2012
Data nfs mount: RPC: Rpcbind failure - RPC: Timed out

Fails to mount the server (10.125.224.22) during installation of a software on client, throwing the below error:

Code:
nfs mount: 10.125.224.22: : RPC: Rpcbind failure - RPC: Timed out
nfs mount: retrying: /cdrom

This happened after complete shutdown of the lab. The server came up fine but most of the services were offline and uninitialized. Enabled it as shown below but still mount didnot work from client.

Code:
# svcadm -v clear/enable svc:/system/filesystem/local:default

(Now all the services shows online when dong "svcs")

Googled and tried all the below troubleshooting but no luck...

1) disable the firewall..
Code:
ipf -Fa

svcadm disable svc:/network/ipfilter:default

2) Tried the following commands....
Code:
svcadm enable nfs/client

Code:
/etc/init.d/nfs.server start

Code:
/usr/lib/netsvc/rstat/rpc.rstatd
svcadm enable svc:/network/rpc/rstat:default

None of the above commands could not fix the issue Smilie
-------------------------------------------------------
**Are the below ports correct for rpcbind in /etc/services ?
sunrpc 111/udp rpcbind
sunrpc 111/tcp rpcbind

**Could it be space issue ?

**I see the mount entry...Are these entries correct

Code:
In /etc/dfs/dfstab, share -F nfs -o ro,anon=0 /export/home/sis/jumpsrx
 
In /etc/vfstab, 10.125.224.22:/export/home/sis/jumpsrx - /export/home/sis/jumpsrx nfs - yes -

---------------------------------------------

This was one of the solution provided while I googling it...(how to run rpcbind?)

the NFS is located in /usr/lib directory.PATH doesn't contain it.So you must input the fullpath of the mountd(/usr/lib/nfs/mountd)and nfsd(/usr/lib/nfs/nfsd) to start them.After starting mountd and nfsd(rpcbind was started when booting the OS),now ,you can start the NFS server!

If this is correct solution, how to go about input the fullpath of the mountd and nfsd ?

Last edited by frintocf; 07-31-2012 at 06:03 PM..
# 2  
Old 08-16-2012
This got resolved by editing "/etc/security/access.conf" ( by giving access to all the users)......I am not sure if this is the correct solution (or) is it a workaround.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Nfs client mount RPC Error: Program not registered.

Hello, I was having few issues on my linux box, I am getting this error whenever I tried to mount a share on a client linux host. # mount -t nfs 10.10.4.150:/data/pops_sva /mnt mount: mount to NFS server '10.10.4.150' failed: RPC Error: Program not registered. # I see the error and I... (4 Replies)
Discussion started by: bobby320
4 Replies

2. Solaris

RPC: Rpcbind failure - RPC: Timed out error (solaris)

C: Rpcbind failure - RPC: Timed out error (solaris) hello an nfs server on my sun fire v440 is not responding , i get the error bellow and lots of my networking services are not reponding, please helppppp its an emergency RPC: Rpcbind failure - RPC: Timed out i also get NFS server... (2 Replies)
Discussion started by: feg
2 Replies

3. Solaris

Error : "RPC: Rpcbind failure - RPC: Timed out"

Hello I am having an issue with a server SUN FIRE T2000 (Solaris 10). First of all the server didn't boot normaly so I did a full restoration of the file systems. Now the server boot, most of the services are available (not all the services), but I keep on seeing RPC: Rpcbind failure -... (4 Replies)
Discussion started by: feg
4 Replies

4. Solaris

RPC: Rpcbind failure - RPC: Timed out

while i trying to mount from NAS i have this messages mount -F nfs -o rw 172.16.110.13:/tremabkup /tremabkup nfs mount: 172.16.110.13: : RPC: Rpcbind failure - RPC: Timed out nfs mount: retrying: /tremabkup nfs mount: 172.16.110.13: : RPC: Rpcbind failure - RPC: Timed out nfs mount:... (2 Replies)
Discussion started by: thecobra151
2 Replies

5. Solaris

rpcbind failure

Hello experts.. What is the meaning of " RPC : rpcbind failure" in NFS ? What would be the reason for that? How can i resolve that issue? give me all aspects (all views).. Thanks in advance... (1 Reply)
Discussion started by: younus_syed
1 Replies

6. Solaris

NFS write failed for server.....error 11 (RPC: Server can't decode arguments)

Hello! I have a Linux nfs server (called server100 below) with a export nfs. My problem is that the Solaris client (called client100 below) doesn't seems to like it. In the Solaris syslog I got following messages (and after a while the solaris client behave liked its hanged/to buzy). Also see... (3 Replies)
Discussion started by: sap4ever
3 Replies

7. Solaris

NFS and RPC in Solaris 10

I have been told to disable the rpc processes such as rstat and rusers on some servers for security concerns, what if I am running NFS on those servers. Would it affect the NFS since both rstat and rusers are nfs daemons?? I MUST have the NFS running on the server. Can I disable rstat and rusers... (2 Replies)
Discussion started by: mitsurughi
2 Replies

8. UNIX for Dummies Questions & Answers

can not get netapp to mount RPC Not registered error

getting "NFS mount: netapp : RPC: Program not registered" error searched the site but none of the fixes from previous threads are helping (2 Replies)
Discussion started by: calamine
2 Replies

9. AIX

Problem with NFS & rpc.lockd-Help Needed

We have windows clients that access drawing files shared from our AIX server using NFS. The Windows clients are intermittently unable to open files or access the system. For some reason restarting the rpc.lockd temporarily resolves the problem. However, that is the only clue I have to what the... (1 Reply)
Discussion started by: theologic
1 Replies

10. Solaris

RPC failure on yp operation

Hi....I just changed the hostnname on some of my servers.., changing the NIS master hostname first... I was able to bring the NIS master back up but when I tried to si - to a different group of users, I got the following error message: RPC failure on yp operation Anyone knows what else I... (1 Reply)
Discussion started by: Remi
1 Replies
Login or Register to Ask a Question