Skip to main content
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

ONTAP SnapMirror删除操作在接管状态下失败

贡献者 netapp-ahibbard netapp-lenida netapp-dbagwell netapp-aaron-holt netapp-aherbin

如果 `snapmirror delete`当SnapMirror活动同步一致性组关系处于接管状态时,命令失败。

问题描述 :

在集群上安装 ONTAP 9.9.1 时,执行 `snapmirror delete`当 SnapMirror 活动同步一致性组关系处于接管状态时,命令失败。

C2_cluster::> snapmirror delete  vs1:/cg/dd

Error: command failed: RPC: Couldn't make connection
解决方案

当 SnapMirror 主动同步关系中的节点处于接管状态时,将“-force”选项设置为 true 执行 SnapMirror 删除和释放操作。

C2_cluster::> snapmirror delete  vs1:/cg/dd -force true

Warning: The relationship between source "vs0:/cg/ss" and destination
         "vs1:/cg/dd" will be deleted, however the items of the destination
         Consistency Group might not be made writable, deletable, or modifiable
         after the operation. Manual recovery might be required.
Do you want to continue? {y|n}: y
Operation succeeded: snapmirror delete for the relationship with destination "vs1:/cg/dd".
相关信息