Reference Guide

Argument Description Format
<ReadWrite> Indicate whether the NFS export
is readwrite
Possible values are Yes, No
Example
Add an ACL for all clients in a netgroup named group1 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-clients-in-netgroup vol2 export1
group1 Everyone Yes
NAS-volumes NFS-exports add-acl for-all-clients
Description
Add an ACL (access control list) for all clients accessing an NFS export.
Format
NAS-volumes NFS-exports add-acl for-all-clients <VolumeName> <ExportName>
<TrustUsers> <ReadWrite>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ExportName> NFS export name Existing NFS export name
<TrustUsers> Type of users to which this NFS
export should be available
Possible values are Nobody,
Everyone, EveryoneExceptRoot
<ReadWrite> Indicate whether the NFS export
is readwrite
Possible values are Yes, No
Example
Add an ACL for all clients accessing a read-write NFS export named export1 on a NAS volume named vol2
with a trust type of EveryoneExceptRoot:
CLI> NAS-volumes NFS-exports add-acl for-all-clients vol2 export1
EveryoneExceptRoot Yes
NAS-volumes NAS-pool view
Description
Display current NAS pool information.
208