无法取消加入密钥为NSE驱动器的节点
适用场景
- ONTAP 9
- NetApp存储加密(NSE)
- 板载密钥管理器(OKM)
问题描述
- 无法取消加入 或删除集群节点:
Cluster::*> cluster unjoin -node Cluster-01
Error: command failed: Cannot remove node "Cluster-01" because its self-encrypting drives use authentication keys (AKs) that will not be available to the node after it leaves the cluster. Use the
"storage encryption disk show" and "storage encryption disk modify" commands to set the FIPS and data AKs of devices owned by the node and the failover partner to the default manufacture
secure ID (MSID), keyID 0x0.
- 未配置密钥管理器:
Cluster::*> security key-manager key query
No matching keys found.
- 磁盘已分配密钥
Cluster::*> storage encryption disk show
Disk Mode Data Key ID
-------- ---- ----------------------------------------------------------------
...
1.10.20 open
1.10.21 open
1.10.22 open
1.10.23 open
2.0.0 data 00000000000000000200000000000100AFB1954A0CD3735E2D76E085E41E2B4B
2.0.1 data 00000000000000000200000000000100AFB1954A0CD3735E2D76E085E41E2B4B
2.0.2 data 00000000000000000200000000000100AFB1954A0CD3735E2D76E085E41E2B4B
2.0.3 data 00000000000000000200000000000100AFB1954A0CD3735E2D76E085E41E2B4B
2.0.4 data 00000000000000000200000000000100AFB1954A0CD3735E2D76E085E41E2B4B
...