White Papers
DR Series Best Practice Guide
22
3. Break bond0 to create the following configuration:
Bond0 with single 1GB interface to be used for management.
A single 1GB interface to be used for replication traffic.
A bonded 2x 10GB interface to be used for backup traffic.
a) Delete eth1 from bond0 using the following command:
network -- delete --member <ethN>
b) Create bond1 consisting of 2x 10GB interfaces using the following command:
network --create_bond --bondif<bond_name> --nwif<eth1,eth2,..ethN> --static
ip<ip_address> --netmask<network_mask> --restart
c) Create a single 1GB interface using the following command:
network --create_eth --nwif< ehtN> --static --ip<ip address> --netmask<netmask> --
name <name> --restart
Example
administrator@DR1 > network -- delete -- member eth1
Interface delete successful. Please restart networking for the changes to take effect.
Example
administrator@DR1 > network --create_bond --bondif bond1 --nwif eth2,eth3 --static --ip
10.250.242.221 --netmask 255.255.252.0 --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:
Restarting network...
Shutting down interface bond0: [ OK ]
Shutting down interface bond1: [ OK ]
Shut Bringing up loopback interface: [ OK ]
Bringing up interface bond0:Determining IP information for bond0... done. [ OK ]
Bringing up interface bond1: [ OK ]
Updating DNS entry for swsys-231.ocarina.local to 10.250.242.173 ..
Skipping DNS Update 10.250.240.4: IP already updated.
Starting the filesystem...doneting down loopback interface: [ OK ]