This is a discussion on Load Balancing RH Ent ES within the Linux Networking forums, part of the Linux Forums category; Hi, I have two questions for the gurus out there. I need to load balance a pair of RH Enterprise ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have two questions for the gurus out there. I need to load balance a pair of RH Enterprise ES Servers for resilience. Each Server has dual NIC's (Intel Gbit - not sure which). I would like to set these NIC's up as a teamed pair - teamed for resilience. Then I would like to Load balance for resilience these two servers. Would someone like to suggest the best way of doing this please? The server hardware is Fujitsu Siemens RX600 servers. Thanks Martyn |
|
|||
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message In comp.os.linux.networking Martyn <martyn@czd.clara.net.nospam> suggested: [..] > Each Server has dual NIC's (Intel Gbit - not sure which). I would like to > set these NIC's up as a teamed pair - teamed for resilience. You can configure those in bonding mode, the RH network scripts support that directly. AFAIR it's somehow documented in the RH docs (networking part?). In addition check the file "bonding.txt", comes with the kernel sources (somewhere in ../Documentation. > Then I would like to Load balance for resilience these two servers. AFAIR, LVS (Linuxvirtualserver) is built into ES/AS, there are some (GUI) admin tools available, you can download from rhn, they don't come on the installation media. Good luck [..] -- Michael Heiming (GPG-Key ID: 0xEDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAzE1cAkPEju3Se5QRAqkSAJ9UZfG8C61ykzlk0rfBaB BHAzJajQCffhz1 YKyubgW2jrUqws7viaM48YI= =ZZV8 -----END PGP SIGNATURE----- |
|
|||
|
Michael Heiming wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > NotDashEscaped: You need GnuPG to verify this message > > In comp.os.linux.networking Martyn <martyn@czd.clara.net.nospam> > suggested: > [..] > >> Each Server has dual NIC's (Intel Gbit - not sure which). I would like to >> set these NIC's up as a teamed pair - teamed for resilience. > > You can configure those in bonding mode, the RH network scripts > support that directly. AFAIR it's somehow documented in the RH > docs (networking part?). In addition check the file > "bonding.txt", comes with the kernel sources (somewhere in > ./Documentation. > >> Then I would like to Load balance for resilience these two servers. > > AFAIR, LVS (Linuxvirtualserver) is built into ES/AS, there are > some (GUI) admin tools available, you can download from rhn, they > don't come on the installation media. > > Good luck > > [..] > Thanks.. Martyn |