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

{카테고리_이름} 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.
Upgrade the DR appliance to the latest 2.1 firmware.
2.
After the upgrade, two additional 1 GB interfaces will appear. The 10GB interfaces will be bonded as bond0.
Use the following command to view the available network interfaces:
network --show
3.
Break bond0 and release eth0 from bond0 using the following command:
network -- delete --member <eth(0-N)>
network – restart
administrator@DR> network --delete -- member eth0
network --restart
4.
Use the following command to view the released interface eth0:
network --show
5.
Assign an IP address and DNS name to the released interfaces using the following command:
network   -­‐ -­‐create_interface   -­‐ -­‐nwif<   e htN>   -­‐ -­‐static   -­‐ -­‐ip<ip   a ddress>   -­‐ -­‐netmask<netmask>   -­‐ -­‐
name<dns   n ame>   -­‐ -­‐restart  
 
 
administrator@DR> network --create_interface --nwif eth0 --static_ip x.x.x.x --netmask
 
255.255.255.0 --name dr-cifs.local --resta
 
 
 
Note: Bond0 will maintain the default name given to it at time of setup.
6.
Use the following command to verify network settings:
network --show
Note: Take note of the DNS names for bond0 and for the configured 1GB interface. These DNS names are required to
force traffic to the specified interface.
7.
Create two CIFS containers on the DR appliance. One container called cifs-container-1 and the other cifs-
container-2.
38
DR4100 Best Practice Guide | April 2014
Example
Example