Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

NFS Mount : mount server reported tcp not available, falling back to udp : Error - response (1) by sk186052

$
0
0

If your nfs client has this:
# mount -t nfs NFSSERVERNAME:/Disk /desitnation_Folder
mount server reported tcp not available, falling back to udp
mount: RPC: Program not registered
and this:
# rpcinfo -p nfsserver-ip-address
No remote programs registered.
you may have tcpwrappers in the nfs server, so, in the nfs server edit /etc/hosts.allow and add:
portmap : ip : ALLOW
portmap : ALL : DENY
nfs-server : ip : ALLOW
nfs-server: ALL : DENY
do not restart anything, just mount your filesystem in the client
 


Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>