ONTAP 9.13

to English version

SM-BCを使用したONTAPのアップグレードとリバート

SnapMirror Business Continuity (SM-BC) は、ONTAP 9.8以降でサポートされています。ONTAPクラスタをアップグレードおよびリバートすると、アップグレードまたはリバートするONTAPバージョンによっては、SM-BC関係に影響します。

ONTAPのアップグレード

SM-BCを設定して使用する前に、ソース クラスタとデスティネーション クラスタのすべてのノードをONTAP 9.8以降にアップグレードする必要があります。
ONTAPクラスタでのソフトウェアのアップグレード

snapmirror quiesce および snapmirror resume コマンドはSM-BCではサポートされていません。

クラスタを9.8または9.9.1から9.10.1にアップグレードすると、ONTAPはSM-BC関係のソースとデスティネーションの両方に新しい整合性グループを作成します。これらは、ONTAP System Managerの[整合性グループ]オプションで管理することも、ONTAP REST APIのConsistency Groupsエンドポイントを使用して管理することもできます。

ONTAP 9.10.1からONTAP 9.9.1へのリバート

関係を9.10.1から9.9.1にリバートするには、SM-BC関係を削除してから、9.10.1の整合性グループ インスタンスを削除する必要があります。アクティブなSM-BC関係がある整合性グループは削除できません。9.9.1で別のスマート コンテナまたはエンタープライズ アプリケーションに関連付けられていたFlexVolを9.10.1にアップグレードし、その後リバートした場合、それらの関連付けは解除されます。整合性グループを削除しても、構成ボリュームやボリューム単位のSnapshotは削除されません。ONTAP 9.10.1以降の、このタスクの詳細については、「整合性グループの削除」を参照してください。

ONTAP 9.8からONTAP 9.7へのリバート

SM-BCは、ONTAP 9.7とONTAP 9.8が混在するクラスタではサポートされません。

ONTAP 9.8からONTAP 9.7にリバートする場合は、次の点に注意してください。

  • クラスタがSM-BCデスティネーションをホストしている場合、関係を解除して削除するまでONTAP 9.7にリバートすることはできません。

  • クラスタがSM-BCソースをホストしている場合、関係を解放するまでONTAP 9.7にリバートすることはできません。

  • ユーザーが作成したカスタムのSM-BC SnapMirrorポリシーは、ONTAP 9.7にリバートする前にすべて削除する必要があります。

これらの要件を満たすには、SM-BC 設定の削除を参照してください。

手順
  1. SM-BC関係にあるどちらかのクラスタからリバート チェックを実行します。

    cluster::*> system node revert-to -version 9.7 -check-only

    例:

    cluster::*> system node revert-to -version 9.7 -check-only
    Error: command failed: The revert check phase failed. The following issues must be resolved before revert can be completed. Bring the data LIFs down on running vservers. Command to list the running vservers: vserver show -admin-state running Command to list the data LIFs that are up: network interface show -role data -status-admin up Command to bring all data LIFs down: network interface modify {-role data} -status-admin down
    Disable snapshot policies.
        Command to list snapshot policies: "snapshot policy show".
        Command to disable snapshot policies: "snapshot policy modify -vserver
       * -enabled false"
    
       Break off the initialized online data-protection (DP) volumes and delete
       Uninitialized online data-protection (DP) volumes present on the local
       node.
        Command to list all online data-protection volumes on the local node:
       volume show -type DP -state online -node <local-node-name>
        Before breaking off the initialized online data-protection volumes,
       quiesce and abort transfers on associated SnapMirror relationships and
       wait for the Relationship Status to be Quiesced.
        Command to quiesce a SnapMirror relationship: snapmirror quiesce
        Command to abort transfers on a SnapMirror relationship: snapmirror
       abort
        Command to see if the Relationship Status of a SnapMirror relationship
       is Quiesced: snapmirror show
        Command to break off a data-protection volume: snapmirror break
        Command to break off a data-protection volume which is the destination
       of a SnapMirror relationship with a policy of type "vault": snapmirror
       break -delete-snapshots
        Uninitialized data-protection volumes are reported by the "snapmirror
       break" command when applied on a DP volume.
        Command to delete volume: volume delete
    
       Delete current version snapshots in advanced privilege level.
        Command to list snapshots: "snapshot show -fs-version 9.8"
        Command to delete snapshots: "snapshot prepare-for-revert -node
       <nodename>"
    
       Delete all user-created policies of the type active-strict-sync-mirror
       and active-sync-mirror.
       The command to see all active-strict-sync-mirror and active-sync-mirror
       type policies is:
        snapmirror policy show -type
       active-strict-sync-mirror,active-sync-mirror
       The command to delete a policy is :
        snapmirror policy delete -vserver <SVM-name> -policy <policy-name>

クラスタのリバートについては、「ONTAPのリバート」を参照してください。

Top of Page