NFS服务器故障有很多。这位朋友为您总结了九种常见的NFS服务器故障,希望对您有所帮助。1.TherpcbindfailureerrorSymptom:nfsmount:server1::RPC:RpcbindfailureRPC:TimedOutnfsmount:retrying:/mntpoint原因:***,可能是客户端hosts文件中的ip地址和主机名错误或节点名称的组合;第二,服务器因过载而暂时停止服务。2.servernotresponding错误现象:NFS服务器server2没有响应,还在尝试中原因:***,网络不通,用ping命令查看。第二,服务器关闭。3、NFS客户端失败重启错误现象:客户端启动后停止,并不断显示如下提示信息:Settingdefaultinterfaceformulticast:addnet224.0.0.0:gateway:client_node_name。原因:在etc/vfstab的挂载选项中如果使用fg却无法成功挂载服务器上的资源,将其改为bg或者注释掉这一行,直到服务器可用。4.Theservicenotresponding错误现象:nfsmount:dbserver:NFS:Servicenotrespondingnfsmount:retrying:/mntpoint原因:***,当前级别不是3级,使用who–r查看,使用init切换.二、NFSServer守护进程不存在,用ps–ef|查看grepnfs,并使用/etc/init.d/nfs.serverstart启动它。5.Theprogramnotregistered错误现象:nfsmount:dbserver:RPC:Programnotregisterednfsmount:retrying:/mntpoint原因:***,当前级别不是3级。二、mountd守护进程没有启动,使用/etc/init.d/nfs.server脚本启动NFS守护进程。第三,检查/etc/dfs/dfstab中的条目是否正常。6、stalefilehandle错误现象:staleNFSfilehandle原因:服务器上的共享资源已经移动,可以在客户端使用umount和mount重新挂载。7、Theunknownhost错误现象:nfsmount:sserver1::RPC:Unknownhost原因:hosts文件内容不正确。8.挂载点错误现象:mount:mount-point/DS9doesnotexist。原因:安装点在客户端计算机上不存在。注意检查命令行或/etc/vfstab文件中相关条目的拼写。9、Nosuchfile错误现象:Nosuchfileordirectory。原因:服务器上不存在挂载点。注意检查命令行或/etc/vfstab文件中相关条目的拼写。
