NFS无法启动解决方式
今天一台挂载nfs磁盘的服务器出现异常,数据不能写入,执行 df -h 卡住不动。
登录nfs server查看发现nfs为启动。
- [root@server10-13 web]# exportfs
- [root@server10-13 web]# ps -ef|grep nfs
- root 5340 5151 0 14:30 pts/1 00:00:00 grep nfs
执行启动nfs,报错信息如下:
- [root@server10-13 web]# service nfs start
- Starting NFS services: [ OK ]
- Starting NFS quotas: Cannot register service: RPC: Unable to receive; errno = Connection refused
- rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
- [FAILED]
- Starting NFS mountd: rpc.mountd: svc_tli_create: could not open connection for udp6
- rpc.mountd: svc_tli_create: could not open connection for tcp6
- rpc.mountd: svc_tli_create: could not open connection for udp6
- rpc.mountd: svc_tli_create: could not open connection for tcp6
- rpc.mountd: svc_tli_create: could not open connection for udp6
- rpc.mountd: svc_tli_create: could not open connection for tcp6
- [FAILED]
- Starting NFS daemon: rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)
- rpc.nfsd: address family inet6 not supported by protocol TCP
- rpc.nfsd: unable to set any sockets for nfsd
- [FAILED]
通过错误信息判断可能是由于rpc导致的 ,具体解决方式
- [root@server10-13 web]# /etc/init.d/rpcbind restart
- Stopping rpcbind: [FAILED]
- Starting rpcbind: [ OK ]
- [root@server10-13 web]# service nfslock start
- Starting NFS statd: [ OK ]
- [root@server10-13 web]# service nfs start
- Starting NFS services: [ OK ]
- Starting NFS quotas: [ OK ]
- Starting NFS mountd: rpc.mountd: svc_tli_create: could not open connection for udp6
- rpc.mountd: svc_tli_create: could not open connection for tcp6
- rpc.mountd: svc_tli_create: could not open connection for udp6
- rpc.mountd: svc_tli_create: could not open connection for tcp6
- rpc.mountd: svc_tli_create: could not open connection for udp6
- rpc.mountd: svc_tli_create: could not open connection for tcp6
- [ OK ]
- Starting NFS daemon: rpc.nfsd: address family inet6 not supported by protocol TCP
- [ OK ]
- Starting RPC idmapd: [ OK ]
再次查看nfs信息
- [root@server10-13 web]# exportfs
- /home/web/crawler
- 192.168.10.0/24
Client 等待2分钟后,磁盘恢复正常。
NFS无法启动解决方式的更多相关文章
- Rational Rose2007无法正常启动解决方式
安装完Rational Rose发现无法正常启动,我遇到了下面两个问题,希望能帮到同样经历的同学. 问题一: 安装完Rational Rose后不能用,提演示样例如以下:无法启动此程序,由于计算机中丢 ...
- 安装和启动tftp-server服务器及可能出现Redirecting to /bin/systemctl restart xinetd.service问题的解决方式
安装和启动tftp-server服务器及可能出现Redirecting to /bin/systemctl restart xinetd.service问题的解决方式 1)首先,检查服务器已安装的tf ...
- 启动apache (OS 10022)提供了一个无效的參数。解决方式
今天 apache 突然启动不起来了,查看了一下错误日志发现了例如以下错误: [Tue Mar 17 11:27:32 2015] [crit] Parent: child process exite ...
- eclipse启动tomcat内存溢出的解决方式
eclipse启动tomcat内存溢出的解决方式 ——IT唐伯虎 摘要:eclipse启动tomcat内存溢出的解决方式. 1.打开Run Configurations 2.在VM arguments ...
- Eclipse启动Tomcat时,45秒超时解决方式
Eclipse启动Tomcat时,45秒超时解决方式 在Eclipse中启动Tomcat服务器时,经常由于系统初始化项目多,导致出现45秒超时的Tomcat服务器启动错误. 一般通过找到XML配置文 ...
- 【Mac双系统设置系统默认启动系统】解决方式
解决方式1: 开机时长按option键,进入系统选择界面: 用左右方向键选择到你要设置为默认启动的盘, 然后同一时候按下ctrl+enter键.就可以将其设置为默认启动的系统. 解决方式2: 选择ma ...
- Android Activity启动黑/白屏原因与解决方式
Android Activity启动黑/白屏原因与解决方式 我们新建一个HelloWorld项目,运行在手机上时,Activity打开之前会有一个动画,而这个动画里是全白或者全黑的(取决于你的主题是亮 ...
- Ubuntu安装出现左上角光标一直闪解决方式
Ubuntu安装出现左上角光标一直闪解决方式: 01下载ubunu http://cn.ubuntu.com/download/ 02.软碟通 http://pan.baidu.com/s/1qY8O ...
- Matplot中文乱码完美解决方式
一.改动matplotlibrc文件 (永久解决方式) 1. 定位matplotlibrc文件 该文件位于[python_install_dir]\Lib\site-packages\matplotl ...
随机推荐
- Java面向对象(Eclipse高级、类与接口作为参数返回值)
面向对象 今日内容介绍 u Eclipse常用快捷键操作 u Eclipse文档注释导出帮助文档 u Eclipse项目的jar包导出与使用jar包 u 不同修饰符混合使用细节 u 辨析何时定义变 ...
- centos7编译安装zabbix的错误
[Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through s ...
- A Survey of Machine Learning Techniques Applied to Software Defined Networking (SDN): Research Issues and Challenges
将机器学习用到SDN中的综述:研究的问题和挑战 从流量分类.路由优化.服务质量(Qos)/体验质量(QoE)预测.资源管理和安全性的角度,回顾了机器学习算法如何应用于SDN领域. 相关知识 在SDN中 ...
- angular2+中数据变更子组件页面未更新
引入监测 import {ChangeDetectorRef} from '@angular/core'; constructor( private changeDetectorRef:ChangeD ...
- loadrunner基础学习笔记五-场景
场景目标:模拟10家旅行社同时登录.搜索航班.购买机票.查看航班路线并退出 负载测试是指在典型工作条件下测试应用程序,例如:多家旅行社同时在同一个机票预订系统中预订机票 controller提供所有用 ...
- c-lodop云打印实现手机打印 JS语句打印
Lodop和c-lodop目前只能安装到windows操作系统上,但是其他操作系统可通过向C-Lodop安装的电脑发送打印任务,实现手机广域网或局域网打印,打印语句也是简单的JS语句,可以轻松实现云打 ...
- Fiddler4入门——手机抓包
一.下载工具包 百度搜索”fiddler 下载“ ,安装最新版本 下载的软件安装包为“fiddler_4.6.20171.26113_setup.exe”格式,双击安装.安装成功,在“开始”-“所有程 ...
- Quartz.NET 前一次任务未执行完成时不触发下次的解决方法
如图所示,在Job 上 加 [DisallowConcurrentExecution] 特性
- Google社交梦之隐私问题
导读 2011年6月底,Google+ 作为Facebook最有力狙击者的身份诞生,同时以隐私功能作为两者主要区分点:2018年10月,Google+被曝发生重大隐私泄露问题,消费版本被宣布仅剩10个 ...
- BZOJ3261最大异或和——主席树
题目描述 给定一个非负整数序列{a},初始长度为N. 有M个操作,有以下两种操作类型: 1.Ax:添加操作,表示在序列末尾添加一个数x,序列的长度N+1. 2.Qlrx:询问操作,你需要找到一个位置p ...