RED HAT PPT 23 Jul, 2014 Share facebook twitter whatsapp IT EXPERT TRAINING IT Technology information 2 comments Pradhyuman2 September 2023 at 13:02systemctl start rpcbind.servicemkdir /server/appschmode 777 vim /etc/exports/app 192.168.4.0/24(rw,sync)exportfs -rv firewall-cmd --permanent --add-service=nfs firewall-cmd --permanent --add-service=mountd firewall-cmd --permanent --add-service=rpc-bind firewall-cmd --reload=======client yum install nfs-utils systemctl enable nfs-server.servicesystemctl start rpcbind.servicesystemctl stop firewall /iptable showmount -e 192.168.4.1 (serve3r ip address)mkdir /mnt/appsmount 192.168.4.1:/server/apps /mnt/appsdf -hReplyDeleteRepliesAnonymous15 September 2023 at 11:56systemctl restart nfsDeleteRepliesReplyReplyAdd commentLoad more...
systemctl start rpcbind.service
ReplyDeletemkdir /server/apps
chmode 777
vim /etc/exports
/app 192.168.4.0/24(rw,sync)
exportfs -rv
firewall-cmd --permanent --add-service=nfs
firewall-cmd --permanent --add-service=mountd
firewall-cmd --permanent --add-service=rpc-bind
firewall-cmd --reload
=======
client
yum install nfs-utils
systemctl enable nfs-server.service
systemctl start rpcbind.service
systemctl stop firewall /iptable
showmount -e 192.168.4.1 (serve3r ip address)
mkdir /mnt/apps
mount 192.168.4.1:/server/apps /mnt/apps
df -h
systemctl restart nfs
Delete