Reference Guide

Example
Add an ACL for a single client with the IP address 172.22.69.18 accessing a read-write NFS export named
export1 on a NAS volume named vol2 with a trust type of Everyone:
CLI> NAS-volumes NFS-exports add-acl for-single-client vol2 export1
172.22.69.18 Everyone Yes
NAS-volumes NFS-exports create-folder
Description
Create a new folder for an NFS export.
Format
NAS-volumes NFS-exports create-folder <VolumeName> <ParentFolder>
<Name>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ParentFolder> Parent folder under the NAS
volume
Existing parent folder
<Name> Name of the new folder Less than 255 characters and
may not contain the following
characters: < > " \ | ? *. Also, the
path may not include ., .., and so
on.
Example
Create an NFS export folder named folder1 with a parent folder / on a NAS volume named vol2:
CLI> NAS-volumes NFS-exports create-folder vol2 / folder1
NAS-volumes NFS-exports delete
Description
Delete an NFS export.
Format
NAS-volumes NFS-exports delete <VolumeName> <ExportName>
114
CLI Commands