SOP NFS Client Side Activity-1
SOP NFS Client Side Activity-1
Step 1.2 : Enable the required services of nfs (nfs-idmap, nfs-lock, rpcbind) by using ‘systemctl
enable’.
Step 1.3 : Now check the status of services by using ‘Systemctl status’.
Step 2 : Checking the mount information for an NFS server and mounting them to local
mount points.
Step 2.1 : Run the command ‘showmount -e’ to display the remote NFS server mount information.
Step 2.3 : Now mount the NFS mounts to local mount point by using command ‘mount’ and ip
address of server, give correct path of mounts as shown in below fig.
Step 2.4 : Run the command ‘df -h’ to check mount points of NFS mount points
Step 3 : Editing some files which are stored in shared storage part.
Step 3.1 : To check working of NFS edit a file which is stored in shared storage part. This part of
storage is common for server side as well as client side means the changes made in file are
reflected at both the sides.