RHEL6下NFS启动报错clnt_create:RPC:Unknown host
# /etc/init.d/nfs start 正常
# showmount -e localhost 报错:
clnt_create:RPC:Unknown host
解决:
# /etc/init.d/rpcsvrgssd status
rpc.svrgssd is stopped
# /etc/init.d/rpcsvrgssd start
# /etc/init.d/nfs restart
此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/57954.html