エフサステクノロジーズ株式会社

本ページの製品は2024年4月1日より、エフサステクノロジーズ株式会社に統合となり、順次、切り替えを実施してまいります。一部、富士通表記が混在することがありますので、ご了承ください。

ONTAP 9.14

to English version

テイクオーバー状態のときにSnapMirror削除処理が失敗する

問題:

クラスタにONTAP 9.9.1がインストールされている場合、SM-BC整合性グループ関係がテイクオーバー状態のときにsnapmirror deleteコマンドを実行すると失敗します。

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

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

SM-BC関係にあるノードがテイクオーバー状態のときは、「-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".
Top of Page