Paul,
Try restart of rpc service in NFS server (10.101.140.117) and give it a try at client side.
In Solaris 10,
svcadm disable rpc/bind ( to Stop)
svcadm enable rpc/bind ( Start)
svcs -x rpc/bind ( to get the status).
Prior to Solaris 10,
/etc/init.d/rpcbind stop
/etc/init.d/rpcbind start.







Paul Durrant wrote, On 03/16/2009 03:31 PM:
Akhil Jain wrote:
Hi All,

Want to know why I am getting the RPC bind failure error when I try to mount a file system? Although the remote system is pingable from my machine.

mount -o proto=udp 10.101.140.117: /vob/3g
nfs mount: 10.101.140.117: : RPC: Rpcbind failure - RPC: Timed out


Perhaps the space between the ':' and '/vob/3g' is your problem?


_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to