Dell PowerVault DR4100 Посібник з найкращих практик - Сторінка 25

Переглянути онлайн або завантажити pdf Посібник з найкращих практик для Зберігання Dell PowerVault DR4100. Dell PowerVault DR4100 41 сторінка. Backup and recovery appliance
Також для Dell PowerVault DR4100: Посібник для початківців (10 сторінок), Посібник (37 сторінок), Примітка до випуску (16 сторінок), Посібник (12 сторінок), Посібник (24 сторінок), Посібник (23 сторінок), Налаштування Qiuck (1 сторінок), Посібник (27 сторінок), Посібник (25 сторінок)

Dell PowerVault DR4100 Посібник з найкращих практик
c.
 
 
 
 
 
 
 
Configure DR2
6.3.1.3
5.
Follow steps 1-4 to configure the network interfaces for DR2.
6.
Setup static replication between DR1 and DR2 by running the following CLI command:
replication --add --name backup --role source --peer DR2-replication --peer_name backup-from-DR1
25
DR4100 Best Practice Guide | April 2014
administrator@DR1 > system --backup_traffic --add --type CIFS --interface bond1
WARNING: This operation requires Windows access server restart.
Do you want to continue (yes/no) [n]? y
Successfully added application CIFS.
Restarting Windows Access Server... Done.
administrator@DR1 > system --backup_traffic --add --type NFS --interface bond1
Do you want to continue (yes/no) [n]? y
Successfully added application NFS.
Restarting file system ... done.
Dedicate eth1 to replication traffic using the following commands:
system –replication_traffic --add --interface <bond(0-N) | eth(0-N) | lo#>
administrator@DR1 > system --replication_traffic --add --interface eth1
Successfully added application replication
Example
Example