资源描述:
《nfs挂载时候系统提示出错的解决方法》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、挂载时系统提示:mount,nfs:Input/outputerror解决方法问题描述:天津公司企业总机平台每天会定时把配置文件同步到杭州的备份服务器上,最近发现很多文件都无法按照设置的同步过来,通过分析发现系统没有办法挂载杭州备份服务器上通过"FS共享的目录。采用手工的方式共享时出现如下错误:[root@localhostetc]#mount-tnfs-ohard192.168.2.79:/data/backup/DB_DATA/2009/tianjin/home/calldatcback/DBDATAmo
2、unt・nfs:Input/outputerror//出错信息解决方法如下:一、检查NFS服务端设置(NFS服务端IP:192.168.2.79)1.操作系统版本:[root@localhostdata]#lsbrelease-aLSBVersion::core-3.l-ia32:core-3.1-noarch:graphics-3.I~ia32:graphics-3.1-noarchDistributorID:RedHatEnterpriseServerDescription:RedHatEnterpris
3、eLinuxServerrelease5(Tikanga)Release:5Codename:Tikemgo2.检查portmap服务运行状态(因为NFS及其辅助程序都是基于RPC的,所以我们要确保系统中首先运行portmap服务)[root©localhostdata]#iduid=O(root)gid=0(root)groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),101(pkcsl1)coniext=root:system_r
4、:unconfined_l:SystemLow-SystemHigh[root@localhostdata]#serviceportmapstatusportmap(pid2238)isrunning.・・结果显示portmap服务是运行的.1.检查nfs的配置[root@localhostdata]#exportfs-v/data/backup/CFG_DATA/2009/chongqing192.168.70.45(rw,wdelay,no_root_squash,no_subtree_check,ano
5、nuid二65534,anongid=65534),/data/backup/CFGDATA/2009/tianjin192.168.204.2(rw,wdelay,norootsquash,nosubtreecheck,anonuid=65534,anongid=65534)/data/backup/DB_DATA/2009/chengdou192.168.205.4(rw,wdelay,no_root_squash,no_subtree_check,anonuid=65534,anongid=65534)
6、/data/backup/DBDATA/2009/shanghai192.168.203.8(rw,wdelay,no_root_squash,no_subtree_check,anonuid二65534,anongid=65534)/data/backup/DBDATA/2009/shenzhen192.168.201.4(rw,wdelay,no_root_squash,no_subtree_check,anonuid二65534,anongid=65534)/data/backup/DBDATA/200
7、9/tianjin/data/backup/DB_DATA/2009/tianjin目录已经共享。1.检查nfs服务运行状态[root@localhostdata]#servicenfsstatusrpc・mountd(pid2706)isrunning・・・nfsd(pid27032702270127002699269526942693)isrunning...rpc.rquotad(pid2672)isrunning...结果显示nfs服务也是运行的,说明服务器端运行正常,应该是没有什么问题的。接下来的工
8、作应该就是要检查客户端的问题了。二、检查NFS服务端设置(NFS客户端IP:192.168.204.2)1.检查portmap服务运行状态(因为NFS及其辅助程序都是基于RPC的,所以我们要确保系统中首先运行portmap服务).[root@localhost〜]#serviceportmapstatusportmap已停问题原因已经找到了,原来是说客户端的portmap服务没有开起来。2.开启po