解密卷数据
可以使用 volume move start 命令移动和解密卷数据。
- 移动现有加密卷,并解密卷中的数据:volume move start -vserver SVM_name -volume volume_name -destination-aggregate aggregate_name -encrypt-destination false 有关完整的命令语法,请参阅命令的手册页。
示例
以下命令将名为 vol1 的现有卷移动到目标聚合 aggr3,并解密该卷中的数据:
cluster1::> volume move start -vserver vs1 -volume vol1 -destination-aggregate aggr3 -encrypt-destination false
系统将删除该卷的加密密钥。卷中的数据将被解密。 - 确认该卷已禁用加密:volume show -encryption 有关完整的命令语法,请参阅命令的手册页。
示例
以下命令显示 cluster1 上的卷是否已加密:
cluster1::> volume show -encryption
Vserver Volume Aggregate State Encryption State
------- ------ --------- ----- ----------------
vs1 vol1 aggr1 online none
提供反馈