PowerScale:OneFSでのカスケード レプリケーションの適切な作成
Summary: 以下に、Cluster_A、Cluster_B、Cluster_C間のカスケード レプリケーションを適切に構成する手順を示します。
Acest articol se aplică pentru
Acest articol nu se aplică pentru
Acest articol nu este legat de un produs specific.
Acest articol nu acoperă toate versiunile de produs existente.
Instructions
カスケード レプリケーションを構成する際に留意すべき主な考え方。レプリケーション ジョブB_Cを開始する前に、レプリケーション ジョブ A_Bが「success/needs_attention」で終了していることを確認します。
レプリケーション ジョブ B_Cの開始中に、レプリケーション ジョブ A_Bのステータスが「failed OR canceled OR running OR paused」になることは常に避ける必要があります
上記の条件に達するには、次の手順を実行します。
- ジョブが正常に終了したら、「Archive-%{SrcCluster}-%{PolicyName}-%Y-%m-%d_%H-%M-%S」という名前のパターンでターゲット スナップショットを作成するように、A_Bからレプリケーション ポリシーを作成できます。
Cluster_A# isi sync policies create --name=A_B --source-root-path=/ifs/folder_A --target-host=xxx.xxx.xxx.xxx --target-path=/ifs/folder_B --action=sync --target-snapshot-archive=yes --target-snapshot-pattern=Archive-%{SrcCluster}-%{PolicyName}-%Y-%m-%d_%H-%M-%S --target-snapshot-expiration=5D
メモ: ターゲット スナップショットにSIQ-プレフィックスを付けることはできません。上記の例に示すように、「SIQ_」または「Archive-」を使用します。
--target-snapshot-pattern=Archive-%{SrcCluster}-%
- 次に、レプリケーション ポリシーをB_Cから、ソース スナップショット パターン「Archive-*」が作成されたときにのみ開始するようにします。
Cluster_B# isi sync policies create --name=B_C --source-root-path=/ifs/folder_B --target-host=xxx.xxx.xxx.xxx --target-path=/ifs/folder_C --action=sync --schedule=when-snapshot-taken --snapshot-sync-pattern="Archive-*" --snapshot-sync-existing=yes
これにより、レプリケーション ジョブが正常に完了するA_B B_CスケジュールがA_Bスケジュールに関連付けられた後にのみ、B_Cレプリケーション ジョブが開始されることが保証されます。
LABから以下を確認してください。
Cluster_A# cd /ifs/folder_A
Cluster_A# ls -lh
total 10249
-rw-r--r-- 1 root wheel 10M Jul 14 20:51 file
Cluster_A# isi sync jobs start A_B
Cluster_A# isi sync reports list
Policy Name Job ID Start Time End Time Action State
-----------------------------------------------------------------------------
A_B 1 2021-07-14T20:51:22 2021-07-14T20:51:31 run finished
-----------------------------------------------------------------------------
Total: 1
Cluster_B# cd /ifs/folder_B
Cluster_B# ls -lh
total 10249
-rw-r--r-- 1 root wheel 10M Jul 14 20:51 file
Cluster_B# isi sync reports list
Policy Name Job ID Start Time End Time Action State
-----------------------------------------------------------------------------
B_C 2 2021-07-14T20:51:51 2021-07-14T20:52:10 run finished
B_C 1 2021-07-14T20:51:32 2021-07-14T20:51:38 run finished
-----------------------------------------------------------------------------
Total: 2
Cluster_C# cd /ifs/folder_C
Cluster_C# ls -lh
total 10249
-rw-r--r-- 1 root wheel 10M Jul 14 20:51 file
メモ:
- カスケード レプリケーションは一方向レプリケーションであり、特定のワークフローや移行に適しています。
- フェールオーバーとフェールバックは、クラスターAとクラスターBの間でのみサポートされています。BとCの間のフェールオーバーは、クラスターBのターゲットが重複しているためサポートされていません。
- クラスターBへのフェールオーバーでは、BからAへのレプリケーションをサポートするようにスケジュールを変更する必要があります。
Produse afectate
Isilon, PowerScale OneFS, Isilon SyncIQProprietăți articol
Article Number: 000189650
Article Type: How To
Ultima modificare: 11 May 2026
Version: 9
Găsiți răspunsuri la întrebările dvs. de la alți utilizatori Dell
Servicii de asistență
Verificați dacă dispozitivul dvs. este acoperit de serviciile de asistență.