操作前,请确认 关闭所有设备防火墙
在各个主机及宿主机下,有一个通用账户,在主机重启之时仍然存在。root 不能够直接登录时,用该账户登录进行下述操作
control :
systemctl start ypserv
systemctl start ypbind
systemctl start rpcbind
service yppasswdd start
systemctl start nfs
在主机中添加宿主机
/usr/lib64/yp/ypinit -m
在宿主机上连接主机
systemctl start ypserv
systemctl start ypbind
systemctl start rpcbind
service yppasswdd start
service nfs start
/usr/lib64/yp/ypinit -s HostName
以下操作,在对应文件缺失的系统中进行
挂载 mount 的含义:将额外系统与根文件系统某现存的目录建立起关联联系
卸载 umount
mount -t nfs HostIPAddress:UserAccount UserAccountName
mount -t nfs HostIPAddress:Disk DiskName
主机启动之后,一些应用服务需要重新启动,如 nginx, frpc
拓展阅读 文件服务器之一:NFS 服务器