How to share files between two servers?
Ans:-We can share file between two aix servers by using nfs
1) vi /etc/exports
add ebtries like
/pathnametoshare *(ro,sync)
then save file.
2) exportsfs -a
3) verify by using
showmount -e servername

No comments:

Post a Comment