简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
在ONTAP中取消卷数据加密
您可以使用 volume move start
用于移动和取消加密卷数据的命令。
开始之前
您必须是集群管理员才能执行此任务。
步骤
-
移动现有加密卷并取消对卷上的数据加密:
volume move start -vserver SVM_name -volume volume_name -destination-aggregate aggregate_name -encrypt-destination false
有关的详细信息
volume move start
,请参见"ONTAP 命令参考"。以下命令将移动名为的现有卷
vol1
目标聚合aggr3
并对卷上的数据取消加密:cluster1::> volume move start -vserver vs1 -volume vol1 -destination-aggregate aggr3 -encrypt-destination false
系统将删除卷的加密密钥。卷上的数据未加密。
-
验证卷是否已禁用加密:
volume show -encryption
有关的详细信息
volume show
,请参见"ONTAP 命令参考"。以下命令将显示卷是否位于上
cluster1
已加密:cluster1::> volume show -encryption Vserver Volume Aggregate State Encryption State ------- ------ --------- ----- ---------------- vs1 vol1 aggr1 online none