/etc/exports file controls the nfs exports on a netapp filer. An easy way to edit this file is described below.

From your unix box :

  1. rsh netapp rdfile /etc/exports > /tmp/exports
  2. vi /tmp/exports
  3. rsh netapp wrfile /etc/exports < /tmp/exports
  4. rsh netapp exportfs -a

Leave a Reply

Your email address will not be published. Required fields are marked *