Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Bob_Zimmerman
Authority
Authority

When you set up ElasticXL, the interface named Sync is renamed to eth1-Sync, a new bond named Sync is created, and the interface named eth1-Sync is added to this bond. All you need to do is add the fiber interface(s) to the bond and remove the copper interface from the bond. It's bonding group 1024:

[Expert@DallasticXL-s01-01:0]# gclish -c "show configuration" | grep 1024   
add bonding group 1024 
set bonding group 1024 mode active-backup 
set bonding group 1024 primary eth1-Sync 
set bonding group 1024 xmit-hash-policy layer2 
add bonding group 1024 interface eth1-Sync 
add bonding group 1024 
set bonding group 1024 mode active-backup 
set bonding group 1024 primary eth1-Sync 
set bonding group 1024 xmit-hash-policy layer2 
add bonding group 1024 interface eth1-Sync 

View solution in original post

(1)
Who rated this post