技术人才总结的九大常见NFS服务器故障

服务器 服务器运维
NFS服务器故障有很多,这位朋友为您总结了常见的9大NFS服务器故障,希望对您能有所帮助。

NFS服务器故障有很多,这位朋友为您总结了常见的9大NFS服务器故障,希望对您能有所帮助。

1、The rpcbind failure error
故障现象:
nfs mount: server1:: RPC: Rpcbind failure
RPC: Timed Out
nfs mount: retrying: /mntpoint
原因:
***,可能因为客户机的hosts文件中存在错误的ip地址、主机名或节点名组合;
第二,服务器因为过载而暂时停止服务。

2、The server not responding error
现象:
NFS server server2 not responding, still trying
原因:
***,网络不通,用ping命令检测一下。
第二,服务器关机。

3、The NFS client fails a reboot error
现象:
启动客户机后停住了,不断显示如下提示信息:
Setting default interface for multicast: add net 224.0.0.0: gateway:
client_node_name.
原因:
在etc/vfstab的mount选项中使用了fg而又无法成功mount服务器上的资源,改成bg或将该行注释掉,直到服务器可用为止。

4、The service not responding error
现象:
nfs mount: dbserver: NFS: Service not responding
nfs mount: retrying: /mntpoint
原因:
***,当前级别不是级别3,用who –r查看,用init切换。
第二,NFS Server守护进程不存在,用ps –ef | grep nfs检查,用/etc/init.d/nfs.server start启动。

5、The program not registered error
现象:
nfs mount: dbserver: RPC: Program not registered
nfs mount: retrying: /mntpoint
原因:
***,当前级别不是级别3。
第二,mountd守护进程没有启动,用/etc/init.d/nfs.server脚本启动NFS守护进程。
第三,看/etc/dfs/dfstab中的条目是否正常。

6、The stale file handle error
现象:
stale NFS file handle
原因:
服务器上的共享资源移动位置了,在客户端使用umount和mount重新挂接就可以了。

7、The unknown host error
现象:
nfs mount: sserver1:: RPC: Unknown host
原因:
hosts文件中的内容不正确。

8、The mount point error
现象:
mount: mount-point /DS9 does not exist.
原因:
该挂接点在客户机上不存在,注意检查命令行或/etc/vfstab文件中相关条目的拼写。

9、The no such file error
现象:
No such file or directory.
原因:
该挂接点在服务器上不存在,注意检查命令行或/etc/vfstab文件中相关条目的拼写。

责任编辑:桑丘 来源: 小木鱼的博客
相关推荐

2009-12-04 09:47:47

LinuxNFS服务器

2009-09-08 15:54:21

NFS服务器

2009-09-08 15:41:08

NFS服务器

2022-10-12 13:58:27

研发管理职业发展

2009-09-17 15:40:17

2009-06-27 20:20:00

LinuxNFS故障

2017-05-23 09:00:07

2009-09-17 12:58:52

2009-08-18 15:26:01

服务器常见故障

2010-08-25 15:11:44

DHCP服务器

2009-10-21 14:16:50

服务器故障排除

2018-01-12 16:41:50

技术人转行管理

2011-08-11 14:44:34

X86服务器故障

2010-08-05 13:58:33

NFS故障

2009-08-14 17:34:02

2010-08-17 13:18:38

2010-08-18 09:42:56

2010-02-24 16:18:18

2013-03-22 10:42:47

技术服务器访问

2018-07-10 14:39:56

点赞
收藏

51CTO技术栈公众号