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

{카테고리_이름} 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 모범 사례 매뉴얼
3.
Break bond0 to create the following configuration:
• Bond0 with single 1GB interface to be used for management.
• A single 1GB interface to be used for replication traffic.
• A bonded 2x 10GB interface to be used for backup traffic.
a.
b.
c.
23
DR4100 Best Practice Guide | April 2014
Delete eth1 from bond0 using the following command:
network -- delete --member <ethN>
administrator@DR1 > network -- delete -- member eth1
Interface delete successful. Please restart networking for the changes to take effect.
Create bond1 consisting of 2x 10GB interfaces using the following command:
network --create_bond --bondif<bond_name> --nwif<eth1,eth2,..ethN> --static ip<ip_address> --
netmask<network_mask> --restart
administrator@DR1 > network --create_bond --bondif bond1 --nwif eth2,eth3 --static --ip
10.250.242.221 --netmask 255.255.252.0 --restart
WARNING: During network restart a loss of connection may occur and a relogin may be
necessary. Password required to proceed.
Please enter the administrator password:
Restarting network...
Shutting down interface bond0: [ OK ]
Shutting down interface bond1: [ OK ]
Shut Bringing up loopback interface: [ OK ]
Bringing up interface bond0:Determining IP information for bond0... done. [ OK ]
Bringing up interface bond1: [ OK ]
Updating DNS entry for swsys-231.ocarina.local to 10.250.242.173 ..
Skipping DNS Update 10.250.240.4: IP already updated.
Starting the filesystem...doneting down loopback interface: [ OK ]
Create a single 1GB interface using the following command:
network --create_eth --nwif< ehtN> --static --ip<ip address> --netmask<netmask> -- name <name> --
restart
Example
Example