NFS部署与配置
服务端:
yum -y install rpcbind nfs-utils
vim /etc/exports
/home/udbac/shotpot/logs/ 10.153.10.219(rw)
systemctl restart rpcbind nfs
systemctl is-active rpcbind nfs
showmount -e
客户端
yum -y install rpcbind
/etc/init.d/rpcbind start
mount -t nfs 10.243.2.110:/webtrends/udbac/shotpot/logs /data/logs
浙公网安备 33010602011771号