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.

ONTAP Discussions

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

netappmagic
11,054 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
11,017 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
10,988 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