0

I have a windows service that I would like to load balance and failover. I have had a quick play with the failover cluster manager and it seems I can only have one active node with n inactive failovers. Is there a way to have two active load balanced nodes and two inactive load balanced nodes to failover to?

redsquare
  • 237
  • 1
  • 5
  • 13

1 Answers1

0

With Windows Server Enterprise, yes. You would cluster 2 pairs of machines that each run NLB.

adaptr
  • 16,576
  • 23
  • 34
  • So run nlb over the top of cluster and failover feature? I then lose my ability to use a single virtual IP from the consumers? – redsquare Nov 21 '11 at 18:32