Reference Guide

Example
Delete an ACL for all clients in the subnet 172.22.69.0 /24 accessing an NFS export named export1 on a
NAS volume named vol2 with a trust type of Everyone:
CLI> NAS-volumes NFS-exports delete-acl for-clients-in-subnet vol2 export1
172.22.69.0 24 Everyone
NAS-volumes NFS-exports delete-acl for-single-client
Delete an ACL for a single client accessing an NFS export.
Format
NAS-volumes NFS-exports delete-acl for-single-client <VolumeName> <ExportName>
<Client> <TrustUsers>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ExportName> NFS export name Existing NFS export name
<Client> Client to which this NFS export
should be available
Existing host name or IP address
in the format: 'x.x.x.x'
<TrustUsers> Type of users to which this NFS
export should be available
Possible values are Nobody,
Everyone, EveryoneExceptRoot
Example
Delete an ACL for a single client 172.22.69.18 accessing an NFS export named export1 on a NAS volume
named vol2 with a trust type of Everyone:
CLI> NAS-volumes NFS-exports delete-acl for-single-client vol2 export1
172.22.69.18 Everyone
NAS-volumes NFS-exports edit
Modify the NFS export settings.
Format
NAS-volumes NFS-exports edit <VolumeName> <ExportName> {options}
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ExportName> NFS export name Existing NFS export name
CLI Commands
117