Dell Unity: 비동기식 블록 복제에서 여러 네트워크 인터페이스를 사용하도록 하는 방법
Summary: Unity는 LUN 복제 세션을 생성할 때 모든 세션에 동일한 복제 인터페이스 쌍을 할당할 수 있습니다. 이 문제를 방지하는 가장 좋은 방법은 UEMCLI를 사용하여 복제 세션을 수동으로 생성하는 것입니다. (사용자 수정 가능)
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
여러 복제 인터페이스가 사용되고 있는지 확인하려면 다음을 수행합니다.
- 소스와 대상에서 동일한 설정으로 두 개의 LUN을 생성합니다(아직 복제를 구성하지 마십시오).
- 사용할 복제 인터페이스를 생성합니다.
1단계와 2단계는 Unisphere UI를 사용하여 수행됩니다.
- 를 설정합니다 .
replDest대상 측에서 yes 로 플래그를 지정합니다.
명령 구문은 다음과 같습니다.
uemcli -u Local/admin -p Password123456789 /stor/prov/luns/lun -id sv_2 set -replDest yes
- 다음을 사용하여 복제 세션 생성
uemcli항목을 추가합니다.
다음은 작업 구문 예제입니다. 이 작업은 VSA에서 수행됩니다. 하드웨어 시스템에서 SPB에 대한 복제 인터페이스도 지정합니다.
uemcli -u Local/admin -p Password123456789 /prot/rep/session create -name REP1 -srcRes sv_2 -srcSPAInterface if_6 -dstType remote -dstSys RS_1 -dstSPAInterface if_5 -dstRes sv_2 -syncType auto -rpo 60m
명령 입력에 필요한 식별자는 Unisphere에서 관련 항목 유형에 대한 CLI ID 열을 활성화하여 찾을 수 있습니다.
원하는 복제 인터페이스가 모두 생성되면 uemcli 다음과 같은 명령을 실행하여 세션이 올바른 계층 3 인터페이스를 사용하고 있는지 확인합니다.
$ uemcli /prot/rep/session show -filter "Name,ID,Source resource,Source SP-A interface,Source SP-B interface,Destination resource,Destination SP-A interface,Destination SP-B interface"
Storage system address: 127.0.0.1
Storage system port: 443
HTTPS connection
1: Name = REP1
ID = 42949672969_VIRT2213XBSFIV_0000_42949672967_VIRT1615KVBVLJ_0000
Source resource = sv_1
Source SP-A interface = 5.6.7.90
Source SP-B interface = N/A
Destination resource = sv_2
Destination SP-A interface = 5.6.7.94
Destination SP-B interface = N/A
2: Name = REP2
ID = 42949672970_VIRT2213XBSFIV_0000_42949672974_VIRT1615KVBVLJ_0000
Source resource = sv_2
Source SP-A interface = 5.6.7.91
Source SP-B interface = N/A
Destination resource = sv_3
Destination SP-A interface = 5.6.7.95
Destination SP-B interface = N/A
3: Name = REP3
ID = 42949672971_VIRT2213XBSFIV_0000_42949672975_VIRT1615KVBVLJ_0000
Source resource = sv_3
Source SP-A interface = 5.6.7.92
Source SP-B interface = N/A
Destination resource = sv_4
Destination SP-A interface = 5.6.7.96
Destination SP-B interface = N/A
4: Name = REP4
ID = 42949672972_VIRT2213XBSFIV_0000_42949672976_VIRT1615KVBVLJ_0000
Source resource = sv_4
Source SP-A interface = 5.6.7.93
Source SP-B interface = N/A
Destination resource = sv_5
Destination SP-A interface = 5.6.7.97
Destination SP-B interface = N/A
비동기식 복제에 LACP를 사용하는 경우 xmit_hash_policy 레이어 3+4(정책 #1)로 이동하여 시스템이 서로 다른 인터페이스에서 서로 다른 IP에 대한 트래픽을 전송할 수 있도록 합니다.
Additional Information
Affected Products
Dell EMC Unity, Dell EMC Unity FamilyArticle Properties
Article Number: 000211847
Article Type: How To
Last Modified: 28 May 2025
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.