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

{카테고리_이름} 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 모범 사례 매뉴얼
1.
On Lansing1 create a bond on the 1GB ports using the following command:
network --create_bond --bondif <bondN> --static –nwif <eth0,eth1,ethN> --mode <ALB | 802.3ad> –mtu
<512-9000> --ip <ipaddress> --netmask –restart
2.
Add replication to Lansing1 bond1 using the following command:
system –replication_traffic --add --interface <bond(0-N) | eth(0-N) | lo#>
 
3.
On Seattle1 create a bond on the 1GB ports using the following command:
network --create_bond --bondif <bondN> --static –nwif <eth0,eth1,ethN> --mode <ALB | 802.3ad> –mtu
<512-9000> --ip <ipaddress> --netmask –restart
4.
Create a route from Seattle1 to Lansing1 using the flowing command:
network --route --add --network <destination_network> --gateway <gateway addresses> --interface
<bond(0-N) | eth(0-N) | lo#>
5.
Create a route from Lansing1 to Seattle1 using the following command:
network --route --add --network <destination_network> --gateway <gateway addresses> --interface
<bond(0-N) | eth(0-N) | lo#>
 
administrator@Lansing1 > network --route --add --network <Seattle's 1G network> --
 
gateway <gateway addresses> --interface bond1
 
35
DR4100 Best Practice Guide | April 2014
administrator@Lansing1 > network --create bond --bondif bond1 --static –nwif eth2,eth3 --
mode ALB --mtu <512-9000> --ip <ipaddress> --netmask --restart
administrator@Lansing1 > system --replication_traffic --add --interface bond1
administrator@Seattle1 > network --create_bond --bondif bond1 --static –nwif eth2,eth3 --
mode ALB --mtu <512-9000> --ip <ipaddress> --netmask --restart
administrator@Seattle1> network --route --add --network <Lansing1's 1G network> --
gateway <gateway addresses> --interface bond1
Example
Example
Example
Example
Example