Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1020

June 1st, 2017 13:00

How to add new server to existing mount point via CLI (Celerra NS-GS)

I need to make a change to an existing NFS mount point in which I need to add additional servers.  This is on an old Celerra NS-G2 (version 6.0.43-1).  My problem is that I'm not able to launch the GUI so I need to make this change via CLI.  What is the command to add a new server with RW permission to a u02 mount point?

Any assistance would be greatly appreciated.

9 Legend

 • 

20.4K Posts

June 5th, 2017 12:00

[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -option access=test1.local.company,root=test1.local.company /fs01

vdm01 : done

to add server test2.local.company to existing export

[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -ignore -option access=test1.local.company:test2.local.company,root=test1.local.company:test2.local.company /fs01

vdm01 : done

1 Rookie

 • 

39 Posts

June 5th, 2017 12:00

Thanks, that syntax worked for me!

4 Operator

 • 

8.6K Posts

June 6th, 2017 03:00

you can find this and much more if you go to support.emc.com and download the PDF manuals

I would recommend at least the command reference guide for file plus the managing NFS on VNX

No Events found!

Top