ONTAP Discussions
ONTAP Discussions
Solved! See The Solution
The command you are trying to run only support encryption with aggregate keys.
https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-970/storage__aggregate__modify.html
[-encrypt-with-aggr-key {true|false}] - Enable Aggregate level EncryptionThis parameter specifies that the volumes within the new aggregate can be encrypted with aggregate keys. If this parameter is set to true, the aggregate will support encryption with aggregate keys.
run::*>volume show -encryption
The command will check how many volumes are encrypted.
****Unencrypting volume data
The command you are trying to run only support encryption with aggregate keys.
https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-970/storage__aggregate__modify.html
[-encrypt-with-aggr-key {true|false}] - Enable Aggregate level EncryptionThis parameter specifies that the volumes within the new aggregate can be encrypted with aggregate keys. If this parameter is set to true, the aggregate will support encryption with aggregate keys.
run::*>volume show -encryption
The command will check how many volumes are encrypted.
****Unencrypting volume data
How do we then disable encryption entirely since it is enabled by default and we don't want to have to go through the decryption process each time.
You should be able to SnapVault from the FAS2650 to the FAS2520 without disabling encryption on the FAS2650.
NVE is data at rest and occurs below the WAFL layer, i.e. the data can't be read if you pull the disk and plug it in somewhere else. The data is unencrypted by the time it reaches the read/write operations level, i.e. snapmirror operations. I have converted hundreds of volumes and dozens of flexgroups to NVE. During this time, I had NVE volume snapmirroring unencrypted volumes, unencrypted volumes snapmirroring to NVE volumes, and the other two combinations.
https://www.netapp.com/us/media/ds-3899.pdf
When I tried to create the SnapVault relationship from the 2650 using volume encryption to the 2520, clicking the "Validate" button for the relationship gives the following error and you cannot proceed.
Ah, I should of clarified my statements were pre-9.7 and not in the GUI. The logic for checking for encryption on either end, most likely a 'feature' of 9.7 or a GUI enhancement i.e. validate button.