Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

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"

9 Legend

 • 

20.4K Posts

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

4 Posts

October 1st, 2012 18:00

awesome. i tried same command but without ignore switch, can you tell me what exactly its doing.

9 Legend

 • 

20.4K Posts

October 1st, 2012 18:00

...skipping...

[-ignore]

Overwrites previous options and comments in the export table for the entry.

No Events found!

Top