cannot have both the NLB and failover support on the same machine!!
With an NLB, you need to have nodes in an ACTIVE - ACTIVE state therefore when clients connect to the NLB, the NLB will balance the traffic to either node
With a failover cluster, your nodes will be in an ACTIVE - PASSIVE state, therefore when clients connect to the failover cluster, the cluster will send traffic to the active node, if this node fails, the active becomes passive and the passive becomes active.
You therefore cannot have both NLB and failover on a two node cluster.
Workaround - get 4 boxes, install NLB on two and failover on the other two.
Best approach - get two boxes, install failover on them and by a hardware load balancer as Microsoft NLB is crap
Main Topics
Browse All Topics





by: SysExpertPosted on 2007-05-22 at 07:48:30ID: 19134373
I would look into a dedicated hardware Load balancer, rather than trying to use the one for windows, since it will probably supply a much more robust solution and management will be easier also.
I hope this helps !