Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

SnapMirror刪除作業在移轉狀態下失敗

貢獻者
問題:

當 ONTAP 9.9.1 安裝在叢集上時、請執行 snapmirror delete 當 SM-BC 一致性群組關係處於接管狀態時、命令會失敗。

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

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

當SMBC關係中的節點處於接管狀態時、請執行SnapMirror刪除和釋放作業、並將「-force」選項設為true。

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".