Configure NetApp Volume Encryption on an SVM root volume
Beginning with ONTAP 9.14.1, you can enable NetApp Volume Encryption (NVE) on a storage VM (SVM) root volume. With NVE, the root volume is encrypted with a unique key, enabling greater security on the SVM.
NVE on an SVM root volume can only be enabled after the SVM has been created.
-
The SVM root volume must not be on an aggregate encrypted with NetApp Aggregate Encryption (NAE).
-
You must have enabled encryption with the Onboard Key Manager or an external key manager.
-
You must be running ONTAP 9.14.1 or later.
-
To migrate an SVM containing a root volume encrypted with NVE, you must convert the SVM root volume to a plain text volume after the migration completes then re-encrypt the SVM root volume.
-
If the destination aggregate of the SVM migration uses NAE, the root volume inherits NAE by default.
-
-
If the SVM is in an SVM disaster recovery relationship:
-
Encryption settings on a mirrored SVM are not copied to the destination. If you enable NVE on the source or destination, you must separately enable NVE on the mirrored SVM root volume.
-
If all aggregates in the destination cluster use NAE, the SVM root volume will use NAE.
-
You can enable NVE on an SVM root volume with the ONTAP CLI or System Manager.
You can enable NVE on the SVM root volume in-place or by moving the volume between aggregates.
-
Convert the root volume to an encrypted volume:
volume encryption conversion start -vserver svm_name -volume volume
-
Confirm the encryption succeeded. The
volume show -encryption-type volume
displays a list of all volumes using NVE.
-
Initiate a volume move:
volume move start -vserver svm_name -volume volume -destination-aggregate aggregate -encrypt-with-aggr-key false -encrypt-destination true
For more information about
volume move
, see Move a volume. -
Confirm the
volume move
operation succeeded with thevolume move show
command. Thevolume show -encryption-type volume
displays a list of all volumes using NVE.
-
Navigate to Storage > Volumes.
-
Next to the name of the SVM root volume you want to encrypt, select then Edit.
-
Under the Storage and Optimization heading, select Enable encryption.
-
Select Save.