Dell PowerVault DR4100 모범 사례 매뉴얼 - 페이지 33

{카테고리_이름} Dell PowerVault DR4100에 대한 모범 사례 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Dell PowerVault DR4100 41 페이지. Backup and recovery appliance
Dell PowerVault DR4100에 대해서도 마찬가지입니다: 시작하기 매뉴얼 (10 페이지), 매뉴얼 (37 페이지), 릴리스 노트 (16 페이지), 매뉴얼 (12 페이지), 매뉴얼 (24 페이지), 매뉴얼 (23 페이지), Qiuck 설정 (1 페이지), 매뉴얼 (27 페이지), 매뉴얼 (25 페이지)

Dell PowerVault DR4100 모범 사례 매뉴얼
administrator@DR1 > network --route --add --network 172.20.21.2 --netmask 255.255.255.0
--gateway 172.20.21.1 --interface eth2
administrator@DR1 > network --route --add --network 172.20.23.2 --netmask 255.255.255.0
--gateway 172.20.23.1 --interface eth3
administrator@DR1 > network --show --routes
Destination
172.20.21.0
172.20.23.0
9.
From either DR1 or DR2 verify network connectivity using the following command:
network -- ping -- destination <ip_address> --interface<eth0,eth1,ethN>
administrator@DR1 > network --ping --destination 172.20.23.2 --interface eth3 --tries 1
10. Assuming that DR1 and DR2 already had replication established, stop replication and update it to use the newly
configured interfaces using the commands below.
replication --stop --name <replication_container> --role <source|target>
replication --update --name <replication_container> --peer <target_ip_address> --replication_traffic
<source_ip_address> --role source
administrator@DR1 > replication --stop --name cv-replicated-maglib --role source
administrator@DR1 > replication --update --name cv-replicated-maglib --peer 172.20.21.2 --
replication_traffic 172.20.20.2 --role source
Note: If a replication pair does not already exist between DR1 and DR2, use the steps outlined in scenario 1 for
assigning replication to designated interfaces and to create a replication pair.
33
DR4100 Best Practice Guide | April 2014
Gateway
Mask
172.20.20.1
255.255.255.0 eth2
172.20.22.1
255.255.255.0 eth3
Example
Interface
Example
Example