특정 인터페이스를 통한 관리되는 파일 복제
Summary: DDOS 5.7까지는 백업 및 복원에서만 ifgroup을 사용합니다. 이 문서는 해결 방법을 제공합니다.
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.
Symptoms
관리되는 파일 복제 트래픽은 구성된 ifgroup 대신 관리 인터페이스를 통해 이동합니다.
인터페이스를 사용한 액세스가 제한되는 복제 트래픽으로 관리 인터페이스가 플러딩됩니다.
인터페이스를 사용한 액세스가 제한되는 복제 트래픽으로 관리 인터페이스가 플러딩됩니다.
Cause
DDBOOST 구성
Resolution
해결 방법
DNS가 관리 인터페이스를 가리키는 경우 문서의 다음 단계를 따릅니다.
DNS가 특정 인터페이스(예: 10G 인터페이스)를 가리키는 경우 경로를 추가합니다(3단계).
DNS 설정을 확인하려면 다음을 수행합니다.
net show dns (verify that the DNS servers are correct)
net lookup <hostname>
1. 호스트 이름이 소스와 대상 모두에서 지정된 인터페이스를 가리키도록 하는 로컬 호스트 항목을 생성합니다.
(참고: 라우팅 문의 게이트웨이는 서버가 통신할 수 있는 게이트웨이여야 합니다.
-근원-
net hosts add <Destination IP> <Destination FQDN> <Destination shortname>
Example:
net hosts add 192.168.1.150 dest.emc.com dest
-목적지-
net hosts add <Source IP> <Source FQDN> <Source shortname>
Example:
net hosts add 10.10.5.150 source.emc.com source
2. USB "net host show" 변경 사항이 올바르게 구현되었는지 확인합니다.
3. 호스트 이름이 소스와 대상 모두에서 원하는 인터페이스를 가리키도록 하는 정적 경로를 생성합니다.
Data Domain: 참조 정적 라우트 추가 에서 DD에 라우트를 추가하는 방법에 대한 자세한 내용을 볼 수 있습니다. 아래 예는 비 HA 및 DD OS 6.0 이상에 대한 것입니다.
-근원-
route add -host <destination IP> gw <specified gateway> <desired source interface>
Example:
route add host 192.168.1.150 gw 10.10.5.1 dev eth0a
-목적지-
route add -host <source IP> gw <specified gateway> <desired destination interface>
Example:
route add host 10.10.5.150 gw 192.168.1.1 dev eth0b
4. "route show table"을 실행하고 항목이 올바른지 확인합니다.
Example:
route show table
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.150 10.10.5.1 255.255.255.0 U 0 0 0 eth0a
route show table
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.10.5.150 192.168.1.1 255.255.255.0 U 0 0 0 eth0b
5. 백업 애플리케이션
에서 테스트 복제 작업 실행 6. iostat 5(또는 지정된 시간(초))를 실행하고 구성된 인터페이스를 통과하는 트래픽을 모니터링합니다.
iostat 2 (이오스타트 2)
11/10 15:48:35
INTERVAL: 2 secs
"-" indicates that system is busy and unable to get recent data.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CPU |State |NFS |CIFS |Net |Disk |NVRAM |Repl
aggr aggr| | | |eth4a eth4a eth4b eth4b eth4c eth4c eth4d eth4d eth5a eth5a eth5b eth5b eth5c eth5c eth5d eth5d ethMa ethMa ethMb ethMb ethMc ethMc ethMd ethMd| | aggr aggr|
busy max| | ops/s load data in data out|ops/s in out| in out in out in out in out in out in out in out in out in out in out in out in out| read write busy| read write| in out
% %|CDBVMSFIR| % MB/s MB/s| MB/s MB/s| MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s MB/s| KiB/s KiB/s %| KiB/s KiB/s| KB/s KB/s
---- ---- --------- ------- ----- ------- -------- ----- ------- ------- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ------- ------- ---- ------- ------- ------- -------
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
36 36 - 411 0 16.75 0.11 - - - 7.22 0 0 0 0 0 0 0 10.47 0.01 0 0 0 0 0 0 3.24 123 0 0 0 0 0 0 2993967 794450 - - - 1167 116670
36 39 C VM 401 0 16.14 0.11 2 0 0 6.97 0 0 0 0 0 0 0 10.37 0.01 0 0 0 0 0 0 3.20 123 0 0 0 0 0 0 2875004 762850 - - - 1149 117079
28 37 C VM 303 0 10.81 0.11 2 0 0 4.67 0 0 0 0 0 0 0 9.03 0 0 0 0 0 0 0 2.73 123 0 0 0 0 0 0 1490253 400502 - - - 904 121288
35 44 C VM 373 0 19.62 0.09 0 0 0 6.87 0 0 0 0 0 0 0 8.37 0 0 0 0 0 0 0 2.80 123 0 0 0 0 0 0 3099676 836494 - - - 945 115731
44 48 C VM 405 0 17.53 0.10 0 0 0 8.11 0 0 0 0 0 0 0 12.10 0 0 0 0 0 0 0 3.14 123 0 0 0 0 0 0 5252756 1235990 - - - 1219 124147
42 49 C VM 373 0 15.89 0.10 0 0 0 7.54 0 0 0 0 0 0 0 10.61 0 0 0 0 0 0 0 3.27 123 0 0 0 0 0 0 4624478 1036232 - - - 1194 115686
33 40 C VM 341 0 12.98 0.10 0 0 0 6.22 0 0 0 0 0 0 0 9.19 0 0 0 0 0 0 0 3.76 123 0 0 0 0 0 0 1257580 361429 - - - 1699 120311
28 41 C VM 385 0 21.53 0.11 0 0 0 6.47 0 0 0 0 0 0 0 10.39 0 0 0 0 0 0 0 3.50 123 0 0 0 0 0 0 2134021 640822 - - - 1508 116681
41 44 C VM 360 0 18.58 0.08 0 0 0 7.75 0 0 0 0 0 0 0 14.07 0 0 0 0 0 0 0 3.03 123 0 0 0 0 0 0 3884156 980316 - - - 1081 122749
43 49 C VM 345 0 15.06 0.08 0 0 0 7.88 0 0 0 0 0 0 0 11.23 0 0 0 0 0 0 0 2.99 123 0 0 0 0 0 0 3717975 903659 - - - 1157 120974
7. 지정된 인터페이스의 트래픽이 증가하면 해결 방법이 구현된 것입니다.
8. 트래픽이 여전히 관리 인터페이스를 통해 이동하는 경우 시스템의 설정을 검토하거나 Data Domain 네트워킹 전문가에게 문의합니다.
Affected Products
Data DomainArticle Properties
Article Number: 000077882
Article Type: Solution
Last Modified: 12 Dec 2024
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.