Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution

Size: px
Start display at page:

Download "Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution"

Transcription

1 Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution Introduction With Exchange 2010, Outlook MAPI clients use the Client Access Server (CAS) role in the middle tier as the RPC endpoint, which has resulted in this role being even more critical than in previous versions of the product. Because of this, all organizations (big and small) should consider making this role highly available by introducing multiple CAS servers in each Active Directory site as well as load balance the protocols and services provided by this role. In Uncovering the new RPC Client Access Service in Exchange 2010 I, among other things, explained how you load balance the RPC CA service using Windows NLB and HLB technology, but I did not go into the details on how you configure load balancing for protocols and services such as Outlook Web Access (OWA), Exchange ActiveSync (EAS), Exchange Control Panel (ECP), Offline Address Book (OAB), Post Office Protocol (POP), Internet Message Access Protocol (IMAP), Exchange Web Services (EWS), and AutoDiscover (AutoD). In this multipart article, I will show you how you load-balance the different protocols and services on an Exchange 2010 CAS role using a redundant external hardware load Balancer (HLB) solution. By implementing a load balancer solution, you distribute client workload among multiple servers and thereby increase performance and decrease downtime by eliminating the single point of failure that exists in a topology with only one single CAS server or when you have multiple CAS servers where the internal URL for the miscellaneous services point to the server FQDN. Why use a Hardware Load Balancing solution over Windows NLB? With the architectural changes in Exchange 2010 that amongst other things, introduces the new RPC Client Access service (which moves Outlook MAPI mailbox connections from the backend Mailbox servers in the data tier to the Client Access servers (CAS) in the middle tier) providing both a load balanced and highly available Client Access Server (CAS) solution is even more important than was the case with previous versions of Exchange. Windows Network Load Balancing (WNLB) technology may be a fine choice for organizations that do not plan to deploy multi-role Exchange 2010 servers with both DAG protected mailbox databases and load balanced/highly available CAS clients and services. In addition, using WNLB can be the right fit for organizations that do not have: More than 8 nodes in a WNLB based array (the Exchange Product group does not recommend more than 8 nodes in a WNLB based cluster due to scalability and functionality limitations).

2 Requirements for the LB solution to be application-aware (check state of application and not just check for IP connectivity like WNLB does). The need for affinity methods other than source IP address based affinity which is the only method provided by WNLB (a HLB solution provides other affinity methods such as cookie and SSL ID based affinity). However, if you plan to deploy multi-role Exchange 2010 servers with both DAG protected mailbox databases and load balanced/highly available CAS server service, you cannot use WNLB due to Windows Failover Cluster (WFC) and WNLB hardware sharing conflicts (see this KB article for more information). Also, depending on your environment and network topology, the persistence (affinity) settings provided by WNLB may not be sufficient. This may especially be true if you have clients that look like they are coming from the same source IP address etc. When a hardware load balancer based CAS array has been properly configured, all servers in the array are represented by a single virtual IP (VIP) address and a fully qualified domain name (FQDN). When a client request comes in, it will be sent to an Exchange 2010 CAS server in the CAS array using DNS round robin distribution method. Of course we have options to prefer one or more CAS servers over other via features such as weighted round robin, least connection and so on. But my organization cannot afford a hardware-based load balancer solution This could definitely be true if you go with one of the big players on the market (such as F5 BIG- IP, Cisco ACE, Citrix NetScaler etc.), but you know what? A hardware based load balancer solution is not just an expensive luxury of LORGs (large organizations) with just as large IT budgets at their disposal. A hardware load balancer solution does not necessarily need to cost many thousands of dollars. You can actually get sophisticated, high performance devices at a very affordable price (you just need to find the right vendor). This means that even though you work for an organization with a limited IT budget, it does not mean they cannot afford to invest in a hardware load balancer solution. Personally, I have recommended different hardware load balancer solutions from different vendors to my customers over the years, but for Exchange 2010, I really like the low cost devices from KEMP Technologies. Their smallest device (LoadMaster 2000) has a price tag of $1,590 dollars which even includes one year of support. This means that you can get a redundant hardware load balancer solution for approximately $3,000 dollars if you are a SMORG (small or medium organization)! On top of that, the LoadMaster 2000 device has the same rich feature set as the LoadMaster 2200 (this one gives you a lot more bang for the buck that the LM 2000 model although the price difference is very small!), 2500, 3500, and 5500 models (which are minded for the LORGS (large organizations). That is it has full support for premium features such as load balancing using layer 4 and 7, automatic failover cluster (active/hot standby with failover time of less than 3 seconds in my test environment), SSL offloading, layer 7 persistence (stickiness), up to 256 virtual services (with a total of up to 1000 real servers!) and server/application health checking etc. These are features you typically only see listed when looking at expensive load balancer devices from the aforementioned more well-known vendors on the market.

3 By the way, if you are on the virtualization bandwagon (who isn t?), KEMP Technologies also has a virtual appliance with a feature set identical to the hardware based devices. Note: LORGs with lots of users or SMORGs that will use the HLB solution for purposes other than Exchange may need to use one of the larger KEMP models. To help you decide, check out the product matrix here. Because I have very good experience with the devices from KEMP Technologies and because they are affordable even for the SMORGs that typically are planning to deploy a fully redundant Exchange solution consisting of two multi-role Exchange 2010 servers, I have used two LoadMaster 2000 devices configured in a cluster (one active and one hot standby) as the basis for this article. The setup is illustrated in Figure 1 below.

4 Figure 1: Topology used in this lab environment Note: It is important to stress that I am in no way affiliated with KEMP Technologies. In addition, I am not being paid to point readers at hardware load balancer devices provided by this company. I simply do so as I have good experience with their devices.

5 What about reverse proxies such as TMG/ISA/IAG/UAG? Can t I use one of these solutions to load balance the miscellaneous protocols and services on a CAS server? You definitely could! At least you can load balance everything that s HTTP or HTTPS protocol. However, none of these products are capable of load balancing RPC traffic. In addition, you may not want to send traffic from internal clients to the reverse proxy solution in your perimeter network and back again. Finally if you load balance HTTP/HTTPS traffic using one of the above mentioned solutions as well as an internal HLB solution, it s also important to mention that you shouldn t point them at the VIP/FQDN of the HLB, but instead have the reverse proxy itself distribute the traffic across the CAS servers in the CAS array. What Persistence (affinity) type should I use? Persistence (aka affinity, stickiness etc.) is the ability of a load balancer to maintain a connection between a client and a server. Persistence can make sure that all requests from a client are sent to the same server in a NLB array or server farm (in case of Exchange CAS array). So depending on the Exchange client or service, there are different recommendations in regards to what persistence settings to use. Below I highlight which are the preferred ones for each client and service. Exchange Clients: Outlook Web App (OWA) - For OWA the recommended persistence methods are Client IP (source IP address) or Cookie (either existing cookie or one created by hardware load balancer aka LB-cookie). Both methods works fine in most deployments, but if you re working with environments where client s looks like them come from the same source IP address, you should avoid using Client IP and instead go with one of the cookie based persistence methods. It is recommend to not use SSL ID based persistence with OWA as this can result in users required to re-authenticate because browsers like Internet Explorer 8 create new separate worker processes when for instance creating a new message in OWA. The issue here is that with each new worker process a new SSL ID is used. Exchange Control Panel (ECP) - Same recommendation as above. Exchange ActiveSync (EAS) - For Exchange ActiveSync the recommended persistence methods are Client IP (source IP address) or Authorization header. If your organization uses the same mobile provider/cellular carrier network for all users that connect to Exchange using EAS, then chances are they appear to come from the same source IP address as NAT are often used in a cellular carrier network. This means that you may not see optimal distribution of EAS traffic among the CAS servers behind the NLB array. So for EAS it s often a good idea to use the Authorization HTTP header as a key for persistence. Again, it is not recommended to use SSL ID based persistence for EAS as some mobile devices renegotiates SSL security parameters on a frequent basis.

6 Outlook Anywhere (OA) - For Outlook Anywhere (aka RPC over HTTP), the recommended persistence methods are Client IP (source IP address), Authorization header or OutlookSession cookie based persistence. If OA clients appear to come from the same Client IP, then you should consider using Authorization header or OutlookSession cookie persistence. Bear in mind though that OutlookSession persistence only is supported by Outlook IMAP and POP3 - IMAP and POP3 do not require any special persistence settings, so the recommendation is to set it to no persistence. Exchange Services: Autodiscover- The Autodiscover service doesn t require any special persistence settings, so the recommendation is to set it to no persistence. RPC Client Access Service (RPC CA)- For the RPC CA service used as endpoint for internal Outlook clients, the recommended persistence method is Client IP. Exchange Address Book Service- Same recommendation as for RPC CA service. Exchange Web Services (EWS)- For EWS the recommended persistence methods are cookie or SSL ID. Now since many of the above clients and services use the same port, you can often only specify one persistence method for all clients and services that use the same port/ip address. If you want to use a different persistence method for let s say OWA and OA, depending on your HLB solution, this may be possible (by using split-persistence etc.) but is outside the scope of this multipart article. Instead, I suggest you contact the vendor of the HLB solution you plan on using. Timeout Settings for each Protocol and Service For each virtual service you can set time out values for the sessions that are established from the miscellaneous clients to the HLB solution (memory, CPU etc.). In order to make optimal use of your HLB solution you should not set these timeout values to high, but also be careful not to set them too low as this could result in clients needing to reestablish as session which may or may not mean the end user will be informed to reauthenticate. Needless to say you would want to set timeout values for protocols and services such as OWA, ECP, EAS, Outlook Anywhere, and RPC CA relatively high (several hours such as hours in a workday) while IMAP, POP, AutoD, EWS, OAB should have low values set (typically few minutes). To be on the safe side contact the vendor of the HLB solution for details on what makes most sense with their solution.

7 Creating the necessary Virtual Services in the Load Balancer Solution In part 4 of Uncovering the new RPC Client Access Service in Exchange 2010, I explained how to create the virtual services used by internal Outlook clients (TCP End Point mapper and fixed RPC ports for Exchange Address Book service and Mailbox access), so I will not repeat those steps here. So if we continue from the setup we ended out with in the above mentioned article series, we currently have the virtual services shown in Figure 1 up and running. Back since I played around in this lab environment the last time, I also added an extra Exchange 2010 CAS server to the CAS array so that there are a total of three CAS servers associated with each rule instead of two. Figure 1: Virtual Services created in previous article uncovering the RPC CA Service It is time to create a new virtual service for HTTPS and an HTTP respectively. The HTTPS virtual service will be used by internal clients and applications and depending on whether you have a reverse proxy solution in your perimeter network or not also by external clients. The HTTP virtual service will be used for re-direction purposes so that we do not need to simplify the OWA URL using the IIS HTTP Redirect feature on each CAS server in the CAS array. To create the new virtual services, let s log into the KEMP GUI and click Virtual Services > Add New.

8 Figure 2: KEMP Web GUI This brings us to the page shown in Figure 3. Here we need to specify the virtual IP address and the port (in this case TCP/443) and then click Add this Virtual Service. Figure 3: Specifying IP address and port for HTTPS Virtual Service On the property page of the virtual service, we now need to set the specific settings such as layer 4 or 7, persistence method, timeout values as well as distribution model. For persistence it s a good idea to select cookie based with fallback to source IP since this will support both clients that use cookie (OWA, ECP and Outlook 2010) and if the client doesn t support cookie based persistence it will use source IP instead.

9 Note: An alternative method would be to have two virtual IP addresses configured in the HLB solution and then configure one with cookie-based persistence (for OWA and ECP) and one for the other clients/services used in the organization. Figure 4: Configuring Basic Property Settings for the HTTPS Virtual Service If you plan on doing SSL offloading this is also the place to enable it for this virtual service. Under Advanced Properties, we can specify a health check URL (connectivity verifier) and a port 80 redirector as well as several other things such as caching, compressions etc.

10 Figure 5: Configuring Advanced Property Settings for the HTTPS Virtual Service Finally, we need to add the real servers (Exchange 2010 CAS servers) that should be associated with the virtual service. Figure 6: Adding Real Servers to the HTTPS Virtual Service And that s it! A cool little detail around this is that we do not need to manually create the HTTP virtual service as it has been created automatically back when we specified the redirection URL.

11 As can be seen in Figure 7, we now have the virtual services required by the miscellaneous Exchange 2010 clients and services. Figure 7: The HTTPS virtual service redirection setting also creates a HTTP Redirect virtual service Changing External Exchange 2010 CAS URLs to point to HLB Now that we have prepared the HLB solution by creating the necessary HTTP/HTTPS virtual services, the internal (typically mail.domain.com and outlook.domain.com) and external DNS records (mail.domain.com and autodiscover.domain.com) should be changed so they point to the virtual IP address (VIP) associated with the virtual service used to publish the CAS array. If you don t use a reverse proxy such as TMG/ISA/IAG/UAG, you should also point the records in the external DNS to point to the HLB VIP (depending on whether the HLB solution is two-armed this is done in different ways). If you use TMG/ISA/IAG/UAG, the external DNS records should of course point to a public IP on the external interface of the reverse proxy array.

12 Figure 8: Changing DNS record for in the internal DNS infrastructure Changing Internal & External Exchange 2010 CAS URLs to point to HLB Since the Configure External Domain name wizard doesn t change the internal URLs, we still need to changes those either using the Exchange Management Console (EMC) or the Exchange Management Shell (EMS). The easiest thing is to do so using EMS. You just run the following command against each Internet-facing CAS server:

13 Figure 9: Default setting for OWA and the other vdirs A nice improvement to the Exchange 2010 setup wizard is that when installing the CAS server role, you now have the option of specifying the external domain on the Internet-facing CAS servers you are deploying (see Figure 10). By entering the FQDN during setup, you won t need to change the external URL for the miscellaneous IIS virtual directories afterwards.

14 Figure 10: Configuring the external domain on Internet-facing Exchange 2010 CAS Servers If you did not configure the external domain during the installation of the CAS roles, you can of course do so using the Exchange Management Shell (EMS) or via the property page of each vdir like it was possible in Exchange But Exchange 2010 also makes you do this via a new Configure External Client Access Domain wizard. This new wizard can be accessed simply by right-clicking on Client Access under the Server Configuration workspace in the Exchange Management Console (EMC) as shown in Figure 11.

15 Figure 11: Launching the Configure External Client access Domain wizard In the Configure External Client Access Domain wizard, enter the domain name used for external access to the Exchange 2010 CAS servers, then add any Internet-facing CAS servers and click Configure.

16 Figure 12: Entering the external domain name and adding the Internet-facing CAS servers This wizard set the specified FQDN as the external URL for the miscellaneous clients/services as shown in Figure 13.

17 Figure 13: External URL being set for the respective virtual IIS Directories Alternative if you want to change the external URLs using Exchange PowerShell commandlets, you can do so using: Outlook Web App (OWA) Unlike the other internal URLs the internal OWA URL should point to the server FQDN of the CAS server and not the HLB FQDN since kerberos is used when accessing a mailbox in a non- Internet facing site. Set-OwaVirtualDirectory -Identity "CAS_Server\OWA (Default Web Site)" -InternalURL Exchange Control Panel (ECP) OWA and ECP basically uses the same code. So just like it s the case with OWA, the internal ECP URL should point to the server FQDN of the CAS server and not the HLB FQDN. Again this is because kerberos is used when accessing a mailbox in a non-internet facing site.

18 Set-EcpVirtualDirectory -Identity "CAS_Server\ECP (Default Web Site)" -InternalURL -FormsAuthentication $True -BasicAuthentication $True Exchange ActiveSync (EAS) Set-ActivesyncVirtualDirectory -Identity "CAS_Server \Microsoft-Server-ActiveSync (Default Web Site)" -ExternalURL - BasicAuthentication $True Offline Address Book (OAB) Set-OABVirtualDirectory -Identity "CAS_Server\oab (Default Web Site)" -ExternalUrl Exchange Web Services (EWS) Set-WebServicesVirtualDirectory -Identity "CAS_Server\EWS (Default Web Site)" -ExternalUrl Unified Messaging (UM) Set-UMVirtualDirectory -Identity "CAS_Server\unifiedmessaging (Default Web Site)" - InternalUrl Since the Configure External Domain name wizard doesn t change the internal URLs, we still need to changes those either using the Exchange Management Console (EMC) or the Exchange Management Shell (EMS). The easiest thing is to do so using EMS. You just run the following command against each Internet-facing CAS server: Outlook Web App (OWA) Set-OwaVirtualDirectory -Identity "CAS_Server\OWA (Default Web Site)" -InternalURL Exchange Control Panel (ECP) Set-OwaVirtualDirectory -Identity "CAS_Server\ECP (Default Web Site)" -InternalURL -FormsAuthentication $True -BasicAuthentication $True Exchange ActiveSync Set-ActivesyncVirtualDirectory -Identity "CAS_Server \Microsoft-Server-ActiveSync (Default Web Site)" -InternalURL - BasicAuthentication $True Offline Address Book (OAB)

19 Set-OABVirtualDirectory -Identity "CAS_Server\oab (Default Web Site)" -InternalUrl Exchange Web Services (EWS) Set-WebServicesVirtualDirectory -Identity "CAS_Server\EWS (Default Web Site)" -InternalUrl Unified Messaging (UM) Set-UMVirtualDirectory -Identity "CAS_Server\unifiedmessaging (Default Web Site)" - InternalUrl You could of course also set both the internal and external URL using the same command, you just include both parameters. For instance to set both URLs for OWA, use this command: Set-OwaVirtualDirectory -Identity "CAS_Server\OWA (Default Web Site)" -InternalURL -ExternalURL - FormsAuthentication $True -BasicAuthentication $True Finally we need to point the Autodiscover Service Internal Uri to the FQDN of the HLB. This can be done using: Set-ClientAccessServer Identity <Server Name> -AutoDiscoverServiceInternalUri:

20 Figure 14: Configuring the Autodiscover Service Internal Uri to point to the HLB FQDN We have reached the end of part 2, but you can look forward to part 3 which will be published in a near future. Part 3 will explain how you go about offloading SSL from the Exchange 2010 CAS servers to the HLB solution. Why enable SSL Offloading? There are several benefits of enabling SSL offloading when using a hardware load balancer (HLB). When you enable SSL offloading you terminate the incoming SSL connections on the HLB instead of on the CAS servers. By doing so you move the SSL workload (encryption and decryption tasks) which are CPU intensive from the CAS servers to the HLB device(s). With CAS servers getting more and more responsibility with the introduction of new features such as MailTips, Move Request Service (MRS) and because it now also is the endpoint for MAPI clients, it makes even more sense to let the HLB take care of the SSL workload compared to earlier versions of Exchange Server. Another important reason is the fact that you only can take advantage of layer 7 (L7) processing such as cookie-based persistence. If you don t offload SSL to the HLB solution, you can only use source IP address based persistence, which isn t ideal. Especially not if you have clients that appear to come from the same IP address. Most HLB devices support software SSL. When software SSL is used, the HLB device uses the general processor (CPU) to perform SSL encryption and decryption tasks. Since the general CPU

21 also handles things such as load balancing, health checks and other administrative tasks, if you have thousands of users in your messaging environment, it s recommended to use a HLB that has a separate CPU with the sole purpose of processing SSL workload. Enabling SSL Acceleration on the Hardware Load Balancer In this article, I will show you how to configure a Load Master 2000 HA pair from KEMP Technologies for SSL acceleration, but in general the steps should be similar on devices provided by other vendors. To enable SSL acceleration for the HTTPS virtual service, that we created earlier on in this article series, log on to the LoadMaster web interface and expand Virtual Services followed by clicking View/Modify Services. Now find the HTTPS virtual service and click Modify. Figure 1: Accessing the property page of the HTTPS Virtual Service On the property page of the HTTPS virtual service, check SSL Acceleration

22 Figure 2: Enabling SSL Acceleration You will now be presented with the dialog box shown in Figure 3. Figure 3: Temporary certificate will be used When clicking OK, the property page will be extended with additional SSL options.

23 Figure 4: Enabling SSL Acceleration extends the property page with new SSL options As you noted a self-signed certificate was automatically installed when you enabled SSL acceleration. Since we want to use the 3rd party SAN/UC certificate currently used on the CAS servers in our CAS array, click Add New. Then either paste in the entire body of the certificate or point to the cert file by clicking Browse.

24 Figure 5: Installing the UC/SAN certificate Click Submit and OK and the certificate is installed for the HTTPS virtual service. Figure 6: UC/SAN certificate installed Now make sure that the port for each real server (CAS server) is set to port 80.

25 Figure 7: Make sure port 80 is specified as target server port We can now see the common name for the cert (mail.exchangelabs.dk) on the virtual service list and we re done on the HLB side of things. In the next section, we will go over the steps necessary to configure SSL offloading on the CAS servers in our CAS array. Figure 8: Certificate properly installed on the HTTPS Virtual Service Enabling SSL Offloading for the Exchange 2010 CAS Services In this section, I will explain how to configure each service/protocol so that it supports offloading SSL for each service/protocol to a hardware load balancer.

26 Configuring Outlook Web App To configure SSL offloading for Outlook Web App (OWA), you must perform two steps on each CAS server in CAS array. First, we must add a SSL offload REG_DWORD key. To do so, open the registry editor and navigate down to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchange OWA Under this registry key, create a new REG_DWORD key named SSLOffloaded and set the value for this key to 1 as shown in Figure 9. Figure 9: Creating the SSL Offload key for OWA We now need to disable the SSL requirement on the OWA virtual directory. To do so, let s open the IIS Manager and expand the Default Web Site. Under the Default Web Site, select the OWA virtual directory. Under features view, double-click on SSL Settings.

27 Figure 10: Accessing SSL settings for the OWA virtual directory Now uncheck Require SSL and click Apply in the Actions pane.

28 Figure 11: Disabling SSL requirement for the OWA virtual directory Finally, open a command prompt windows and run iisreset /noforce so that the changes are applied. Configuring Exchange Control Panel Unlike OWA, configuring SSL offloading for the Exchange Control Panel (ECP) doesn t require a registry key to be set. Well, to be more specific ECP will use the same registry key as the one we set for OWA. So in order to enable SSL offloading for ECP, the only thing we need to do is to disable the SSL requirement on the ECP virtual directory. To do so, let s open the IIS Manager and expand the Default Web Site. Under the Default Web Site, select the ecp virtual directory. Under features view, double-click on SSL Settings.

29 Figure 12: Accessing SSL settings for the ECP virtual directory Now uncheck Require SSL and click Apply in the Actions pane.

30 Figure 13: Disabling SSL requirement for the ECP virtual directory Finally, open a command prompt windows and run iisreset /noforce so that the changes are applied. Configuring Outlook Anywhere To enable SSL offloading for Outlook Anywhere only requires one step which, depending on whether Outlook Anywhere already is enabled or not, can be done via the Exchange Management Console (EMC) or the Exchange Management Shell (EMS). If you haven t yet enabled Outlook Anywhere, you can use SSL offloading when running the Enable Outlook Anywhere wizard. You can access this wizard by right-clicking on the respective CAS server in EMC and select Enable Outlook Anywhere in the context menu.

31 Figure 14: Enabling Outlook Anywhere using the EMC This brings up the wizard where you enter the external host name to be used and check Allow secure channel (SSL) offloading.

32 Figure 15: Allowing SSL offloading for Outlook Anywhere If you already enabled Outlook Anywhere in your environment, you need to use the Set- OutlookAnywhere cmdlet to enable SSL offloading. If this is the case, open the Exchange Management Shell and type the following command: Set-OutlookAnywhere Identity CAS_server\RPC* -SSLOffloading $true Figure 16: Enabling SSL offloading using the EMS

33 Running the above command will disable the requirement for SSL for the RPC virtual directory in IIS, which means we don t need to do so manually like it s the case with the other services/protocols. Configuring Exchange ActiveSync Some of you may recall having read on Microsoft TechNet and various other places that SSL offloading isn t supported by Exchange ActiveSync. This used to be true but is now fully supported (although the Exchange documentation on Microsoft TechNet hasn t been updated to reflect this yet). Bear in mind however that SSL offloading is only supported by Exchange ActiveSync at the Internet ingress point. It s still not supported in CAS-CAS proxy scenarios between Active Directory sites. Configuring Exchange ActiveSync to support SSL offload is extremely simple. We just need to remove the requirement for SSL in IIS. To do so, let s open the IIS Manager and expand the Default Web Site. Under the Default Web Site select the Microsoft-Server-ActiveSync virtual directory. Under features view, double-click on SSL Settings. Figure 17: Accessing SSL settings for the Microsoft-Server-ActiveSync virtual directory Now uncheck Require SSL and click Apply in the Actions pane.

34 Figure 18: Disabling SSL requirement for the Microsoft-Server-ActiveSync virtual directory Finally, open a command prompt windows and run iisreset /noforce so that the changes are applied. Configure Exchange Web Services In order to configure Exchange Web services to support SSL offloading, we must perform two modifications. The first one is to remove the SSL requirement for the EWS virtual directory in IIS. To do so, let s open the IIS Manager and expand the Default Web Site. Under the Default Web Site select the EWS virtual directory. Under features view, double-click on SSL Settings.

35 Figure 19: Accessing SSL settings for the EWS virtual directory Now uncheck Require SSL and click Apply in the Actions pane.

36 Figure 20: Disabling SSL requirement for the EWS virtual directory Next step is to make a change to the configuration file (web.config) for the EWS virtual directory. This file can be found under C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\ews and be modified using a text editor such as Notepad.

37 Figure 21: Locating the EWS web config file In the web.config file, you should replace all occurrences of httpstransport with httptransport and then save the file. Figure 22: Replacing httpstransport with httptransport

38 Note: With Exchange 2010 SP1 you will no longer need to perform the latter change (see KB article for details). Finally, open a command prompt windows and run iisreset /noforce so that the changes are applied. Configuring Autodiscover Service In order to configure the Autodiscover service to support SSL offloading, you must perform the same steps as those applied to the Exchange Web service virtual directory. So let s open the IIS Manager and expand the Default Web Site. Under the Default Web Site select the Autodiscover virtual directory. Under features view, double-click on SSL Settings. Figure 23: Accessing SSL settings for the Autodiscover virtual directory Now uncheck Require SSL and click Apply in the Actions pane.

39 Figure 24: Disabling SSL requirement for the Autodiscover virtual directory Next step is, without surprise, to make a change to the configuration file (web.config) for the Autodiscover service virtual directory. This file can be found under C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Autodiscover and be modified using a text editor such as Notepad.

How to Request and Configure Exchange Server 2013 Certificate

How to Request and Configure Exchange Server 2013 Certificate How to Request and Configure Exchange Server 2013 Certificate Login into Exchange Admin Center (EAC) and click on Servers > Click on Certificate and then click on + sign. Click on Next Mention the friendly

More information

ALOHA Load-Balancer. Microsoft Exchange 2010 deployment guide. Document version: v1.4. ALOHA version concerned: v4.2 and above

ALOHA Load-Balancer. Microsoft Exchange 2010 deployment guide. Document version: v1.4. ALOHA version concerned: v4.2 and above ALOHA Load-Balancer Microsoft Exchange 2010 deployment guide Document version: v1.4 ALOHA version concerned: Microsoft Exchange Server: v4.2 and above 2010 RTM, SP1, SP2, SP3 Last update date: November

More information

Deploying the Barracuda Load Balancer with Microsoft Exchange Server 2010 Version 2.6. Introduction. Table of Contents

Deploying the Barracuda Load Balancer with Microsoft Exchange Server 2010 Version 2.6. Introduction. Table of Contents Deploying the Barracuda Load Balancer with Microsoft Exchange Server 2010 Version 2.6 Introduction Organizations use the Barracuda Load Balancer to distribute the load and increase the availability of

More information

Stingray Traffic Manager Solution Guide

Stingray Traffic Manager Solution Guide SOLUTION GUIDE Stingray Traffic Manager Solution Guide Load Balancing and Optimization for Microsoft Exchange 2010 Client Access Servers Riverbed Technical Marketing Version 2.7 2013 Riverbed Technology.

More information

Microsoft Exchange Server

Microsoft Exchange Server Deployment Guide Document Version: 4.9.2 Deploying the BIG-IP System v10 with Microsoft Welcome to the F5 and Microsoft Exchange 2010 deployment guide. This document contains guidance on configuring the

More information

Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology

Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology In this article I will show you how you can load-balance Exchange 2007 Client Access Servers (CAS) using

More information

LoadMaster Deployment Guide

LoadMaster Deployment Guide LoadMaster Deployment Guide For Microsoft Exchange 2010 Updated: November 2011 2002-2011 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

How To Configure The Stingray Traffic Manager For Windows 2010 (For Windows) With A Webmail 2.7.1 (For A Windows 2010 Client Access) And A Windows 2.5 (For An Outlook) (For Outlook) And An

How To Configure The Stingray Traffic Manager For Windows 2010 (For Windows) With A Webmail 2.7.1 (For A Windows 2010 Client Access) And A Windows 2.5 (For An Outlook) (For Outlook) And An SOLUTION GUIDE Stingray Traffic Manager Solution Guide Load Balancing and Optimization for Microsoft Exchange 2010 Client Access Servers Riverbed Technical Marketing Version 2.7 Riverbed, Cloud Steelhead,

More information

Resonate Central Dispatch

Resonate Central Dispatch Resonate Central Dispatch Microsoft Exchange 2010 Resonate, Inc. Tel. + 1.408.545.5535 Fax + 1.408.545.5502 www.resonate.com Copyright 2013 Resonate, Inc. All rights reserved. Resonate Incorporated and

More information

Microsoft Exchange Server 2010: Highly Available, High Performing And Scalable Deployment With Coyote Point Equalizer

Microsoft Exchange Server 2010: Highly Available, High Performing And Scalable Deployment With Coyote Point Equalizer The recognized leader in proven and affordable load balancing and application delivery solutions Deployment Guide Microsoft Exchange Server 2010: Highly Available, High Performing And Scalable Deployment

More information

Load Balancing Microsoft Exchange 2016. Deployment Guide

Load Balancing Microsoft Exchange 2016. Deployment Guide Load Balancing Microsoft Exchange 2016 Deployment Guide rev. 1.0.1 Copyright 2002 2016 Loadbalancer.org, Inc. Table of Contents About this Guide... 4 Loadbalancer.org Appliances Supported... 4 Loadbalancer.org

More information

LoadBalancer and Exchange 2013

LoadBalancer and Exchange 2013 Lasse Pettersson LoadBalancer and Exchange 2013 Lasse Pettersson Load Balancing Load Balancing basics Load balance previous version of Exchange Load Balance Exchange 2013 introduction What is LoadBalancing?

More information

LoadMaster Deployment Guide

LoadMaster Deployment Guide LoadMaster Deployment Guide For Microsoft Exchange 2010 Updated: April 2012 Version: 1.6 Copyright Notices Copyright 2002-2012 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP

More information

How To Set Up A Load Balancer With Windows 2010 Outlook 2010 On A Server With A Webmux On A Windows Vista V2.2.5.2 (Windows V2) On A Network With A Server (Windows) On

How To Set Up A Load Balancer With Windows 2010 Outlook 2010 On A Server With A Webmux On A Windows Vista V2.2.5.2 (Windows V2) On A Network With A Server (Windows) On Load Balancing Exchange 2010 OWA for External Access using WebMux Published: April 2011 Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Load Balancing Microsoft Exchange 2010. Deployment Guide

Load Balancing Microsoft Exchange 2010. Deployment Guide Load Balancing Microsoft Exchange 2010 Deployment Guide rev. 1.7.9 Copyright 2002 2015 Loadbalancer.org, Inc. Table of Contents About this Guide...4 Loadbalancer.org Appliances Supported...4 Loadbalancer.org

More information

AX Series with Microsoft Exchange Server 2010

AX Series with Microsoft Exchange Server 2010 Deployment Guide AX Series with Microsoft Exchange Server 2010 v.1.1 DEPLOYMENT GUIDE AX Series with Microsoft Exchange Server 2010 Table of Contents 1. Introduction... 4 1.1 Prerequisites and Assumptions...4

More information

AX Series with Microsoft Exchange Server 2010

AX Series with Microsoft Exchange Server 2010 Deployment Guide AX Series with Microsoft Exchange Server 2010 v.1.2 DG_0512.1 DEPLOYMENT GUIDE AX Series with Microsoft Exchange Server 2010 Table of Contents 1. Introduction... 4 1.1 Prerequisites and

More information

MS Exchange Server 2010: Highly Available, High Performing And Scalable Deployment With Coyote Point Equalizer

MS Exchange Server 2010: Highly Available, High Performing And Scalable Deployment With Coyote Point Equalizer MS Exchange Server 2010: Highly Available, High Performing And Scalable Deployment With Coyote Point Equalizer Deployment Guide Prepared By: Mark Hoffmann Coyote Point Systems Inc. Copyright 2011 Coyote

More information

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS)

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) December 25 th, 2015 V.1.0 Prepared by: Manoj Karunarathne MCT, MCSA,

More information

Welcome to the NYExUG January Meeting

Welcome to the NYExUG January Meeting Welcome to the NYExUG January Meeting January Meeting Exchange 2007 Autodiscovery Feature Explained & How UCC/SAN SSL certificates (costing $300+ per year) are no longer required. Those $18 6 SSL certificates

More information

Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE

Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE A comprehensive excerpt from Jeff Schertz s Lync Server MVP Blog Lync Web Services Load Balancing with KEMP VLM This article addresses a standard DNS Load Balanced

More information

Configuring Load Balancing

Configuring Load Balancing When you use Cisco VXC Manager to manage thin client devices in a very large enterprise environment, a single Cisco VXC Manager Management Server cannot scale up to manage the large number of devices.

More information

Radware s AppDirector. And. Microsoft Exchange 2010. Integration Guide

Radware s AppDirector. And. Microsoft Exchange 2010. Integration Guide Radware s AppDirector And Microsoft Exchange 2010 Integration Guide Products: Radware AppDirector Software: AppDirector version 2.14.00 Platform: On-Demand Switch II Version 2.07-1 - Contents Joint Solution

More information

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide Alteon Application Switch And Microsoft Exchange 2010 Integration Guide Version - 1.05 Products: Alteon Application Switch Software: Alteon v.27.0-1 - Microsoft Exchange 2010 Contents Microsoft Exchange

More information

Load Balancing. Outlook Web Access. Web Mail Using Equalizer

Load Balancing. Outlook Web Access. Web Mail Using Equalizer Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems

More information

Load Balancing Microsoft Exchange 2013 with FortiADC

Load Balancing Microsoft Exchange 2013 with FortiADC Load Balancing Microsoft Exchange 2013 with FortiADC Highly Available, High Performing, and Scalable Deployment with FortiADC D-Series Appliances Exchange 2013 and Application Delivery Microsoft Exchange

More information

Score your ACE in Business and IT Efficiency

Score your ACE in Business and IT Efficiency Score your ACE in Business and IT Efficiency Optimize your Data Center capabilities with Cisco s Application Control Engine (ACE) Agenda In this webinar, you will be given an insight into the following:

More information

Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology

Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology Introduction Exchange Server 2007 (RTM and SP1) Hub Transport servers are resilient by default. This

More information

Radware s AppDirector. And. Microsoft Exchange 2010. Integration Guide

Radware s AppDirector. And. Microsoft Exchange 2010. Integration Guide Radware s AppDirector And Microsoft Exchange 2010 Integration Guide Products: Radware AppDirector Software: AppDirector version 2.14.00 Version 2.07-1 - Contents Joint Solution Overview... 3 Microsoft

More information

Load Balancing Microsoft Exchange 2013 with FortiADC

Load Balancing Microsoft Exchange 2013 with FortiADC Load Balancing Microsoft Exchange 2013 with FortiADC Highly Available, High Performing, and Scalable Deployment with FortiADC D-Series Appliances Exchange 2013 and Application Delivery Microsoft Exchange

More information

Microsoft Exchange Client Access Servers

Microsoft Exchange Client Access Servers F5 Deployment Guide Microsoft Exchange Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide. Use this document for guidance on configuring

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Microsoft Exchange Server 2007

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Microsoft Exchange Server 2007 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Microsoft Exchange Server 2007 Table of Contents Table of Contents Deploying F5 devices with Microsoft Exchange Server 2007 Client Access Servers Prerequisites

More information

Load Balancing Microsoft Exchange 2013. Deployment Guide

Load Balancing Microsoft Exchange 2013. Deployment Guide Load Balancing Microsoft Exchange 2013 Deployment Guide rev. 1.1.5 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 4 Appliances Supported... 4 Microsoft Exchange Software

More information

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Deployment Guide Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Extensive guide covering details of NetScaler ADC deployment with Microsoft Exchange 2013. Table of Contents Introduction

More information

LoadMaster Exchange. Installation and Configuration Guide. Release 5.1.74

LoadMaster Exchange. Installation and Configuration Guide. Release 5.1.74 LoadMaster Exchange Installation and Configuration Guide Release 5.1.74 Updated: August 2011 2002-2011 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are

More information

Microsoft Lync Server 2010

Microsoft Lync Server 2010 Microsoft Lync Server 2010 Scale to a Load Balanced Enterprise Edition Pool with WebMux Walkthrough Published: March. 2012 For the most up to date version of the Scale to a Load Balanced Enterprise Edition

More information

Deploying Array Networks APV Application Delivery Controllers with Microsoft Exchange Server 2010

Deploying Array Networks APV Application Delivery Controllers with Microsoft Exchange Server 2010 Deployment Guide May-2012 rev. III Deploying Array Networks APV Application Delivery Controllers with Microsoft Exchange Server 2010 DG-Exchange 2010 rev. III Page 1 Table of Contents 1 Introduction...

More information

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Deployment Guide Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide.

More information

Improving Microsoft Exchange 2013 performance with NetScaler Hands-on Lab Exercise Guide. Johnathan Campos

Improving Microsoft Exchange 2013 performance with NetScaler Hands-on Lab Exercise Guide. Johnathan Campos Improving Microsoft Exchange 2013 performance with NetScaler Hands-on Lab Exercise Guide Johnathan Campos Contents Contents... 1 Overview... 2 Scenario... 6 Exercise 1 - Initial Configuration... 7 Exercise

More information

Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server

Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server Expert Reference Series of White Papers Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server 1-800-COURSES www.globalknowledge.com Optimizing

More information

App Orchestration 2.5

App Orchestration 2.5 Configuring NetScaler 10.5 Load Balancing with StoreFront 2.5.2 and NetScaler Gateway for Prepared by: James Richards Last Updated: August 20, 2014 Contents Introduction... 3 Configure the NetScaler load

More information

Deployment Guide Microsoft Exchange 2013

Deployment Guide Microsoft Exchange 2013 Deployment Guide Microsoft Exchange 2013 DG_MIS_072013.1 TABLE OF CONTENTS 1 Introduction... 4 2 Deployment Guide Prerequisites... 4 3 Exchange Server 2010 Roles... 5 4 Accessing the ACOS Device... 5 5

More information

Deployment Guide AX Series with Active Directory Federation Services 2.0 and Office 365

Deployment Guide AX Series with Active Directory Federation Services 2.0 and Office 365 Deployment Guide AX Series with Active Directory Federation Services 2.0 and Office 365 DG_ADFS20_120907.1 TABLE OF CONTENTS 1 Overview... 4 2 Deployment Guide Overview... 4 3 Deployment Guide Prerequisites...

More information

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Microsoft Forefront TMG Webserver Load Balancing Abstract In this article I will show you how

More information

Deploying the Brocade ServerIron ADX with Microsoft Exchange Server 2010

Deploying the Brocade ServerIron ADX with Microsoft Exchange Server 2010 Deploying the Brocade ServerIron ADX with Microsoft Exchange Server 2010 Provides reference architecture and procedures for deploying the Brocade ServerIron ADX Series switches with Microsoft Exchange

More information

Load Balancing for Microsoft Office Communication Server 2007 Release 2

Load Balancing for Microsoft Office Communication Server 2007 Release 2 Load Balancing for Microsoft Office Communication Server 2007 Release 2 A Dell and F5 Networks Technical White Paper End-to-End Solutions Team Dell Product Group Enterprise Dell/F5 Partner Team F5 Networks

More information

USER GUIDE WWPass Security for Email (Outlook) For WWPass Security Pack 2.4

USER GUIDE WWPass Security for Email (Outlook) For WWPass Security Pack 2.4 USER GUIDE WWPass Security for Email (Outlook) For WWPass Security Pack 2.4 March 2014 TABLE OF CONTENTS Chapter 1 Welcome... 4 Introducing WWPass Security for Email (Outlook)... 5 Supported Outlook Products...

More information

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide Alteon Application Switch And Microsoft Exchange 2010 Integration Guide Version - 1.04 Products: Alteon Application Switch Software: Alteon v.27.0-1 - Microsoft Exchange 2010 Contents Microsoft Exchange

More information

Deploy Remote Desktop Gateway on the AWS Cloud

Deploy Remote Desktop Gateway on the AWS Cloud Deploy Remote Desktop Gateway on the AWS Cloud Mike Pfeiffer April 2014 Last updated: May 2015 (revisions) Table of Contents Abstract... 3 Before You Get Started... 3 Three Ways to Use this Guide... 4

More information

Deploying NetScaler with Microsoft Exchange 2016

Deploying NetScaler with Microsoft Exchange 2016 Deployment Guide Deploying NetScaler with Microsoft Exchange 2016 Deployment Guide Load balancing Microsoft Exchange 2016 with NetScaler Table of Contents Introduction 3 Configuration 5 NetScaler features

More information

Digital certificates and SSL

Digital certificates and SSL Digital certificates and SSL 20 out of 33 rated this helpful Applies to: Exchange Server 2013 Topic Last Modified: 2013-08-26 Secure Sockets Layer (SSL) is a method for securing communications between

More information

Load Balancing Microsoft Exchange 2010 with FortiADC

Load Balancing Microsoft Exchange 2010 with FortiADC Load Balancing Microsoft Exchange 2010 with FortiADC Highly Available, High Performing, and Scalable Deployment with FortiADC D-Series Appliances Exchange 2010 and Application Delivery Microsoft Exchange

More information

Load Balancing Microsoft Exchange 2010 with FortiADC

Load Balancing Microsoft Exchange 2010 with FortiADC Load Balancing Microsoft Exchange 2010 with FortiADC Highly Available, High Performing, and Scalable Deployment with FortiADC E-Series Appliances Exchange 2010 and Application Delivery Microsoft Exchange

More information

Load Balancing Microsoft Exchange 2013 with FortiADC

Load Balancing Microsoft Exchange 2013 with FortiADC Load Balancing Microsoft Exchange 2013 with FortiADC Highly Available, High Performing, and Scalable Deployment with FortiADC E-Series Appliances Exchange 2013 and Application Delivery Microsoft Exchange

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft IIS Prerequisites and configuration

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

Brocade Virtual Traffic Manager and Microsoft Exchange 2013 Deployment Guide

Brocade Virtual Traffic Manager and Microsoft Exchange 2013 Deployment Guide September 2015 Brocade Virtual Traffic Manager and Microsoft Exchange 2013 Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol,

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft Outlook Web

More information

Deployment Guide May-2015 rev. A. Deploying Array Networks APV Series Application Delivery Controllers with Microsoft Exchange 2013

Deployment Guide May-2015 rev. A. Deploying Array Networks APV Series Application Delivery Controllers with Microsoft Exchange 2013 Deployment Guide May-2015 rev. A Deploying Array Networks APV Series Application Delivery Controllers with Microsoft Exchange 2013 1 Introduction... 2 1.1 Microsoft Exchange 2013... 2 1.2 Deployment Overview

More information

Exchange 2013 deployment guide

Exchange 2013 deployment guide ALOHA Load-Balancer - Application Note Document version: v1.2 Last update: 2nd June 2014 EMEA Headquarters 3, rue du petit robinson ZAC des Metz 78350 Jouy-en-Josas France http://www.haproxy.com/ Purpose

More information

EAsE and Integrated Archive Platform (IAP)

EAsE and Integrated Archive Platform (IAP) EAsE and Integrated Archive Platform (IAP) HP Outlook Web Access (OWA) Extension on Exchange 2007 Table of Contents Overview... 2 Microsoft Outlook Web Access 2007 (OWA 2007)... 2 HP Outlook Web Access

More information

Sophos UTM Web Application Firewall for Microsoft Exchange connectivity

Sophos UTM Web Application Firewall for Microsoft Exchange connectivity How to configure Sophos UTM Web Application Firewall for Microsoft Exchange connectivity This article explains how to configure your Sophos UTM 9.2 to allow access to the relevant Microsoft Exchange services

More information

App Orchestration 2.0

App Orchestration 2.0 App Orchestration 2.0 Configuring NetScaler Load Balancing and NetScaler Gateway for App Orchestration Prepared by: Christian Paez Version: 1.0 Last Updated: December 13, 2013 2013 Citrix Systems, Inc.

More information

Deployment Guide for Microsoft Exchange 2010

Deployment Guide for Microsoft Exchange 2010 Deployment Guide for Microsoft Exchange 2010 Securing and Accelerating Microsoft Exchange with Palo Alto Networks Next-Generation Firewall and Citrix NetScaler Joint Solution Table of Contents 1. Overview...

More information

Configuring Security Features of Session Recording

Configuring Security Features of Session Recording Configuring Security Features of Session Recording Summary This article provides information about the security features of Citrix Session Recording and outlines the process of configuring Session Recording

More information

70-662: Deploying Microsoft Exchange Server 2010

70-662: Deploying Microsoft Exchange Server 2010 70-662: Deploying Microsoft Exchange Server 2010 Course Introduction Course Introduction Chapter 01 - Active Directory and Supporting Infrastructure Active Directory and Supporting Infrastructure Network

More information

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Additions and Subtractions The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Exchange Version Exchange Server 2003 and earlier versions

More information

Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2. Office Communications Server Overview.

Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2. Office Communications Server Overview. Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2 Organizations can use the Barracuda Load Balancer to enhance the scalability and availability of their Microsoft Office Communications

More information

Special Edition for Loadbalancer.org GmbH

Special Edition for Loadbalancer.org GmbH IT-ADMINISTRATOR.COM 09/2013 The magazine for professional system and network administration Special Edition for Loadbalancer.org GmbH Under Test Loadbalancer.org Enterprise VA 7.5 Load Balancing Under

More information

Microsoft Lync Server Overview

Microsoft Lync Server Overview Organizations can use the to enhance the scalability and availability of their Microsoft Lync Server 2010 deployments (formerly known as Microsoft Office Communications Server). Barracuda Networks has

More information

WHITE PAPER Citrix Secure Gateway Startup Guide

WHITE PAPER Citrix Secure Gateway Startup Guide WHITE PAPER Citrix Secure Gateway Startup Guide www.citrix.com Contents Introduction... 2 What you will need... 2 Preparing the environment for Secure Gateway... 2 Installing a CA using Windows Server

More information

LoadMaster Deployment Guide

LoadMaster Deployment Guide LoadMaster Deployment Guide For Microsoft Lync 2010 Updated: November 2011 2002-2011 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013 Deployment Guide rev. 1.4.2 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Appliances

More information

DEPLOY A SINGLE-SERVER OFFICE WEB APPS SERVER FARM THAT USES HTTPS

DEPLOY A SINGLE-SERVER OFFICE WEB APPS SERVER FARM THAT USES HTTPS DEPLOY A SINGLE-SERVER OFFICE WEB APPS SERVER FARM THAT USES HTTPS Introduced in Lync Server 2013 is the requirement of Office Web Apps Server to support the use of PowerPoint Presentations in Lync Online

More information

Rapid transition guide from Exchange 2003 to Exchange 2010

Rapid transition guide from Exchange 2003 to Exchange 2010 Rapid transition guide from Exchange 2003 to Exchange 2010 Things that you need before and after you move to Exchange Server 2010 Milind Naphade 1 Table of Contents Introduction... 4 Check Existing Topologies...

More information

Exchange 2013 Deployment, Coexistence, Virtualization. Jeff Mealiffe Senior Program Manager Exchange Product Group

Exchange 2013 Deployment, Coexistence, Virtualization. Jeff Mealiffe Senior Program Manager Exchange Product Group Exchange 2013 Deployment, Coexistence, Virtualization Jeff Mealiffe Senior Program Manager Exchange Product Group Agenda Fundamentals of Deployment Upgrade and Coexistence Public Folder Migrations Virtualization

More information

Deployment Guide Oracle Siebel CRM

Deployment Guide Oracle Siebel CRM Deployment Guide Oracle Siebel CRM DG_ OrSCRM_032013.1 TABLE OF CONTENTS 1 Introduction...4 2 Deployment Topology...4 2.1 Deployment Prerequisites...6 2.2 Siebel CRM Server Roles...7 3 Accessing the AX

More information

The next page is the really clever bit! Here you run through a series of options about

The next page is the really clever bit! Here you run through a series of options about Page 1 of 8 Welcome to MM&M UG UK Sign in Join Help Nathan's Exchange Blog Hi, This blog will be almost entirely Exchange and Mobility focused. I hope to provide regular content which will range from longer

More information

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010 DEPLOYMENT GUIDE Version 2.1 Deploying F5 with Microsoft SharePoint 2010 Table of Contents Table of Contents Introducing the F5 Deployment Guide for Microsoft SharePoint 2010 Prerequisites and configuration

More information

Table of Contents Citrix NetScaler Deployment Guide for Microsoft Exchange 2010... 1

Table of Contents Citrix NetScaler Deployment Guide for Microsoft Exchange 2010... 1 Citrix NetScaler Deployment Guide for Microsoft Exchange 2010 Table of Contents Citrix NetScaler Deployment Guide for Microsoft Exchange 2010... 1 Introduction... 3 Solution Requirements... 3 Prerequisites...

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

Navigate your checklist... 3. Before you begin with Exchange 2007... 4. Sign up for Office 365... 11

Navigate your checklist... 3. Before you begin with Exchange 2007... 4. Sign up for Office 365... 11 Contents Navigate your checklist... 3 Before you begin with Exchange 2007... 4 Sign up for Office 365... 11 Verify coexistence prerequisites when deploying AD FS with Exchange 2007... 11 Collect needed

More information

Transport server data paths

Transport server data paths 1 of 14 14/11/2011 2:45 PM Applies to: Exchange Server 2010 SP1 Topic Last Modified: 2011-04-22 This topic provides information about ports, authentication, and for all data paths used by Microsoft Exchange

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability (POOLs, DNS LB vs HLB)

Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability (POOLs, DNS LB vs HLB) Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability (POOLs, DNS LB vs HLB) 2014, Thomas Pött, MVP Lync Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability

More information

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 Course Number: 10135A Course Length: 5 Day Course Overview This instructor-led course will provide you with the knowledge

More information

Deploying F5 to Replace Microsoft TMG or ISA Server

Deploying F5 to Replace Microsoft TMG or ISA Server Deploying F5 to Replace Microsoft TMG or ISA Server Welcome to the F5 deployment guide for configuring the BIG-IP system as a forward and reverse proxy, enabling you to remove or relocate gateway security

More information

Microsoft Office Communications Server 2007 & Coyote Point Equalizer Deployment Guide DEPLOYMENT GUIDE

Microsoft Office Communications Server 2007 & Coyote Point Equalizer Deployment Guide DEPLOYMENT GUIDE Microsoft Office Communications Server 2007 & Coyote Point Equalizer DEPLOYMENT GUIDE Table of Contents Unified Communications Application Delivery...2 General Requirements...6 Equalizer Configuration...7

More information

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

Building a Scale-Out SQL Server 2008 Reporting Services Farm

Building a Scale-Out SQL Server 2008 Reporting Services Farm Building a Scale-Out SQL Server 2008 Reporting Services Farm This white paper discusses the steps to configure a scale-out SQL Server 2008 R2 Reporting Services farm environment running on Windows Server

More information

Microsoft Exchange 2013 DEPLOYMENT GUIDE

Microsoft Exchange 2013 DEPLOYMENT GUIDE Microsoft Exchange 2013 DEPLOYMENT GUIDE Table of Contents Introduction... 2 Deployment Guide Prerequisites... 2 Deployment Notes and Updates... 2 Exchange Server Roles... 2 Accessing the Thunder ADC Device...

More information

Exchange 2010 PKI Configuration Guide

Exchange 2010 PKI Configuration Guide Exchange 2010 PKI Configuration Guide Overview 1. Summary 2. Environment 3. Configuration a) Active Directory Configuration b) CA Configuration c) Exchange Server IIS Configuration d) Exchange Configuration

More information

Microsoft SharePoint 2010 Deployment with Coyote Point Equalizer

Microsoft SharePoint 2010 Deployment with Coyote Point Equalizer The recognized leader in proven and affordable load balancing and application delivery solutions Deployment Guide Microsoft SharePoint 2010 Deployment with Coyote Point Equalizer Coyote Point Systems,

More information

Deployment Guide Microsoft IIS 7.0

Deployment Guide Microsoft IIS 7.0 Deployment Guide Microsoft IIS 7.0 DG_IIS_022012.1 TABLE OF CONTENTS 1 Introduction... 4 2 Deployment Guide Overview... 4 3 Deployment Guide Prerequisites... 4 4 Accessing the AX Series Load Balancer...

More information

SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE)

SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE) 12/15/2012 WALISYSTEMSINC.COM SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE) Setup SSL in SharePoint 2013 In the last article (link below), you learned how to setup SSL in SharePoint 2013

More information

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Microsoft Windows using Eventing Collection Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Microsoft Event

More information

FortiBalancer Exchange 2010 Deployment Guide

FortiBalancer Exchange 2010 Deployment Guide FortiBalancer Exchange 2010 Deployment Guide for FortiBalancer 8.0 MR2 and higher Carl Windsor Revision History Date Revision Number Change Description 2012-03-28 Revision 1 Initial revision. 2012-04-03

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7 DEPLOYMENT GUIDE Version 1.1 Deploying F5 with IBM WebSphere 7 Table of Contents Table of Contents Deploying the BIG-IP LTM system and IBM WebSphere Servers Prerequisites and configuration notes...1-1

More information

Microsoft. Exchange 2013. Referent: Daniel Glomb System Architect

Microsoft. Exchange 2013. Referent: Daniel Glomb System Architect Microsoft Exchange 2013 Referent: Daniel Glomb System Architect Agenda What s new Architecture Client Access Server Mailbox Server Migration Outlook 2013 / OWA What s new in Exchange 2013 Exchange Administration

More information