The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Create an export policy
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Before creating export rules, you must create an export policy to hold them. You can use the vserver export-policy create
command to create an export policy.
Steps
-
Create an export policy:
vserver export-policy create -vserver vserver_name -policyname policy_name
The policy name can be up to 256 characters long.
-
Verify that the export policy was created:
vserver export-policy show -policyname policy_name
Example
The following commands create and verify the creation of an export policy named exp1 on the SVM named vs1:
vs1::> vserver export-policy create -vserver vs1 -policyname exp1 vs1::> vserver export-policy show -policyname exp1 Vserver Policy Name --------------- ------------------- vs1 exp1