Network and Storage Protocols
Network and Storage Protocols
What is an easy / quick way to temporarily stop exporting a NFS share on CDOT?
unmount
A follow-up.
What is an easy way to list all exporting NFS shares on CDOT?
"exportfs" would be the one on 7-mode.
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.
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