Operating System - Linux
1754393 Members
2876 Online
108813 Solutions
New Discussion юеВ

Enable SLB using a SLES Server

 
Daniel Pilawa
Occasional Contributor

Enable SLB using a SLES Server

Hello,

how can i enable Switch-Assisted Load Balancing (SLB) by using a SLES OS.
I know, how i can enable it under the Network Utility Tool under Windows. But how it is unter Linux?

Thank you
2 REPLIES 2
Michael Leu
Honored Contributor

Re: Enable SLB using a SLES Server

In Linux this is called 'bonding'.

There are different modes which are described in the bonding.txt:
http://kernel.org/doc/Documentation/networking/bonding.txt
See '2. Bonding Driver Options' parameter 'mode'.
Not sure which of those matches best to SLB.

In SLES you can use YaST to add a new interface of type 'Bonding'. The hardware interfaces have to also be configured as 'startmode off' and without a IP, only then can they be added to the newly created bond0 interface.
Daniel Pilawa
Occasional Contributor

Re: Enable SLB using a SLES Server

There is no SLB mode in the bonding configuration of Linux...