Hi,
I'm in a process of upgrading a single Exchange 2010 server to multiple Exchange 2013 servers.
Here's what I have:
Site A :
- Existing Exchange 2010 server
- New Exchange 2013 CAS server
- New Exchange 2013 Mailbox server
Site B:
- New Exchange 2013 CAS server
- New Exchange 2013 Mailbox server
the WAN link between the 2 sites is >100Mbps
I did create a DAG for the 2 Mailbox servers and everything is working fine.
However, it is the CAS part that I'm not sure of. How can I configure some high-availability for the CAS part? What I would like is that clients in site A always connect to CAS in site A and clients in site B always connect in site B UNLESS one of the CAS fails. Note that I have NO load balancers.
From my understanding, I would have 2 options:
1) Do DNS round robin with the 2 CAS but I dont like that option because half of the clients in site A will connect to the CAS in site B and half of the clients in site B will connect to CAS in site A. This is not optimal.
2) Install the CAS role on the Mailbox servers. Configure Windows Load Balancing (one in site A containing both the CAS and Mailbox/CAS servers and another one in site B for CAS and Mailbox/CAS in site B). Configure the WLB in both sites so that the CAS server receives 99% of the client requests. This way, the CAS role on the Mailbox server would only be used when the CAS server fails. This way, I believe that if a site fails (let's say Site A fails), I would need to change the DNS host record for the CAS VIP in site A so that it now point to the CAS VIP in site B.
Are these my only 2 options? Do you have any other recommendation?
Thanks