Microsoft Exchange 2013 Citrix NetScaler Deployment Guide

Size: px
Start display at page:

Download "Microsoft Exchange 2013 Citrix NetScaler Deployment Guide"

Transcription

1 Microsoft Exchange 2013 Citrix NetScaler

2 2 Table of contents What s new in Microsoft Exchange Exchange 2013 Architecture 3 Load Balancing Exchange Lync and SharePoint integration 6 Mobility for Outlook Web A (OWA) 6 Edge Transort servers 6 Exchange 2013 Architecture summary 7 Configuration examles for Exchange Product versions 7 Toology 7 Exchange rotocol / Port requirements 9 Configuring NetScaler for Outlook Web A (OWA) 9 Configuring NetScaler for Microsoft Outlook Anywhere (OA) 16 Configuring NetScaler for Microsoft Exchange ActiveSync (AS) 17 Configuring NetScaler for IMAP4 18 Configuring NetScaler with POP3 24 Conclusion 30 References 31 Click on the section names above to navigate to that ortion of the book and the arrow icon to return to the table of contents from any age.

3 3 NetScaler is an alication delivery controller (ADC) that otimizes and enhances the erformance, availability, scalability and security of Microsoft Exchange 2013 deloyments. Citrix NetScaler is available as a hysical or a virtual aliance. This guide will take you through an easy to understand ste by ste rocess of deloying NetScaler for Microsoft Exchange What s new in Microsoft Exchange 2013 Exchange 2013 Architecture For Microsoft Exchange 2013, there have been major architectural changes to the Exchange server roles. 1 Instead of the five server roles that were resent in Exchange 2010 and Exchange 2007, in Exchange 2013, the number of server roles has been reduced to two: Client Access server The Client Access server rovides authentication, limited redirection, and roxy services. The Client Access server itself doesn t do any data rendering. The Client Access server is a thin and stateless server. There is never anything queued or stored on the Client Access server. The Client Access server offers all the usual client access rotocols: HTTP, POP and IMAP, and Simle Mail Transfer Protocol (SMTP). Mailbox server The Mailbox server includes all the traditional server comonents found in Exchange 2010: the Client Access rotocols, Transort service, Mailbox databases, and Unified Messaging. The Mailbox server handles all activity for the active mailboxes on that server. Previous versions of Exchange were otimized and architected with certain technological constraints that existed at that time. For examle, during develoment for Exchange 2007, one of the key constraints was CPU erformance. To alleviate that constraint, Exchange 2007 was slit into different server roles that allowed scale out through server searation. However, server roles in Exchange 2007 and Exchange 2010 were tightly couled. The tight couling of the roles had several downsides including version deendency, geoaffinity (requiring all roles in a secific site), session affinity (requiring exensive layer 7 hardware load balancing), and namesace comlexity.

4 4 Today, CPU horseower is significantly less exensive and is no longer a constraining factor. With that constraint lifted, the rimary design goal for Exchange 2013 is for simlicity of scale, hardware utilization, and failure isolation. With this new architecture, the Client Access server and the Mailbox server have become loosely couled. All rocessing and activity for a secific mailbox occurs on the Mailbox server that houses the active database coy where the mailbox resides. All data rendering and data transformation is erformed local to the active database coy, eliminating concerns of version comatibility between the Client Access server and the Mailbox server. The Exchange 2013 architecture rovides the following benefits: Version ugrade flexibility No more rigid ugrade requirements. A Client Access server can be ugraded indeendently and in any order in relation to the Mailbox server. Session indifference With Exchange 2010, session affinity to the Client Access server role was required for several rotocols. In Exchange 2013, the client access and mailbox comonents reside on the same Mailbox server. Because the Client Access server simly roxies all connections for a user to a secific Mailbox server, no session affinity is required at the Client Access servers. This allows inbound connections to Client Access servers to be balanced using techniques rovided by load-balancing technology like least connection or round-robin. Deloyment simlicity With an Exchange 2010 site-resilient design, you needed u to eight different namesaces: two Internet Protocol namesaces, two for Outlook Web A fallback, one for Autodiscover, two for RPC Client Access, and one for Simle Mail Transfer Protocol (SMTP). A legacy namesace was also required if you were ugrading from Exchange 2003 or Exchange With Exchange 2013, the minimum number of namesaces dros to two. If you re coexisting with Exchange 2007, you still need to create a legacy hostname, but if you re coexisting with Exchange 2010 or you re installing a new Exchange 2013 organization, the minimum number of namesaces you need is two: one for client rotocols and one for Autodiscover. You may also need a Simle Mail Transfer Protocol (SMTP) namesace. As a result of these architectural changes, there have been some changes to client connectivity. First, RPC is no longer a suorted direct access rotocol. This means that all Outlook connectivity must take lace using RPC over HTTP (also known as Outlook Anywhere). At first glance, this may seem like a limitation, but it actually has some added benefits. The most obvious benefit is that there is no need to have the RPC client access service on the Client Access server. This results in the reduction of two namesaces that would normally be required for a site-resilient solution. In addition, there is no longer any requirement to rovide affinity for the RPC client access service.

5 5 Second, Outlook clients no longer connect to a server FQDN as they have done in all revious versions of Exchange. Outlook uses Autodiscover to create a new connection oint comrised of mailbox symbol, and the domain ortion of the user s rimary Simle Mail Transfer Protocol (SMTP) address. This simle change results in a near elimination of the unwelcome message of Your administrator has made a change to your mailbox. Please restart. Only Outlook 2007 and higher versions are suorted with Exchange The high availability model of the mailbox comonent has not changed significantly since Exchange The unit of high availability is still the database availability grou (DAG). The DAG still uses Windows Server failover clustering. Continuous relication still suorts both file mode and block mode relication. However, there have been some imrovements. Failover times have been reduced as a result of transaction log code imrovements and deeer checkoint on the assive databases. Now, each database runs under its own rocess, allowing for isolation of store issues to a single database. The Client Access server has the following features: Stateless server In revious versions of Exchange, many of the Client Access rotocols required session affinity. For examle, Outlook Web A required that all requests from a articular client be handled by a secific Client Access server within a load balanced array of Client Access servers. In Exchange 2013, the Client Access server is stateless. In other words, because all rocessing for the mailbox haens on the Mailbox server, it doesn t matter which Client Access server in an array of Client Access servers receives each individual client request. This change in functionality means that session affinity is no longer required at the load balancer level. This allows inbound connections to Client Access servers to be balanced using simle techniques rovided by load balancing technology such as DNS round-robin. It also allows hardware load balancing devices to suort significantly more concurrent connections. Connection ooling The Client Access servers handle client authentication and send the AuthN data to the Mailbox server. The account used by the Client Access servers to connect to the Mailbox servers is a rivileged account that s a member of the Exchange Servers grou. This allows the Client Access servers to ool connections to the Mailbox servers effectively. An array of Client Access servers can handle millions of client connections from the Internet, but far fewer connections are used to roxy the requests to the Mailbox servers than in revious releases of Exchange. This imroves rocessing efficiency and end-to-end latency. Load Balancing Exchange 2013 The use of NetScaler is still suorted and the configuration of NetScaler with Exchange 2013 can be much simler, given the architectural changes discussed earlier in this toic. Rather than configuring session affinity for Exchange rotocols, inbound connections to Exchange 2013 Client Access servers can be directed

6 6 to an available server by the NetScaler with no additional rocessing necessary. The NetScaler still has an imortant role in roviding high availability of the Exchange service because it can detect when a secific Client Access server has become unavailable and remove it from the set of servers that will handle inbound connections. 2 Lync and SharePoint integration Exchange 2013 integrates with SharePoint 2013 to allow users to collaborate more effectively by using site mailboxes. Lync Server 2013 can archive content in Exchange 2013 and use Exchange 2013 as a contact store. Discovery Managers can erform In-Place ediscovery and Hold searches across SharePoint 2013, Exchange 2013, and Lync 2013 data. Oauth authentication allows artner alications to authenticate as a service or imersonate users where required. Mobility for Outlook Web A (OWA) The Outlook Web A user interface is new and otimized for tablets and smarthones as well as deskto and lato comuters. New features include as for Outlook, which allow users and administrators to extend the caabilities of Outlook Web A; Contact linking, the ability for users to add contacts from their LinkedIn accounts; and udates to the look and features of the calendar. Edge Transort servers The Edge Transort server is not currently available in Microsoft Exchange Server However, you can continue to use existing Exchange Server 2007 or Exchange Server 2010 Edge Transort servers that you have deloyed in your erimeter network. Or, you can install a new Exchange 2007 or Exchange 2010 Edge Transort server in your erimeter network for a new or ugraded Exchange 2013 organization. Here are the things you need to know: An Exchange 2007 or Exchange 2010 Edge Transort server exects a connection to a Hub Transort server. In Exchange 2013, the Transort service exists on the Mailbox server. Therefore, Internet mail flow occurs between the Transort service on the Mailbox server and the Edge Transort server, which effectively byasses the Exchange 2013 Client Access server. You can subscribe an Exchange 2007 or Exchange 2010 Edge Transort server to an Active Directory site that contains only Exchange 2013 servers. You can imort the Edge Subscrition file and run EdgeSync on a standalone Exchange 2013 Mailbox server, or on a server where the Mailbox server and the Client Access server are installed on the same comuter. You can t imort the Edge Subscrition file or run EdgeSync on a standalone Exchange 2013 Client Access server. The rocedures to deloy a new Exchange 2007 or Exchange 2010 Edge Transort server in your Exchange 2013 organization are basically the same as in

7 7 revious versions of Exchange. However, any rocedures that are erformed on the Hub Transort server are erformed on the Mailbox server in Exchange Exchange 2013 Architecture summary Exchange 2013 has only two roles: Client Access server Mailbox server RPC is no longer a suorted direct access rotocol Outlook connectivity must take lace using RPC over HTTPS (aka Outlook Anywhere) Session affinity no longer required Only Client Access server needs to be load balanced As of this writing, SSL Offloading is not suorted (even though the otion is visible in EAC). 3 However, end-to-end encrytion is available via NetScaler allowing for comression and cookie ersistence. Additionally, NetScaler utilizes SSL session multilexing to reuse existing SSL sessions with the back-end servers, thus avoiding CPU-intensive key exchange (full handshake) oerations. This reduces the overall number of SSL sessions on the server, and therefore accelerates the SSL transaction while maintaining end-to-end security. Edge Transort server is not currently available in Microsoft Exchange Server Configuration examles for Exchange 2013 Product versions Microsoft Exchange 2013 Office Client (MS Office 2013) Exchange Platform (Server 2012) Active Directory (Server 2012) NetScaler 10.1 Toology mu_exchange_server_2013_x64 en_office_rofessional_lus_2013_x86 en_windows_server_2012_x64 en_windows_server_2012_x64 NS10.1: Build nc

8 8 Figure 1: Lab toology Role FQDN IP Additional Active Directory Exchange Server 2013 Exchange Server 2013 Exchange Server 2013 Exchange Server 2013 Internal NetScaler VIP DMZ NetScaler VIP Windows 8 Client Windows 7 Client Windows 7 Client Table 1: Lab IP addresses ns-tme-srv12-dc. xencloud.net ms-exc tme-cloud.net ms-exc tme-cloud.net ms-exc tme-cloud.net ms-exc tme-cloud.net dc-mail.xencloud. net Client Access Server (CAS) & Mailbox (MB) Client Access Server (CAS) & Mailbox (MB) Client Access Server (CAS) Client Access Server (CAS) Internal Mail Access mail.xencloud.net External Mail Access win8-01.tmecloud.net win7-01.tmecloud.net win7-02.tmecloud.net

9 9 Exchange rotocol / Port requirements Descrition VIP Port Protocol Outlook Web A Provides access to from any Web browser. LB Method, Persistency, & Client Timeout 443 SSL Method: Least Connection or Round Robin Persistence: SOURCEIP or COOKIEINSERT Outlook Anywhere Allows Exchange access through the Microsoft Outlook client by tunneling Outlook s MAPI rotocol over an HTTP connection Active Sync Synchronizes data between your mobile hone and Exchange. You can synchronize , contacts, calendar information, and tasks. IMAP4 (SSL) Internet Message Access Protocol allows online and offline access to mail by non-outlook mail clients POP3 (SSL) Post Office Protocol allows online and offline access to mail by non- Outlook mail clients Client Timeout: 2 minutes 443 SSL Method: Least Connection or Round Robin Persistence: SOURCEIP or COOKIEINSERT Client Timeout: 2 minutes 443 SSL Method: Least Connection or Round Robin Persistence: SOURCEIP or COOKIEINSERT Client Timeout: 2 minutes 993 SSL_TCP Method: Least Connection or Round Robin Persistence: None (Not needed) 995 SSL_TCP Method: Least Connection or Round Robin Persistence: None (Not needed) Table 2. Configuring NetScaler for Outlook Web A (OWA) Microsoft Outlook Web A (OWA) lets users access their Exchange mailbox from almost any Web browser. The Client Access server role rovides roxy and redirection services for Outlook Web A. Fully suorted web browsers give users access to features such as conversation view, Inbox rules, the reading ane, and the Scheduling Assistant. Browsers that aren t fully suorted can still be used, but users will see the light version of Outlook Web A, which has fewer features.

10 10 NetScaler rovides the following benefit for OWA: Check the health of the Client Access server. Load Balance multile Client Access servers to scale and ensure high availability for client access. Increase erformance by comressing ayload. SSL session multilexing to reuse existing SSL sessions with the back-end servers, thus avoiding CPU-intensive key exchange (full handshake) oerations. This reduces the overall number of SSL sessions on the server, and therefore accelerates the SSL transaction while maintaining end-to-end security. 1) Enable basic features 2) Install SSL Certificate exorted from Client Access server Additional information can be found at Managing NetScaler Certificates 3) Create servers

11 11 4) Create Service Grou

12 12

13 13 5) Create Virtual Server

14 14

15 15 CLI Commands add server ms-exc add server ms-exc add servicegrou ms-exchange2013-owa SSL -maxclient 0 -maxreq 0 -ci DISABLED -usi NO -useroxyort YES -clttimeout 180 -svrtimeout 360 -CKA NO -TCPB NO -CMP YES -af lowlog DISABLED add ssl certkey mail-exchange-cas -cert /nsconfig/ssl/mail-xencloud-net.em -key /nsconfig/ssl/mail-xencloud-net.em add lb vserver ms-exchange2013-owa SSL ersistencetye COOKIEINSERT -cookiename exchange-owa -clttimeout 180 bind lb vserver ms-exchange2013-owa bind servicegrou ms-exchange2013-owa ms-exc CustomServerID \ None\ bind servicegrou ms-exchange2013-owa ms-exc CustomServerID \ None\

16 16 bind servicegrou ms-exchange2013-owa -monitorname htts set ssl vserver ms-exchange2013-owa -tls11 DISABLED -tls12 DISABLED bind ssl servicegrou ms-exchange2013-owa -certkeyname mail-exchange-cas bind ssl vserver ms-exchange2013-owa -certkeyname mail-exchange-cas Configuring NetScaler for Microsoft Outlook Anywhere (OA) In Microsoft Exchange Server 2013, the Outlook Anywhere (OA) feature, formerly known as RPC over HTTP, allows clients that use Microsoft Office Outlook 2013, Outlook 2010, Outlook 2007, or Outlook 2003 connect to their Exchange servers over the Internet using the RPC over HTTPS Windows networking comonent. In Exchange 2013, Outlook Anywhere is enabled by default, because all Outlook connectivity takes lace via Outlook Anywhere. The only ost-deloyment task you must erform to successfully use Outlook Anywhere is to install a valid SSL certificate on your Client Access server. Mailbox servers in your organization only require the default self-signed SSL certificate. NetScaler rovides the following benefit for OA: Check the health of the Client Access server. Load Balance multile Client Access servers to scale and ensure high availability for client access. Increase erformance by comressing ayload. SSL session multilexing to reuse existing SSL sessions with the back-end servers, thus avoiding CPU-intensive key exchange (full handshake) oerations. This reduces the overall number of SSL sessions on the server, and therefore accelerates the SSL transaction while maintaining end-to-end security. Stes to configure NetScaler are the same as documented in Configuring NetScaler for Outlook Web A (OWA): 1. Enable Basic Features 2. Install SSL Certificate Exorted from Client Access Server 3. Create Servers 4. Create Service Grou a. Add Members b. Select Monitor c. Select SSL Certificate 5. Create Virtual Server a. Configure VIP b. Select Protocol: SSL

17 17 c. Configure Port: 443 d. Select Service Grou e. Select LB Method: Least Connection or Round Robin f. Select Persistence: SOURCEIP or COOKIEINSERT g. Set Client Timeout: 2 minutes h. Select SSL Certificate Configuring NetScaler for Microsoft Exchange ActiveSync (AS) Exchange ActiveSync lets devices such as a cellular telehone or a Microsoft Windows Mobile owered device access cororate information on a server that is running Exchange. Exchange ActiveSync is a data synchronization service that enables mobile users to access their , calendar, and contacts and retain access to this information while they are offline. NetScaler rovides the following benefit for AS: Check the health of the Client Access server. Load Balance multile Client Access servers to scale and ensure high availability for client access. Increase erformance by comressing ayload. SSL session multilexing to reuse existing SSL sessions with the back-end servers, thus avoiding CPU-intensive key exchange (full handshake) oerations. This reduces the overall number of SSL sessions on the server, and therefore accelerates the SSL transaction while maintaining end-to-end security. NOTE: ActiveSync RULE-based ersistence (i.e. Basic Authentication with htt. REQ.HEADER( Authorization )) is no longer required in Exchange Stes to configure are the same as documented in Configuring NetScaler for Outlook Web A (OWA): 1. Enable Basic Features 2. Install SSL Certificate Exorted from Client Access Server 3. Create Servers 4. Create Service Grou a. Add Members b. Select Monitor c. Select SSL Certificate

18 18 5. Create Virtual Server a. Configure VIP b. Select Protocol: SSL c. Configure Port: 443 d. Select Service Grou e. Select LB Method: Least Connection or Round Robin f. Select Persistence: SOURCEIP or COOKIEINSERT g. Set Client Timeout: 2 minutes h. Select SSL Certificate Configuring NetScaler for IMAP4 Internet Message Access Protocol (IMAP4) is an Alication Layer Internet rotocol oerating on secure ort 993 that allows an client to access on a remote mail server. Within Microsoft Exchange, IMAP4 clients are serviced by the Client Access server comonent. IMAP4 does not offer advanced collaboration features, such as calendaring, contacts, and tasks. IMAP4 is commonly used in clients, such as Windows Mail, Windows Live Mail, and Mozilla Thunderbird. IMAP4 cannot be used to send messages from a client alication to the server. alications that use IMAP4 to send messages rely on the Simle Mail Transfer Protocol (SMTP) rotocol to send messages. NetScaler rovides the following benefit for secure IMAP4: Check the health of the Client Access server Load Balance multile Client Access servers to scale and ensure high availability for client access 1) Install SSL Certificate exorted from Client Access server Additional information can be found at Managing NetScaler Certificates

19 19 2) Create an alication level monitor for IMAP (otional)

20 20 3) Create Service Grou

21 21

22 22 4) Create Virtual Server

23 23

24 24 CLI Commands add server ms-exc add server ms-exc add servicegrou ms-exchange2013-imap4 TCP -maxclient 0 -maxreq 0 -ci DISABLED -usi NO -useroxyort YES -clttimeout svrtimeout CKA NO -TCPB NO -CMP NO -aflowlog DISABLED add ssl certkey ns-server-certificate -cert ns-server.cert -key ns-server.key add ssl certkey mail-exchange-cas -cert /nsconfig/ssl/mail-xencloud-net.em -key /nsconfig/ssl/mail-xencloud-net.em add lb vserver ms-exchange2013-ima4 SSL_TCP ersistencetye NONE -clttimeout 9000 bind lb vserver ms-exchange2013-ima4 ms-exchange2013-imap4 add lb monitor Exchange2013_IMAP4_monitor TCP-ECV -send GET / -recv The Microsoft Exchange IMAP4 service is ready. -LRTM ENABLED -interval 30 -destip destport 143 bind servicegrou ms-exchange2013-imap4 ms-exc CustomServerID \ None\ bind servicegrou ms-exchange2013-imap4 ms-exc CustomServerID \ None\ bind servicegrou ms-exchange2013-imap4 -monitorname Exchange2013_ IMAP4_monitor set ssl vserver ms-exchange2013-ima4 -tls11 DISABLED -tls12 DISABLED bind ssl vserver ms-exchange2013-ima4 -certkeyname mail-exchange-cas Configuring NetScaler with POP3 Post Office Protocol version 3(POP3) is an alication-layer Internet rotocol oerating on secure ort 995 and used by local clients to retrieve from a remote server over a TCP/IP connection. POP and IMAP (Internet Message Access Protocol) are the two most revalent Internet standard rotocols for retrieval. Virtually all modern clients and servers suort both. POP3 was designed to suort offline mail rocessing. With POP3, messages are removed from the server and stored on the local POP3 client, unless the client has been set to leave mail on the server. This uts the data management and security resonsibility in the hands of the user. POP3 does not offer advanced collaboration features, such as calendaring, contacts, and tasks. POP3 cannot be used to send messages from a client alication to the server. alications that use POP3 to send messages rely on the Simle Mail Transfer Protocol (SMTP) rotocol to send messages.

25 25 NetScaler rovides the following benefit for secure POP3: Check the health of the Client Access server Load Balance multile Client Access servers to scale and ensure high availability for client access 1) Install SSL Certificate exorted from Client Access server Additional information can be found at Managing NetScaler Certificates 2) Create an alication level monitor for POP3 (otional)

26 26 3) Create Service Grou

27 27

28 28 4) Create Virtual Server

29 29

30 30 CLI Commands add server ms-exc add server ms-exc add servicegrou ms-exchange2013-pop3 TCP -maxclient 0 -maxreq 0 -ci DISABLED -usi NO -useroxyort YES -clttimeout svrtimeout CKA NO -TCPB NO -CMP NO -aflowlog DISABLED add ssl certkey ns-server-certificate -cert ns-server.cert -key ns-server.key add ssl certkey mail-exchange-cas -cert /nsconfig/ssl/mail-xencloud-net.em -key /nsconfig/ssl/mail-xencloud-net.em add lb vserver ms_exchange2013-o3 SSL_TCP ersistencetye NONE -clttimeout 9000 bind lb vserver ms_exchange2013-o3 ms-exchange2013-pop3 add lb monitor Exchange2013_POP3_monitor POP3 -scritname nso3.l -disatcherip disatcherport username o3testuser -assword d22a145a72d73226fd9368f92e97b797 -encryted -LRTM ENABLED -interval 30 -destip destport 110 bind servicegrou ms-exchange2013-pop3 ms-exc CustomServerID \ None\ bind servicegrou ms-exchange2013-pop3 ms-exc CustomServerID \ None\ bind servicegrou ms-exchange2013-pop3 -monitorname Exchange2013_ POP3_monitor set ssl vserver ms_exchange2013-o3 -tls11 DISABLED -tls12 DISABLED bind ssl vserver ms_exchange2013-o3 -certkeyname mail-exchange-cas Conclusion This concludes the NetScaler deloyment guide for MS Exchange NetScaler can front-end and imrove the erformance, scalability, availability and security for Exchange 2013 deloyments.

31 31 References 1. What s New in Exchange 2013 htt://technet.microsoft.com/en-us/library/jj150540(v=exchg.150).asx#bkmk_arch 2. Load Balancing htt://technet.microsoft.com/en-us/library/jj898588(v=exchg.150).asx 3. Exchange Forum htt://social.technet.microsoft.com/forums/exchange/en-us/39315d05-d764-4afa-b9c6-e341f7b14384/does-exchange-2013-cu1-now-suort-ssl-offloading 4. Use an Edge Transort Server in Exchange 2013 htt://technet.microsoft.com/en-us/library/jj150569(v=exchg.150).asx Cororate Headquarters Fort Lauderdale, FL, USA Silicon Valley Headquarters Santa Clara, CA, USA EMEA Headquarters Schaffhausen, Switzerland India Develoment Center Bangalore, India Online Division Headquarters Santa Barbara, CA, USA Pacific Headquarters Hong Kong, China Latin America Headquarters Coral Gables, FL, USA UK Develoment Center Chalfont, United Kingdom About Citrix Citrix (NASDAQ:CTXS) is the cloud comany that enables mobile workstyles emowering eole to work and collaborate from anywhere, easily and securely. With market-leading solutions for mobility, deskto virtualization, cloud networking, cloud latforms, collaboration and data sharing, Citrix hels organizations achieve the seed and agility necessary to succeed in a mobile and dynamic world. Citrix roducts are in use at more than 260,000 organizations and by over 100 million users globally. Annual revenue in 2012 was $2.59 billion. Learn more at Coyright 2013 Citrix Systems, Inc. All rights reserved. Citrix and NetScaler are trademarks of Citrix Systems, Inc. and/or one of its subsidiaries, and may be registered in the U.S. and other countries. Other roduct and comany names mentioned herein may be trademarks of their resective comanies. 0813/PDF

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

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

Solutions Guide. Deploying Citrix NetScaler with Microsoft Exchange 2013 for GSLB. citrix.com

Solutions Guide. Deploying Citrix NetScaler with Microsoft Exchange 2013 for GSLB. citrix.com Deploying Citrix NetScaler with Microsoft Exchange 2013 for GSLB Table of Contents Introduction 3 Overview of Microsoft Exchange 2013 3 Why NetScaler GSLB for Exchange 2013? 3 Topology 3 Single Namespace

More information

Citrix NetScaler and Citrix XenDesktop 7 Deployment Guide

Citrix NetScaler and Citrix XenDesktop 7 Deployment Guide Citrix NetScaler and Citrix XenDeskto 7 Deloyment Guide 2 Table of contents Executive summary and document overview 3 1. Introduction 3 1.1 Overview summary 3 2. Architectural overview 4 2.1 Physical view

More information

Solutions Guide. Deploying Citrix NetScaler for Global Server Load Balancing of Microsoft Lync 2013. citrix.com

Solutions Guide. Deploying Citrix NetScaler for Global Server Load Balancing of Microsoft Lync 2013. citrix.com Solutions Guide Deploying Citrix NetScaler for Global Server Load Balancing of Microsoft Lync 2013 Table of Contents Introduction 3 Overview of Microsoft Lync 2013 3 Why NetScaler GSLB Solution for Lync

More information

Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing

Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing Solution Guide This solution guide focuses on defining the deployment process for Microsoft Dynamics CRM with Citrix NetScaler.

More information

Citrix NetScaler and Microsoft SharePoint 2013 Hybrid Deployment Guide

Citrix NetScaler and Microsoft SharePoint 2013 Hybrid Deployment Guide Citrix NetScaler and Microsoft SharePoint 2013 Hybrid Deployment Guide 2013 Deployment Guide Table of Contents Overview 3 SharePoint Hybrid Deployment Overview 3 Workflow 4 Step by Step Configuration on

More information

How To Use Netscaler As An Afs Proxy

How To Use Netscaler As An Afs Proxy Deployment Guide Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Enabling seamless authentication for Office 365 use cases Table of Contents Introduction 3 ADFS proxy deployment

More information

Deploying Microsoft Dynamics CRM 2015 with NetScaler

Deploying Microsoft Dynamics CRM 2015 with NetScaler Deploying Microsoft Dynamics CRM 2015 with NetScaler Deployment Guide This deployment guide focuses on defining the deployment process for Microsoft Dynamics CRM with Citrix NetScaler. It includes information

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

Single Sign On for ShareFile with NetScaler. Deployment Guide

Single Sign On for ShareFile with NetScaler. Deployment Guide Single Sign On for ShareFile with NetScaler Deployment Guide This deployment guide focuses on defining the process for enabling Single Sign On into Citrix ShareFile with Citrix NetScaler. Table of Contents

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

Configuring Citrix NetScaler for IBM WebSphere Application Services

Configuring Citrix NetScaler for IBM WebSphere Application Services White Paper Configuring Citrix NetScaler for IBM WebSphere Application Services A deployment guide for configuring NetScaler load balancing and content switching When deploying IBM WebSphere Application

More information

icrosoft TMG Replacement with NetScaler

icrosoft TMG Replacement with NetScaler icrosoft TMG Replacement with NetScaler Replacing Microsoft Forefront TMG with NetScaler for secure VPN access Table of contents Introduction 3 Configuration details 3 NetScaler features to be enabled

More information

Deploying NetScaler Gateway in ICA Proxy Mode

Deploying NetScaler Gateway in ICA Proxy Mode Deploying NetScaler Gateway in ICA Proxy Mode Deployment Guide This deployment guide defines the configuration required for using the NetScaler Gateway in ICA Proxy Mode. Table of Contents Introduction

More information

NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway

NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway 2 Microsoft s Forefront Threat Management Gateway (TMG) is a network security and protection solution for enterprise

More information

Microsoft SharePoint 2013 with Citrix NetScaler

Microsoft SharePoint 2013 with Citrix NetScaler Deployment Guide Microsoft SharePoint 2013 with Citrix NetScaler Deployment Guide citrix.com Table of contents Introduction 3 NetScaler value-add to SharePoint 4 Product versions and prerequisites 4 Deploying

More information

Provisioning ShareFile on Microsoft Azure Storage

Provisioning ShareFile on Microsoft Azure Storage ShareFile StorageZones Provisioning ShareFile on Microsoft Azure Storage This document provides a technical overview of how ShareFile can be provisioned on customermanaged, Microsoft Azure cloud storage

More information

Securing Outlook Web Access (OWA) 2013 with NetScaler AppFirewall

Securing Outlook Web Access (OWA) 2013 with NetScaler AppFirewall Solution Guide Securing Outlook Web Access (OWA) 2013 with NetScaler AppFirewall Solution Guide This solution guide provides guidelines for securing Exchange 2013 Outlook Web Access (OWA) with NetScaler

More information

Solution Guide. Optimizing Microsoft SharePoint 2013 with Citrix NetScaler. citrix.com

Solution Guide. Optimizing Microsoft SharePoint 2013 with Citrix NetScaler. citrix.com Solution Guide Optimizing Microsoft SharePoint 2013 with Citrix NetScaler Table of Contents Overview of SharePoint 2013 3 Why NetScaler Optimization Solution for SharePoint 2013? 3 Product Versions and

More information

Deployment Guide. Microsoft Lync 2013 and Citrix NetScaler Deployment Guide. citrix.com

Deployment Guide. Microsoft Lync 2013 and Citrix NetScaler Deployment Guide. citrix.com Deployment Guide Microsoft Lync 2013 and Citrix NetScaler Deployment Guide Table of contents Introduction 3 Overview of Microsoft Lync 2013 3 Lync Server Roles 3 Standard Edition Server 3 Front-End Server

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

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

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

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

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

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

Using Vasco IDENTIKEY Server with NetScaler

Using Vasco IDENTIKEY Server with NetScaler Using Vasco IDENTIKEY Server with NetScaler Deployment Guide This deployment guide describes the process for deploying Vasco IDENTIKEY server with NetScaler to enable secure authentication for application

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

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

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

Citrix desktop virtualization and Microsoft System Center 2012: better together

Citrix desktop virtualization and Microsoft System Center 2012: better together Citrix desktop virtualization and Microsoft System Center 2012: better together 2 Delivery of applications and data to users is an integral part of IT services today. But delivery can t happen without

More information

Microsoft TMG Replacement with NetScaler

Microsoft TMG Replacement with NetScaler Microsoft TMG Replacement with NetScaler Replacing Microsoft Forefront TMG with NetScaler for Optimization This deployment guide focuses on replacing Microsoft Forefront Threat Management Gateway (TMG)

More information

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers : Building Application Centric, ADC-enabled Data Centers Cisco Application Centric Infrastructure (ACI) integrates Citrix NetScaler Application Delivery Controller (ADC) appliances to reduce deployment

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

Discuss the new server architecture in Exchange 2013. Discuss the Client Access server role. Discuss the Mailbox server role

Discuss the new server architecture in Exchange 2013. Discuss the Client Access server role. Discuss the Mailbox server role Discuss the new server architecture in Exchange 2013 Discuss the Client Access server role Discuss the Mailbox server role 5 major roles Tightly coupled Forefront Online Protection for Exchange Edge Transport

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

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

Secure SSL, Fast SSL

Secure SSL, Fast SSL Citrix NetScaler and Thales nshield work together to protect encryption keys and accelerate SSL traffic With growing use of cloud-based, virtual, and multi-tenant services, customers want to utilize virtual

More information

Deployment Guide for Microsoft Lync 2010

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

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

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

White Paper. Protecting Mobile Apps with Citrix XenMobile and MDX. citrix.com

White Paper. Protecting Mobile Apps with Citrix XenMobile and MDX. citrix.com Protecting Mobile Apps with Citrix XenMobile and MDX citrix.com Mobility is a top priority for organizations as more employees demand access to the apps and data that will make them productive. Employees

More information

Exchange 2013 Server Architecture: Part 1. Jeff Mealiffe Senior Program Manager Exchange Product Group

Exchange 2013 Server Architecture: Part 1. Jeff Mealiffe Senior Program Manager Exchange Product Group Exchange 2013 Server Architecture: Part 1 Jeff Mealiffe Senior Program Manager Exchange Product Group Agenda Part 1 Overview of the new Architecture The Client Access server role Part 2 The Mailbox server

More information

How To Install A Citrix Netscaler On A Pc Or Mac Or Ipad (For A Web Browser) With A Certificate Certificate (For An Ipad) On A Netscaler (For Windows) With An Ipro (For

How To Install A Citrix Netscaler On A Pc Or Mac Or Ipad (For A Web Browser) With A Certificate Certificate (For An Ipad) On A Netscaler (For Windows) With An Ipro (For Deployment Guide Deployment Guide VeriSign Certificate Authority Citrix NetScaler SSL Deployment Guide Notice: The information in this publication is subject to change without notice. THIS PUBLICATION

More information

Citrix Workspace Cloud Apps and Desktop Service with an on-premises Resource Reference Architecture

Citrix Workspace Cloud Apps and Desktop Service with an on-premises Resource Reference Architecture Citrix Workspace Cloud Apps and Desktop Service with an on-premises Resource Reference Architecture Produced by Citrix Solutions Lab This guide walks you through an example of how to use Citrix Workspace

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

Deliver the Next Generation Intelligent Datacenter Fabric with the Cisco Nexus 1000V, Citrix NetScaler Application Delivery Controller and Cisco vpath

Deliver the Next Generation Intelligent Datacenter Fabric with the Cisco Nexus 1000V, Citrix NetScaler Application Delivery Controller and Cisco vpath Citrix NetScaler for Cisco Nexus 1000v White Paper Deliver the Next Generation Intelligent Datacenter Fabric with the Cisco Nexus 1000V, Citrix NetScaler Application Delivery Controller and Cisco vpath

More information

The Office Reinvented: Mobile Workspaces are the Future of Work

The Office Reinvented: Mobile Workspaces are the Future of Work The Office Reinvented: Mobile Workspaces are the Future of Work How Citrix, Google and Samsung enable secure business mobility. Business mobility empowers people with a convenient and complete work experience

More information

Sage Document Management. User's Guide Version 12.1

Sage Document Management. User's Guide Version 12.1 Sage Document Management User's Guide Version 12.1 NOTICE This is a ublication of Sage Software, Inc. Version 12.1. November, 2012 Coyright 2012. Sage Software, Inc. All rights reserved. Sage, the Sage

More information

Microsoft Exchange 2016 DEPLOYMENT GUIDE

Microsoft Exchange 2016 DEPLOYMENT GUIDE Microsoft Exchange 2016 DEPLOYMENT GUIDE Table of Contents Introduction...3 Deployment Prerequisites...3 Accessing the Thunder ADC Device...3 Architecture Overview...3 Validating Exchange 2016 Configuration...4

More information

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers Solutions Brief : Building Application Centric, ADC-enabled Data Centers Cisco Application Centric Infrastructure (ACI) integrates Citrix NetScaler Application Delivery Controller (ADC) appliances to reduce

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

Sage Timberline Office

Sage Timberline Office Sage Timberline Office Get Started Document Management 9.8 NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accomanying Sage Timberline Office End User

More information

Solution Brief. Deliver Production Grade OpenStack LBaaS with Citrix NetScaler. citrix.com

Solution Brief. Deliver Production Grade OpenStack LBaaS with Citrix NetScaler. citrix.com Solution Brief Deliver Production Grade OpenStack LBaaS with Citrix NetScaler Enterprises are increasingly turning to private cloud architectures for increased agility and greater operational efficiency

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

NetScaler carriergrade network

NetScaler carriergrade network White Paper NetScaler carriergrade network address translation Preserve IPv4 network investments, consolidate application delivery control in one platform and lower capex and opex Protect your investment

More information

Citrix Lifecycle Management

Citrix Lifecycle Management Citrix Lifecycle Management Comprehensive cloud-based service lifecycle management solution IT administrators are realizing that application deployments are getting more complex and error-prone than ever

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

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

The fastest, most secure path to mobile employee productivity

The fastest, most secure path to mobile employee productivity The fastest, most secure path to mobile employee productivity 2 If your organization lacks a bring-your-own-device (BYOD) strategy, you may be in danger of losing employees who are unhappy because they

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 XenApp on a Microsoft Azure cloud

Deploying XenApp on a Microsoft Azure cloud Deploying XenApp on a Microsoft Azure cloud The scalability and economics of XenApp services on-demand citrix.com Given business dynamics seasonal peaks, mergers, acquisitions, and changing business priorities

More information

FDA CFR PART 11 ELECTRONIC RECORDS, ELECTRONIC SIGNATURES

FDA CFR PART 11 ELECTRONIC RECORDS, ELECTRONIC SIGNATURES Document: MRM-1004-GAPCFR11 (0005) Page: 1 / 18 FDA CFR PART 11 ELECTRONIC RECORDS, ELECTRONIC SIGNATURES AUDIT TRAIL ECO # Version Change Descrition MATRIX- 449 A Ga Analysis after adding controlled documents

More information

Desktop virtualization for all

Desktop virtualization for all Desktop virtualization for all 2 Desktop virtualization for all Today s organizations encompass a diverse range of users, from road warriors using laptops and mobile devices as well as power users working

More information

Sage Document Management. User's Guide Version 13.1

Sage Document Management. User's Guide Version 13.1 Sage Document Management User's Guide Version 13.1 This is a ublication of Sage Software, Inc. Version 13.1 Last udated: June 19, 2013 Coyright 2013. Sage Software, Inc. All rights reserved. Sage, the

More information

Powering Real-Time Mobile Access to Critical Information With Citrix ShareFile

Powering Real-Time Mobile Access to Critical Information With Citrix ShareFile Powering Real-Time Mobile Access to Critical Information With Citrix ShareFile An enterprise file sync and sharing solution built for the needs of the energy, oil and gas industry to provide employee and

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

BlueCat Networks Adonis and Proteus on Citrix NetScaler SDX Platform Overview

BlueCat Networks Adonis and Proteus on Citrix NetScaler SDX Platform Overview BlueCat Networks Adonis and Proteus on Citrix NetScaler SDX Platform Overview 2 The BlueCat Networks and Citrix partnership is based upon integration between BlueCat Networks DNS, DHCP and IP Address Management

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

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

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

Secure remote access

Secure remote access Secure remote access Technical Solutions Brief Secure remote access Simple, secure access to apps and desktops from anywhere. Secure remote access Technical Solutions Brief 2 Today s fast-paced business

More information

The falling cost and rising value of desktop virtualization

The falling cost and rising value of desktop virtualization The falling cost and rising value of desktop virtualization 2 The growing strategic value of desktop virtualization, from a more flexible, productive workforce to lower real estate costs, has made it a

More information

RSA Adaptive Authentication and Citrix NetScaler SDX Platform Overview

RSA Adaptive Authentication and Citrix NetScaler SDX Platform Overview RSA Adaptive Authentication and Citrix NetScaler SDX Platform Overview 2 RSA and Citrix have a long history of partnership based upon integration between RSA Adaptive Authentication and Citrix NetScaler

More information

ShareFile Enterprise: Security Whitepaper

ShareFile Enterprise: Security Whitepaper ShareFile Enterrise: 2 Table of contents Introduction 4 SaaS alication tier 5 ShareFiles servers: Web, API, and database overview 5 SaaS alication tier security 6 Encrytion 6 Hash-based message authentication

More information

Single Sign On for GoToMeeting with NetScaler

Single Sign On for GoToMeeting with NetScaler Deployment Guide Single Sign On for GoToMeeting with NetScaler Deployment Guide This deployment guide focuses on defining the process for enabling Single Sign On into GoToMeeting with Citrix NetScaler.

More information

Mobilize Email with Enterprise-Grade Security and a Great Experience

Mobilize Email with Enterprise-Grade Security and a Great Experience White Paper Mobilize Email with Enterprise-Grade Security and a Great Experience Data protection for your business. Flexibility for IT. Seamless productivity for your workforce. People need to be able

More information

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture 2 This reference architecture is a guideline for deploying Citrix CloudPlatform, powered by Apache CloudStack,

More information

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

Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution 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

More information

The top 5 truths behind what the cloud is not

The top 5 truths behind what the cloud is not Citrix Cloud Solutions White Paper The top 5 truths behind what the cloud is not Separating the noise of what cloud is and what it s not 2 It s clear that the cloud represents the biggest technology disruption

More information

Citrix Solutions. Overview

Citrix Solutions. Overview Citrix Solutions Citrix solutions empower people to work and collaborate from anywhere, securely accessing apps and data on any of the latest devices, as easily as they would in their own office. As work

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

Deployment Guide July-2014 rev. a. Deploying Array Networks APV Series Application Delivery Controllers with Oracle WebLogic 12c

Deployment Guide July-2014 rev. a. Deploying Array Networks APV Series Application Delivery Controllers with Oracle WebLogic 12c Deployment Guide July-2014 rev. a Deploying Array Networks APV Series Application Delivery Controllers with Oracle WebLogic 12c Table of Contents 1 Introduction... 2 1.1 Array Networks APV Appliance...

More information

Windows XP Application Migration Checklist

Windows XP Application Migration Checklist Windows XP Application Migration Checklist Accelerate XP migration planning 2 Whether just beginning a Microsoft Windows XP application migration project or moving forward on an existing project, it s

More information

Trend Micro InterScan Web Security and Citrix NetScaler SDX Platform Overview

Trend Micro InterScan Web Security and Citrix NetScaler SDX Platform Overview Trend Micro InterScan Web Security and Citrix NetScaler SDX Platform Overview 2 Trend Micro and Citrix have a long history of partnership based upon integration between InterScan Web Security and Citrix

More information

Solution Guide for Citrix NetScaler and Cisco APIC EM

Solution Guide for Citrix NetScaler and Cisco APIC EM Solution Guide for Citrix NetScaler and Cisco APIC EM Orchestrating Network QoS policy for delivering enhanced video experience to XenDesktop users Table of contents Solution Overview 3 Executive Summary

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

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

What is an application delivery controller?

What is an application delivery controller? What is an application delivery controller? ADCs have gained traction within the last decade, largely due to increased demand for legacy load balancing appliances to handle more advanced application delivery

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

Citrix ShareFile Enterprise technical overview

Citrix ShareFile Enterprise technical overview Citrix ShareFile Enterprise technical overview 2 The role of IT organizations is changing rapidly as the forces of consumerization pose new challenges. IT is transitioning from the sole provider of user

More information

Exchange Server. Microsoft UNLEASHED SAM. Guy Yardeni. Technical Edit by Ed Crowley. Rand Morimo io Michael Noel. Chris Amaris.

Exchange Server. Microsoft UNLEASHED SAM. Guy Yardeni. Technical Edit by Ed Crowley. Rand Morimo io Michael Noel. Chris Amaris. Rand Morimo io Michael Noel Guy Yardeni Chris Amaris Andrew Abbate Technical Edit by Ed Crowley Microsoft Exchange Server 201 UNLEASHED SAM 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of

More information

Exchange 2013 Uusi sähköposti. Jussi Lehtoalho Principal Consultant, Microsoft Oy Sakari Kouti Järjestelmäpäällikkö, FC Sovelto Oyj

Exchange 2013 Uusi sähköposti. Jussi Lehtoalho Principal Consultant, Microsoft Oy Sakari Kouti Järjestelmäpäällikkö, FC Sovelto Oyj Exchange 2013 Uusi sähköposti Jussi Lehtoalho Principal Consultant, Microsoft Oy Sakari Kouti Järjestelmäpäällikkö, FC Sovelto Oyj Agenda Uusi Exchange 2013 arkkitehtuuri Exchange 2013 versiot Exchange

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

Configuring Content Switching Feature

Configuring Content Switching Feature Configuring Content Switching Feature Configuring the Content Switching Feature on the NetScaler Appliance to Access Multiple Web Sites Hosted on a Web Server To configure the Content Switching feature

More information