ONTAP Discussions

seeking the similar command on CDOT to "exportfs" on 7-mode

netappmagic
9,209 Views

on 7-mode, I could use "exportfs" command to display all exported file systems, or check /etc/exports.

 

Are there any similar command on CDOT?

 

vol export-policy show only display policy not the list of exported file system.

 

Please share, if somebody knows

2 REPLIES 2

DREW_RUSSELL
9,172 Views

The Clustered Data ONTAP® 8.2 Command Map for 7-Mode Administrators is great resource for questions this this.

 

In this particular case exportfsv maps to vserver export-policy .

KamilB
9,143 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.

Public