Move an encrypted volume in 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...
You can use the volume move start
command to move an encrypted volume. The moved volume can reside on the same aggregate or a different aggregate.
The move will fail if the destination node or destination volume does not support volume encryption.
The -encrypt-destination
option for volume move start
defaults to true for encrypted volumes. The requirement to specify you do not want the destination volume encrypted ensures that you do not inadvertently unencrypt the data on the volume.
You must be a cluster administrator to perform this task. Alternately, you can be an SVM administrator to whom the cluster administrator has delegated authority. For more information, see delegate authority to run the volume move command.
-
Move an existing encrypted volume and leave the data on the volume encrypted:
volume move start -vserver SVM_name -volume volume_name -destination-aggregate aggregate_name
Learn more about
volume move start
in the ONTAP command reference.The following command moves an existing volume named
vol1
to the destination aggregateaggr3
and leaves the data on the volume encrypted:cluster1::> volume move start -vserver vs1 -volume vol1 -destination-aggregate aggr3
-
Verify that the volume is enabled for encryption:
volume show -is-encrypted true
Learn more about
volume show
in the ONTAP command reference.The following command displays the encrypted volumes on
cluster1
:cluster1::> volume show -is-encrypted true Vserver Volume Aggregate State Type Size Available Used ------- ------ --------- ----- ---- ----- --------- ---- vs1 vol1 aggr3 online RW 200GB 160.0GB 20%