Operating System - Linux
1820553 Members
3726 Online
109626 Solutions
New Discussion юеВ

Re: Failover Solution on a Blade Server

 
Nicholas Noor_1
Occasional Advisor

Failover Solution on a Blade Server

We are seeking to use all 4 ports of the Blader Server. The first two ports on either side connect via datalink layer, but there is only 1 port connecting via network layer.

We have this connected via single cisco switch, but if this switch fails we have no connectivity to the server.

If we connect to another cisco switch using the 4th port, how should we handle redundancy while maintaining connectivity? Do we use a replicator of just connect to the 2nd cisco switch?

Now a single IP address for eth0 that is used will the switch know the connectivity that this NIC port failed and that it takes over the eth1 and the IP address doesn't change?

Eth0 and Eth0 cannot be bound with a single IP I supppose, what is the solution that the same IP remains or is there another way of doing this?
Please mail me.
Thanks
3 REPLIES 3
Nicholas Noor_1
Occasional Advisor

Re: Failover Solution on a Blade Server

I suppose this could be called Teaming of the NIC ports. I suppose there is a solution to this.
Thanks
Ivan Ferreira
Honored Contributor

Re: Failover Solution on a Blade Server

You need ethernet channel bonding. Please see:

http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/Reference_Guide/s2-networkscripts-interfaces-chan.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Nicholas Noor_1
Occasional Advisor

Re: Failover Solution on a Blade Server

I worked on Ubuntu instead of Red Hat, got the system to team, it is working, will work on RH systems later.
Thanks