Browse Community
Help
Log In
Responses(3)
Solutions(0)
bergec
275 Posts
1
April 1st, 2014 11:00
You should try the -ignore option of the command line
Also look at /nas/log/cmd_log file on the. Control Station to get an idea of the commands that Unishpere creates
Claude
dynamox
9 Legend
•
20.4K Posts
2
April 1st, 2014 13:00
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -option access=test1.local.company,root=test1.local.company /fs01
vdm01 : done
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -option access=test1.local.company:test2.local.company,root=test1.local.company:test2.local.company /fs01
these commands will generate this output
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -l
vdm01 :
export "/fs01" access=test1.local.company:test2.local.company root=test1.local.company:test2.local.company access=test1.local.company root=test1.local.company
so to add a host test2 to an existing export you would:
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -ignore -option access=test1.local.company:test2.local.company,root=test1.local.company:test2.local.company /fs01
export "/fs01" access=test1.local.company:test2.local.company root=test1.local.company:test2.local.company
bkatrag407
22 Posts
0
April 1st, 2014 14:00
Thank you everyone for your time. Appreciate everyone for your response.
Thank you dynamox. Learned a lot of things from you in this community.
Dell Support Resources
View All
Top
bergec
275 Posts
1
April 1st, 2014 11:00
You should try the -ignore option of the command line
Also look at /nas/log/cmd_log file on the. Control Station to get an idea of the commands that Unishpere creates
Claude
dynamox
9 Legend
•
20.4K Posts
2
April 1st, 2014 13:00
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -option access=test1.local.company,root=test1.local.company /fs01
vdm01 : done
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -option access=test1.local.company:test2.local.company,root=test1.local.company:test2.local.company /fs01
vdm01 : done
these commands will generate this output
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -l
vdm01 :
export "/fs01" access=test1.local.company:test2.local.company root=test1.local.company:test2.local.company access=test1.local.company root=test1.local.company
so to add a host test2 to an existing export you would:
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -ignore -option access=test1.local.company:test2.local.company,root=test1.local.company:test2.local.company /fs01
vdm01 : done
[nasadmin@emcn1vsacs1 ~]$ server_export vdm01 -l
vdm01 :
export "/fs01" access=test1.local.company:test2.local.company root=test1.local.company:test2.local.company
bkatrag407
22 Posts
0
April 1st, 2014 14:00
Thank you everyone for your time. Appreciate everyone for your response.
Thank you dynamox. Learned a lot of things from you in this community.