I have one DFSR hub server with about 80 connections to 80 remote offices.
I want to add another hub server for load balancing and redundancy, but I don't want to split the connections between the two hub servers. I don't like the idea of having to maintain\administer two different blocks of connections across two servers.
edit Microsoft best practices say to divide DFSR connections between multiple servers (if there are many high volume connections as in a hub and spoke topology) because too many simultaneous connections to one server can cause performance issues. The only recommendation is to manually split the connections between servers. I would prefer to have multiple hub servers configured the same (all of the hubs configured with connections to all of the remote offices) and have something like the NLB service divide up the connections for me automatically.
What I want is to have 2 (or possibly more) hub servers, each configured with all of the 80 some odd connections, doing load balancing with something like the NLB service. I assume this would work because the DFSR hubs could dynamically split the connections between themselves and just replicate the updates received on either of their connections to the other hub.
I know you can do a failover DFSR cluster, but from what I have read, a Windows failover cluster does not do load balancing. So only one node in a DFSR failover cluster is actually active at a time- is this correct? If so it doesn't seem to meet my requirements for load balancing.
I have found no docs related to setting up a NLB cluster with the DFSR service. Is this even possible\supported? If so, can someone provide info regarding a best practices way a doing this or a doc?
If a NLB cluster is not possible is there a way to do like a DNS round robin with DNS SVR records or possibly some kind of "front end" load balancing setup.
Thanks a lot.
**edit I guess I was just looking for a set and forget setup. The single hub is handling everything fine for now, but we are planning on adding to our DFSR infrastructure.
I guess I'll have to decided whether to keep one hub and do a fail over cluster with a second, or break out the connections to a second hub.
I think I'll do a single hub with a fail over cluster for now. Then, if I decide to divide up the connections in the future, I could always add another fail over cluster (requiring 2 more physical servers) and divide the connections between 2 fail over clusters. More complexity than I wanted, but I guess that's the only way.