This post is more than 5 years old
4 Posts
0
2229
October 1st, 2012 18:00
how to unexport a server from NFS exports in Celerra
Code: 6.0.41.403
in my NFS export list i need to remove server hornet from export. i want to know how this can be done from CLI only.
export "/infra_repo" rw=sol-build:build:hornet root=sol-build:build:hornet comment="NFS for infra repository"
No Events found!
dynamox
9 Legend
•
20.4K Posts
1
October 1st, 2012 18:00
server_export server_2 -Protocol nfs -ignore -option rw=sol-build:build,root=sol-build:build,anon=0 /infra_repo
abctx077
4 Posts
0
October 1st, 2012 18:00
awesome. i tried same command but without ignore switch, can you tell me what exactly its doing.
dynamox
9 Legend
•
20.4K Posts
0
October 1st, 2012 18:00
...skipping...
[-ignore]
Overwrites previous options and comments in the export table for the entry.