Enabling Encryption on an Existing Volume with the Volume Move Start command

You can use the volume move start command to enable encryption by moving an existing volume.

  1. Move an NAE volume to an NVE volume (vol0 is an NAE volume will convert this to NVE volume) and verify its status.

›_ Console

cluster1::>volume move start -vserver SVM_name -volume volume_name destination-aggregate aggregate_name -encrypt-with-aggr-key false         

For example: 
Cluster1::> volume move start -vserver svm1 -volume vol0 -destinationaggregate aggr1 -encrypt-with-aggr-key false 

Cluster1::> volume move show -vserver svm1 -volume vol0 
tmpkhjuth5k.jpg

Moving an NAE volume to an NVE volume

  1. Move an NVE volume to an NAE volume (vol0 is an NVE volume will convert this to NAE volume) and verify its status.

›_ Console

Cluster1::> volume move start -vserver SVM_name -volume volume_name destination-aggregate aggregate_name -encrypt-with-aggr-key true          

For example: 

Cluster1::> volume move start -vserver svm1 -volume vol0 -destinationaggregate aggr1 -encrypt-with-aggr-key true 
Cluster1::> volume move show -vserver svm1 -volume vol0 
tmpkohln33d.jpg

Moving an NVE volume to an NAE volume