本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
ONTAP SnapMirror刪除作業在接管狀態下失敗
如果 `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".
相關資訊