White Papers

DR Series Best Practice Guide
23
d) Issue the following command to verify all changes have been properly made:
network show
4. Dedicate traffic to interfaces in the following manner:
Management - bond0
Backup Traffic -bond1
Replication- eth1
a) Dedicate bond0 to management traffic using the following commands:
system --mgmt_traffic --add --type < Webserver|Telnet| > --interface <bond(0-N) | eth(0-N)
| lo#>
b) Dedicate bond1 to CIFS and NFS backup traffic using the following commands:
system --backup_traffic --add --type < NFS|CIFS|OST|NDMP|ISCSI|RDS> --interface
<bond(0-N) | eth(0-N) | lo#>
Example
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.
Example
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.