In order to setup load balancing in Exchange 2013 we will have two servers with Client Access and Mailbox roles installed.
At the perimeter we will have a layer 4 load balancer which uses a virtual IP and a DNS entry we configured on the external DNS server - or if we don't have access to that technology we can utilize the "round-robin" feature on the AD DNS server e.g. clientacess.mydomain.com OR alterntivaley we could setup a namespace for our servers - which in turn will require us to install the clustering feature on both of the servers.
We will then require to make some changes to the hostname used for "Outlook Anywhere" feature on the client access server - they must both conform to the same name (clientaccess.mydomain.com):
Get-ClientAccessServer | Get-OutlookAnywhere | select identity,*hostname // To check the current hostnames
Get-OutlookAnywhere | Set-OutlookAnywhere -InternalHostname clientaccess.mydomain.com -InternalClientsRequireSsl $false // Sets the hostname for Outlook Anywhere
And finally we can check that they resolve correctly:
nslookup clientaccess.mydomain.com
0 comments:
Post a Comment