This post is more than 5 years old
85 Posts
0
1292
July 18th, 2012 20:00
Want to create a File System's for NFS export with costom path.
Hello I want to create file system's for NFS export and they should be having paths like /usr/sap/trans/ecc and /usr/sap/sum. Can we create in this fashion? I just want the file systems to be on these paths.
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
July 18th, 2012 20:00
no problem
[nasadmin@emcvsacs1 ~]$ server_mount server_2
server_2 :
fs06 on /usr/sap/trans/ecc uxfs,perm,rw,accesspolicy=NATIVE
fs07 on /usr/sap/sum uxfs,perm,rw,accesspolicy=NATIVE
BalajiPaladugu
85 Posts
0
July 18th, 2012 20:00
One last question, what exactly is the difference between r/w and root permissions on NFS exports.
BalajiPaladugu
85 Posts
0
July 18th, 2012 20:00
so will there be any error as we are creating the path under the same directory I mean /usr/sap
dynamox
9 Legend
•
20.4K Posts
0
July 18th, 2012 20:00
absolutely, create the directory structure on local file system and mount as you like
BalajiPaladugu
85 Posts
0
July 18th, 2012 20:00
can we have the same mount point on client as the path I mean mount celerra_IP:/usr/sap/trans/ecc /usr/sap/trans/ecc
BalajiPaladugu
85 Posts
0
July 18th, 2012 20:00
is /mnt/local a default directory where we mount the exports?
dynamox
9 Legend
•
20.4K Posts
0
July 18th, 2012 20:00
yes, just select custom path when you create your file system.
dynamox
9 Legend
•
20.4K Posts
0
July 18th, 2012 20:00
it was just an example, you can mount anywhere you want
BalajiPaladugu
85 Posts
0
July 18th, 2012 20:00
so how is the client goona mount it I mean which way. Dose he need to provide the entire path.
dynamox
9 Legend
•
20.4K Posts
0
July 18th, 2012 20:00
page 46
https://support.emc.com/docu41478_Configuring-NFS-on-VNX.pdf?language=en_US
dynamox
9 Legend
•
20.4K Posts
0
July 18th, 2012 20:00
correct, full path
mount celerra_IP:/usr/sap/trans/ecc /mnt/local
BalajiPaladugu
85 Posts
0
July 18th, 2012 20:00
Thanks dynamox, Thank You very much for all the response.
Rainer_EMC
4 Operator
•
8.6K Posts
0
July 19th, 2012 01:00
Or use the alias feature
Then it will create and mount it at the default point plus create an additional alias (link) to export it under another path
See the NFS manual
BalajiPaladugu
85 Posts
0
July 19th, 2012 06:00
Thanks Rainer.