Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

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.

9 Legend

 • 

20.4K Posts

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

July 18th, 2012 20:00

One last question, what exactly is the difference between r/w and root permissions on NFS exports.

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

9 Legend

 • 

20.4K Posts

July 18th, 2012 20:00

absolutely,  create the directory structure on local file system and mount as you like

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

July 18th, 2012 20:00

is /mnt/local a default directory where we mount the exports?

9 Legend

 • 

20.4K Posts

July 18th, 2012 20:00

yes, just select custom path when you create your file system.

9 Legend

 • 

20.4K Posts

July 18th, 2012 20:00

BalajiPaladugu wrote:

is /mnt/local a default directory where we mount the exports?

it was just an example, you can mount anywhere you want

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.

9 Legend

 • 

20.4K Posts

July 18th, 2012 20:00

9 Legend

 • 

20.4K Posts

July 18th, 2012 20:00

correct,  full path

mount celerra_IP:/usr/sap/trans/ecc /mnt/local

July 18th, 2012 20:00

Thanks dynamox, Thank You very much for all the response.

4 Operator

 • 

8.6K Posts

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

July 19th, 2012 06:00

Thanks Rainer.

No Events found!

Top