NetApp Data ONTAP 7-Mode CLI Commands [Old Device]
Operation | Command | Complement |
---|---|---|
Display exports file | rdfile /etc/exports rdfile /vol/vol0/etc/exports | |
Displays all exported file system paths. | exportfs | |
Exports all file system paths specified in the /etc/exports file. | exportfs -a | |
Exports all file system paths specified in the /etc/exports file and unexports all file system paths not specified in the /etc/exports file. | exportfs -r | If you delete the configuration from the exports file, you must do 'exportfs -r' insted of 'exportfs -a' |
Flushes entries from the access cache. | exportfs -f exportfs -f PATH | |
Checks whether NFS clients have a specific type of access to a file system path. | exportfs -c 192.168.208.51 /vol/vol0 | |
Exports a file system path and adds a corresponding export entry to the /etc/exports file. | exportfs -p /vol/nfs1 | |
Unexports a file system path. | exportfs -u /vol/nfs1 | |
Unexports a file system path and removes its export entry from the /etc/exports file. | exportfs -z /vol/nfs1 |