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 a destination volume with ONTAP
-
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
You can use the volume create
command on the destination to create a destination volume. The destination volume should be the same or greater in size than the source volume. Learn more about volume create
in the ONTAP command reference.
Step
-
Create a destination volume:
volume create -vserver SVM -volume volume -aggregate aggregate -type DP -size size
The following example creates a 2-GB destination volume named
volA_dst
:cluster_dst::> volume create -vserver SVM_backup -volume volA_dst -aggregate node01_aggr -type DP -size 2GB