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

{카테고리_이름} 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.
Use the following command to assign a static IP to eth2 on DR1:
network --create_eth --nwif <eth0,eth2,ethN> --static --ip <ip_address> --netmask <netmask>
administrator@DR1 > network --create_eth --nwif eth2 --static --ip 172.20.20.2 --netmask
255.255.255.0
2.
Use the following command to assign a static IP to eth3 on DR1:
network --create_eth --nwif <eth0,eth2,ethN> --static --ip <ip_address> --netmask <netmask>
administrator@DR1 > network --create_eth --nwif eth3 --static --ip 172.20.22.2 --netmask
255.255.255.0
3.
Ensure connectivity of DR1 eth2 and eth3 by pinging the gateway using the following command:
network --ping --destination <destination_ip_address> --interface <ethN>
administrator@DR1 > network --ping --destination 172.20.20.1 --interface eth2
administrator@DR1 > network --ping --destination 172.20.22.1 --interface eth3
4.
On DR2 use the following commands to release 1GB interfaces eth and eth3 from bond0:
network --delete --member <eth0,eth1,ethN>
network –restart
network –show
administrator@DR2>
administrator@DR2 > network --restart
administrator@DR2 > network --show
5.
Use the following commands to assign IP address to eth2 and eth3 on DR2:
network --create_eth --nwif <eth0,eth2,ethN> --static --ip <ip_address> --netmask <netmask>
network –show
31
DR4100 Best Practice Guide | April 2014
Example
Example
Example
Example
network --delete --member eth2,eth3