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".
関連情報