Dell PowerVault DR4100 Handbuch bewährter Praktiken - Seite 24

Blättern Sie online oder laden Sie pdf Handbuch bewährter Praktiken für Lagerung Dell PowerVault DR4100 herunter. Dell PowerVault DR4100 41 Seiten. Backup and recovery appliance
Auch für Dell PowerVault DR4100: Handbuch "Erste Schritte (10 seiten), Handbuch (37 seiten), Freigabemitteilung (16 seiten), Handbuch (12 seiten), Handbuch (24 seiten), Handbuch (23 seiten), Qiuck-Einrichtung (1 seiten), Handbuch (27 seiten), Handbuch (25 seiten)

Dell PowerVault DR4100 Handbuch bewährter Praktiken
d.
4.
Dedicate traffic to interfaces in the following manner:
• Management - bond0
• Backup Traffic -bond1
• Replication- eth1
 
a.
b. Dedicate bond1 to CIFS and NFS backup traffic using the following commands:
24
DR4100 Best Practice Guide | April 2014
administrator@DR1 > network --create_eth --nwif eth1 --static --ip 10.250.243.222 --
netmask 255.255.252.0 -- name DR1-replication --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:
Interface operation successful. Network restart will now be done.
Restarting network...
Shutting down interface bond0: [ OK ]
Shutting down interface bond1: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface bond0:Determining IP information for bond0... done. [ OK ]
Bringing up interface bond1: [ OK ]
Bringing up interface eth1: [ OK ]
Updating DNS entry for swsys-231.ocarina.local to 10.250.242.173 ..
Skipping DNS Update 10.250.240.4: IP already updated.
Issue the following command to verify all changes have been properly made:
network   – show  
Dedicate bond0 to management traffic using the following commands:
system --mgmt_traffic --add --type < Webserver|Telnet| > --interface <bond(0-N) | eth(0-N) | lo#>
administrator@DR1 > system --mgmt_traffic --add --type Webserver --interface bond0
Successfully added application webserver.
Restarting webserver service ... done.
administrator@DR1 > system --mgmt_traffic --add --type Telnet --interface bond0
Successfully added application telnet.
Restarting telnet service ... done.
system --backup_traffic --add --type < NFS|CIFS|OST|RDS> --interface <bond(0-N) | eth(0-N) | lo#>
Example
Example