NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

a way to temporarily suspend a NFS share on CDOT

netappmagic
6,107 Views

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

4 REPLIES 4

JSHACHER11
6,103 Views

unmount

netappmagic
6,084 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
6,046 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
5,993 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