当前位置:   article > 正文

小记nfs遇到的问题及解决方法_failed to start nfs-secure-server.service: unit no

failed to start nfs-secure-server.service: unit not found.

nfs安装步骤:

$ yum install -y  nfs-utils 
$ yum install -y rpcbind
$ sudo systemctl start rpcbind
$ sudo systemctl enable rpcbind
$ sudo systemctl start nfs-server
$ sudo systemctl enable nfs-server
$ sudo firewall-cmd --permanent --add-service=nfs
$ firewall-cmd --permanent --add-service=rpc-bind  # 允许rpc nfs mountd服务通过防火墙
$ firewall-cmd --permanent --add-service=nfs
$ firewall-cmd --permanent --add-service=mountd
$ firewall-cmd --reload  # 刷新防火墙配置
$ vi /etc/exports
	/home/public 219.223.176.224(rw)
$ source /etc/exports
$ exportfs  -av
$ showmount -e #查看挂载了哪些文件夹到哪些客户端
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16

$ systemctl reload nfs报错:

Failed to reload nfs.service: Unit nfs.service not found.
解决方案:直接写全

$ systemctl reload nfs-server
  • 1

服务器可以showmount 出来,客户端无法挂载,RPC远程服务器错误或者找不到网络地址‘NET HELP。。 53’

服务器防火墙问题,要求防火墙允许nfs服务

systemctl start nfs-secure-server报错:

Failed to start nfs-secure-server.service: Unit not found.
不用管,不执行这句就好了

客户端挂载:

# 查看
showmount -e 219.223.179.38
mount \\219.223.178.38\home\output Y:
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/486594
推荐阅读
相关标签
  

闽ICP备14008679号