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 상태가 "실패 또는 취소됨 또는 실행 중 또는 일시 중지됨"이 되지 않도록 해야 합니다.
위의 조건에 도달하려면:
- 작업이 성공적으로 완료되면 A_B에서 복제 정책을 만들어 "Archive-%{SrcCluster}-%{PolicyName}-%Y-%m-%d_%H-%M-%S"라는 이름의 타겟 스냅샷을 생성할 수 있습니다.
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 복제 작업이 시작되며 + B_C 일정이 A_B 일정에 연결됩니다.
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의 타겟이 겹치기 때문에 B와 C 간의 페일오버는 지원되지 않습니다.
- 클러스터 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ță.