How to Add NAS path on the mount point on RHEL 5.7.
This is a short note on adding the NAS path once it has been allocated by the EMC storage Engineer for the respective servers.
You will get the path information looking like this:
file://10.168.11.111/234590_MQL.
You have to convert that according to the fstab file syntax.
10.168.11.111:/234590_MQL /usr/app/share nfs rw,nolock,soft,intr,bg,nfsvers=3,rsize=32768,wsize=32768,proto=tcp 0 0
Now reboot the server and run df -h command to check the NAS mount.
Below is an example:
root@sandbox03 ~ # df -h
Filesystem Size Used Avail Use% Mounted on
10.168.11.111:/234590_MQL
197G 608K 197G 1% /usr/app/share
Thanks,
-Raj
No comments:
Post a Comment