Network and Storage Protocols

a way to temporarily suspend a NFS share on CDOT

netappmagic
3,913 Views

What is an easy / quick way to temporarily stop exporting a NFS share on CDOT?

4 REPLIES 4

JSHACHER11
3,909 Views

unmount

netappmagic
3,890 Views

A follow-up.

 

What is an easy way to list all exporting NFS shares on CDOT?

"exportfs" would be the one on 7-mode.

KamilB
3,852 Views

Assuming you do not use the default export policy but you create your own one(s) (which I would recommend), you can use:

vol show -policy !default

 or

qtree show -export-policy !default

 depending on your needs.

phoebeg
3,799 Views

We can also list all exports from a SVM namespace.

 

If you are using cDOT 8.3, showmount now provides a bit more information than previously.

 

If you are using cDOT 8.2.x or earlier, you can use the following utility: http://mysupport.netapp.com/NOW/download/tools/showmount_plugin_cdot/

There is a FAQ for the utility here: https://kb.netapp.com/support/index?page=content&id=3014179

 

Public