Zeus Extensible Traffic Manager in Virtualized Hosting Environments.

Size: px
Start display at page:

Download "Zeus Extensible Traffic Manager in Virtualized Hosting Environments."

Transcription

1 Zeus Extensible Traffic Manager in Virtualized Hosting Environments. Zeus Technology Limited Sales: +44 (0) The Jeffreys Building Main: +44 (0) Cowley Road Fax: +44 (0) Cambridge CB4 0WS United Kingdom Web:

2 Introduction This document outlines ZXTM s capabilities within virtualized service-hosting environments. It describes ZXTM, gives some deployment scenarios, and a little bit of future vision. Although the document uses VMware s virtualization technologies as an example, it is equally applicable to other implementations such as Microsoft s Virtual Server. The appendix discusses the RDP desktop hosting problem in depth, and describes how ZXTM can alleviate some of the management and security problems. This is applicable to both physical and virtual desktop hosting. What is ZXTM? ZXTM is a non-intrusive, software traffic manager that load balances network services across clusters of physical or virtual servers. Virtual / Physical servers Web Server: Apache, IIS, Zeus Web Application: WebLogic, WebSphere, Oracle, SAP ZXTM Traffic Manager Remote Desktop: RDP Web Services: SOAP, XMLRPC , DNS, Media In any environment where multiple servers provide a network-based service, some form of network traffic distribution is required. ZXTM is the only non-hardware load balancer that can meet this requirement. ZXTM reinforces the virtualization benefits of server consolidation, server containment and business continuity. As virtual machines (VMs) are deployed, moved and removed, ZXTM can ensure that incoming network traffic is always delivered to the most available, responsive machines. ZXTM makes these machine and services faster, more reliable, more secure and easier to manage. ZXTM ON VMWARE - BRIEFING NOTE 2

3 ZXTM makes the services run faster Buffering TCP requests and responses, so that the server talks to a fast local client rather than a slow, unreliable, remote client. Multiplexing the client-side HTTP requests into many fewer server-side keepalive connections, reducing the number of connections the application must manage. TCP buffering and HTTP multiplexing can reduce the number of simultaneous connections by a factor of 100, and verifiably improve the capacity of services like WebSphere, WebLogic and Apache by factors of 10, 36 and 100 respectively 1,2 Offloading CPU-intensive tasks such as SSL, Compression and XML pre-processing onto ZXTM s highly-optimized implementations, freeing up the application server to concentrate on application code. Dynamic Content Caching eliminates the impact of repeated requests for common data. These benefits are particularly pertinent to virtualized environments, where the limits on performance and scalability of network traffic are very acute. ZXTM makes the services more reliable Load-balancing traffic to the fastest-responding servers and routing traffic away from poorly-performing or failed servers. Allowing for multiple levels of redundancy. If one unit fails, additional redundancy means that the failed unit does not have to be repaired immediately. Facilitating routine maintenance, such as rolling out new virtual machine instances. Old virtual machines can be drained of traffic in a managed way, so that they can be retired without interrupting any ongoing requests or sessions. ZXTM makes the services more secure Acting as a gatekeeper ; totally isolating the servers from the external networks. It is impossible for an external hacker to access the servers without going through ZXTM. Inspecting and filtering each request against desired criteria. SSL traffic can be decrypted, and users or requests can be blacklisted or whitelisted using ZXTM s TrafficScript inspection language. ZXTM makes the servers easier to manage Traffic management policies are implemented using TrafficScript, ZXTM s scripting language. You can pull together custom bandwidth, caching, access control, persistence, routing and rewriting logic to build the precise solution you require. A Web Services-based Control API can be used to query and reconfigure ZXTM programmatically. Visualization: a wide range of traffic statistics, from bandwidth to response times are published in real time, via SNMP and an interactive graphing environment ZXTM ON VMWARE - BRIEFING NOTE

4 Typical Deployment Scenario An organisation hosts a business-critical network-based service, such as a web site, mail server, database server, or even just a sub-component of a web site, such as a CRM system. Typically, these services are accessed via HTTP, HTTPS, SOAP/Web Services, etc. Because a single physical/virtual server has insufficient capacity to host the service, or because the organisation requires application continuity if a server fails, it is necessary to host multiple independent instances of the service. With multiple service instances, it s necessary to distribute incoming traffic across the servers that are functioning. A Traffic Management solution is required. ZXTM Traffic Distribution Application Servers (VMs) Transaction Servers (VMs) Traditional or Blade-based x86 servers ZXTM could be deployed in standalone mode, running on a pair of dedicated servers or blades for maximum performance, or could be deployed in a pair of virtual appliances. ZXTM is often deployed in clusters of two or more to give full resilience in the unlikely event of a software or host server failure. The following scenarios illustrate what is possible with custom integration between ZXTM (using the Control API), VirtualCenter and a central policy server. Scenario 1: Failing Servers ZXTM detects by way of its asynchronous monitoring capability that a particular server has failed due to a software or configuration fault, or a request-of-death incident. 1. ZXTM routes traffic away from the failed server 2. ZXTM raises an alert that is programmed to communicate with the virtualization manager (e.g. VirtualCenter). This restarts the VM image from a known good snapshot. ZXTM ON VMWARE - BRIEFING NOTE 4

5 3. ZXTM continues to asynchronously probe the server. When it begins to function correctly, ZXTM reintroduces it into the cluster. Scenario 2: Service has insufficient capacity ZXTM monitors response times (using its Service Level Monitoring capability) and publishes the percentage conforming to the desired threshold (e.g. 200ms) via SNMP. A remote policy server (e.g. IBM Director) monitors ZXTM and performs the following actions: 1. Uses the virtualization manager web services interface to deploy additional VMs or increase resource allocations. 2. If necessary, uses ZXTM s Control API to inform ZXTM that new VMs have been deployed. ZXTM begins to route traffic to the new VMs when they are online. Scenario 3: New hardware is deployed A new virtualization host (e.g. ESX Server instance) is introduced to the resource pool. Some running VMs are migrated to the new managed systems, e.g. using VMotion: 1. Before the VMotion, use ZXTM s Control API to inform ZXTM to drain the virtual machine. 2. Afterwards, use the Control API to reintroduce traffic to the machine. Under some circumstances (for example, if the VM acquires a new IP address), it may be necessary to change the IP addresses that the VM listens through. 1. After moving the VMs, use ZXTM s Control API to remove the old VM IPs from ZXTM s configuration and add the new IPs in. Scenario 4: A Virtual Machine is to be powered off For operational reasons, a VM is to be powered off. For example, a new instance of the VM is to be deployed, perhaps with updated OS patches, upgraded software or new versions of the service configuration or content. If the old VM were simply to be powered off, requests it was processing and sessions established with it would be lost. ZXTM s Connection Draining feature is designed to solve this problem: 1. Use ZXTM s Control API to inform ZXTM to drain the VM that will shortly be powered off. 2. After sufficient time to expire sessions, use the Control API to remove the old VM from ZXTM s configuration. Power off the VM. 5 ZXTM ON VMWARE - BRIEFING NOTE

6 Summary: Key Benefits Software-based Solution ZXTM allows the Traffic Management layer to be treated identically to the application layer, deployed on the same hardware and managed as a set of virtual appliances if desired. Support ZXTM on VMware is an actively supported configuration, within the performance limits of the virtual machine environment. Zeus actively promotes the use of VMware Player as a way of distributing evaluation, demonstration and development software. ZXTM will be actively supported on other virtualization platforms as they mature and gain industry acceptance. A comprehensive knowledgebase of ZXTM technical information, use cases and expertise is freely available online at Highly Flexible ZXTM s layer 7 inspection, large feature-set and TrafficScript language combine to give an extremely flexible and capable solution, able to deal with the great many problems that can arise when clustering complex applications. Zeus has significant experience in this area. Features like asynchronous monitoring and connection draining have clear applicability in a virtualized environment. ZXTM Control API ZXTM s Control API is a Web Services-based API very similar in nature to VMware s VirtualCenter or Microsoft s Virtual Server Web Services interfaces. It allows corporate developers and ISVs to manage and control ZXTM from their own independent programs and from existing frameworks such as IBM Director. This is a complementary technology to the virtualization Web Services management interface, and enables full next-generation control within the datacentre. ZXTM ON VMWARE - BRIEFING NOTE 6

7 Compute Fabric Evolution Zeus is partnering with many of the key players who are shaping the next generation of datacenter architectures. Dynamic provisioning and migration of applications to meet business demands ZXTM is a complementary component: Deployed within the virtualized environment Monitors the performance of services within the virtualized environment As performance problems are detected, ZXTM alerts the Utility Manager Utility Manager provisions new application instances and informs ZXTM ZXTM intelligently routes and balance traffic across all the instances of the application All communication and configuration takes place via VMware s and ZXTM's SOAP APIs. ZXTM can provide a fundamental monitoring and traffic management service within virtualized environments A completely automated datacenter utility manager will dynamically reprovision and repurpose software and hardware resources in the datacenter. ZXTM s traffic management will form a fundamental part of this architecture. 7 ZXTM ON VMWARE - BRIEFING NOTE

8 Appendix: Using ZXTM to assist Virtual Desktop hosting Zeus is a founder member of VMware s Virtual Desktop Infrastructure (VDI) Alliance and Zeus Traffic Management technology can alleviate many of the security and manageability problems inherent in publishing virtual desktop services. In current deployments, end users connect directly to their remote desktop server. Each user requires their own publicly routed IP address which must be permanently reserved: Public IP 1 Public IP 2 Public IP 3 Public IP 4 This introduces management problems: large numbers of externally routed IP addresses must be maintained and managed as users are added or removed from the shared system. Placing virtual desktops on public addresses also creates unacceptable security concerns. At VMware s TSX conference (Paris 2006), Zeus demonstrated a proof-of-concept solution using ZXTM to offer a single point of entry to a suite of virtual desktops running on a private network: Private IP 1 Private IP 2 Private IP 3 Private IP 4 Authentication and Location Server The proof-of-concept solution used a web-based authentication server where users logged into their desktop. The server returned an RDP connection file for Microsoft s RDP client, which then automatically connected to the ZXTM gateway. ZXTM inspected the connection and queried the location server for the location of the users desktop, ZXTM ON VMWARE - BRIEFING NOTE 8

9 1. User accesses authentication server using HTTP/HTTPS: 2. Authentication server authenticates user against database. Upon a successful authentication, the server returns the RDP connection info which directs the user s RDP client to connect to the ZXTM-hosted public IP address. The user s web browser can automatically start the appropriate RDP client software. 3. User s RDP client makes a secure connection to the ZXTM gateway. 4. Using TrafficScript, ZXTM extracts the username from the RDP connect and queries the Location Server to determine the location of the database: 5. ZXTM then connects the user s RDP session to the correct desktop. Note that by using ZXTM at both ends of the connection (client side and server side), it s additionally possible to SSL-encrypt all publicly routed internet traffic. This further improves security by making the RDP man-on-the-middle attack 3 impossible ZXTM ON VMWARE - BRIEFING NOTE

10 Summary Zeus RDP hosting architecture is a proof-of-concept design that is currently under evaluation with Zeus clients. Many extensions are possible. For example, the authentication server could automatically provision a new desktop if the user had not logged in before. Idle desktops could be suspended, and then unsuspended or allocated more CPU resources when the user returned. For further information, please contact Zeus Technology s sales information line using the details given at the end of this document. Further Reading VMware s Virtualization Technology: Microsoft Virtual Server: ZXTM ON VMWARE - BRIEFING NOTE 10

11 Copyright Zeus Technology Limited [2006]. Copyright in this document belongs to Zeus Technology Limited. All rights are reserved. Trademarks Zeus Technology, the Zeus logo, Zeus Web Server, Zeus Load Balancer, Zeus Mass Hosting Application, ZISP CGI Toolkit, Zeus Extensible Traffic Manager, TrafficScript and RuleBuilder are trademarks of Zeus Technology Limited. Other trademarks may be owned by third parties. Contact Information If you would like to learn more about any of the topics covered by this white paper, please feel free to contact us for more information. You can reach us in a variety of ways: By For general enquiries: info@zeus.com For commercial and technical enquiries: sales@zeus.com For reseller information: partners@zeus.com For press and public relations information: press@zeus.com By Telephone Main switchboard: +44 (0) Information line: +44 (0) Fax: +44 (0) By Post or in Person Zeus Technology Limited The Jeffreys Building Cowley Road Cambridge CB4 0WS United Kingdom Our web site contains a wealth of information on our products, services and solutions, as well as customer case studies, press information and a comprehensive knowledge base. For more information, please visit 11 ZXTM ON VMWARE - BRIEFING NOTE

Load balancing Microsoft IAG

Load balancing Microsoft IAG Load balancing Microsoft IAG Using ZXTM with Microsoft IAG (Intelligent Application Gateway) Server Zeus Technology Limited Zeus Technology UK: +44 (0)1223 525000 The Jeffreys Building 1955 Landings Drive

More information

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Table of Contents Overview... 2 Installation and Initial Configuration of SharePoint services... 3 System Requirements...

More information

Cisco Application Networking for IBM WebSphere

Cisco Application Networking for IBM WebSphere Cisco Application Networking for IBM WebSphere Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

A Layman's Guide to Global Server Load Balancing

A Layman's Guide to Global Server Load Balancing A Layman's Guide to Global Server Load Balancing Zeus Technology Limited (UK) Sales: +44 (0)1223 568555 Zeus Technology, Inc. (U.S.) Phone: (650) 965-4627 The Jeffreys Building Main: +44 (0)1223 525000

More information

AppDirector Load balancing IBM Websphere and AppXcel

AppDirector Load balancing IBM Websphere and AppXcel TESTING & INTEGRATION GROUP SOLUTION GUIDE AppDirector Load balancing IBM Websphere and AppXcel INTRODUCTION...2 RADWARE APPDIRECTOR...3 RADWARE APPXCEL...3 IBM WEBSPHERE...4 SOLUTION DETAILS...4 HOW IT

More information

Bill Ting, Product Marketing Riverbed Technology

Bill Ting, Product Marketing Riverbed Technology Bill Ting, Product Marketing Riverbed Technology Who s Riverbed The IT Performance Company Silicon Valley-based company since 2002, HQ in San Francisco, CA NASDAQ Listed with $727M Revenue in 2011, Growing

More information

Cisco ACE 4710 Application Control Engine

Cisco ACE 4710 Application Control Engine Data Sheet Cisco ACE 4710 Application Control Engine Product Overview The Cisco ACE 4710 Application Control Engine (Figure 1) belongs to the Cisco ACE family of application switches, used to increase

More information

Riverbed Stingray Traffic Manager PRODUCT BROCHURE

Riverbed Stingray Traffic Manager PRODUCT BROCHURE Riverbed Traffic Manager PRODUCT BROCHURE Brochure: Riverbed Traffic Manager Overview As application environments become more complex, more distributed, and more virtualized, enterprises need a broader

More information

VMware DRS: Why You Still Need Assured Application Delivery and Application Delivery Networking

VMware DRS: Why You Still Need Assured Application Delivery and Application Delivery Networking F5 White Paper VMware DRS: Why You Still Need Assured Application Delivery and Application Delivery Networking VMware Infrastructure products provide the next generation virtual platform for the new data

More information

APPLICATION DELIVERY

APPLICATION DELIVERY RIVERBED DELIVERY THE FIRST DELIVERY CONTROLLER (ADC) DESIGNED FOR ANY CLOUD OR Greater flexibility VIRTUALIZED ENVIRONMENT GARTNER MAGIC QUADRANT RECOGNITION We re a Visionary in the 2012 Magic Quadrant

More information

Veritas Storage Foundation High Availability for Windows by Symantec

Veritas Storage Foundation High Availability for Windows by Symantec Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability

More information

Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide

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

More information

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

SDC The Service Delivery Controller FACT SHEET

SDC The Service Delivery Controller FACT SHEET SDC The Service Delivery Controller FACT SHEET SDC The Service Delivery Controller In his FrankenSOA 1 analysis published in Network Computing, Andy Dorman gave a comprehensive and well-informed assessment

More information

Sun CoolThreads Servers and Zeus Technology Next-generation load balancing and application traffic management

Sun CoolThreads Servers and Zeus Technology Next-generation load balancing and application traffic management Sun CoolThreads Servers and Zeus Technology Next-generation load balancing and application traffic management < Rapid and unpredictable growth in Web services applications is driving the need for highly

More information

Reducing the Cost and Complexity of Business Continuity and Disaster Recovery for Email

Reducing the Cost and Complexity of Business Continuity and Disaster Recovery for Email Reducing the Cost and Complexity of Business Continuity and Disaster Recovery for Email Harnessing the Power of Virtualization with an Integrated Solution Based on VMware vsphere and VMware Zimbra WHITE

More information

Running VirtualCenter in a Virtual Machine

Running VirtualCenter in a Virtual Machine VMWARE TECHNICAL NOTE VirtualCenter 2.x Running VirtualCenter in a Virtual Machine Running VirtualCenter in a virtual machine is fully supported by VMware to the same degree as if it were installed on

More information

Cisco Application Networking for BEA WebLogic

Cisco Application Networking for BEA WebLogic Cisco Application Networking for BEA WebLogic Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

Managing Application Performance and Availability in a Virtual Environment

Managing Application Performance and Availability in a Virtual Environment The recognized leader in proven and affordable load balancing and application delivery solutions White Paper Managing Application Performance and Availability in a Virtual Environment by James Puchbauer

More information

Brocade Virtual Traffic Manager and Microsoft SharePoint 2010 Deployment Guide

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

More information

Managing SIP traffic with Zeus Traffic Manager

Managing SIP traffic with Zeus Traffic Manager White Paper Managing SIP traffic with Zeus Traffic Manager Zeus. Why wait Contents High-Availability and Scalable Voice-over-IP Services... 3 What is SIP?... 3 Architecture of a SIP-based Service... 4

More information

Radware s AppDirector and AppXcel An Application Delivery solution for applications developed over BEA s Weblogic

Radware s AppDirector and AppXcel An Application Delivery solution for applications developed over BEA s Weblogic TESTING & INTEGRATION GROUP SOLUTION GUIDE Radware s AppDirector and AppXcel An Application Delivery solution for applications developed over BEA s Weblogic Contents INTRODUCTION... 2 RADWARE APPDIRECTOR...

More information

Basic & Advanced Administration for Citrix NetScaler 9.2

Basic & Advanced Administration for Citrix NetScaler 9.2 Basic & Advanced Administration for Citrix NetScaler 9.2 Day One Introducing and deploying Citrix NetScaler Key - Brief Introduction to the NetScaler system Planning a NetScaler deployment Deployment scenarios

More information

Scaling with Zeus Global Load Balancer

Scaling with Zeus Global Load Balancer White Paper Scaling with Zeus Global Load Balancer Zeus. Why wait Contents Introduction... 3 Server Load Balancing within a Datacenter... 3 Global Server Load Balancing between Datacenters... 3 Who might

More information

SiteCelerate white paper

SiteCelerate white paper SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance

More information

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Table of Contents Virtualization 3 Benefits of Virtualization 3 Continuous Availability

More information

Brocade Virtual Traffic Manager

Brocade Virtual Traffic Manager DATA SHEET Brocade Virtual Traffic Manager HIGHLIGHTS Provides an Application Delivery and Load Balancing solution purposebuilt for high-performance Network Functions Virtualization (NFV) Uniquely customizable,

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

Successfully Deploying Globalized Applications Requires Application Delivery Controllers

Successfully Deploying Globalized Applications Requires Application Delivery Controllers SHARE THIS WHITEPAPER Successfully Deploying Globalized Applications Requires Application Delivery Controllers Whitepaper Table of Contents Abstract... 3 Virtualization imposes new challenges on mission

More information

VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware.

VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware. VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware.com) Copyright 2008 EMC Corporation. All rights reserved. Agenda

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

TESTING & INTEGRATION GROUP SOLUTION GUIDE

TESTING & INTEGRATION GROUP SOLUTION GUIDE TESTING & INTEGRATION GROUP SOLUTION GUIDE AppDirecor optimizing the delivery of VMware View 4.5 Contents INTRODUCTION... 2 RADWARE APPDIRECTOR... 2 VMWARE VIEW... 2 RADWARE APPDIRECTOR AND VMWARE VIEW

More information

Zeus Traffic Manager VA Performance on vsphere 4

Zeus Traffic Manager VA Performance on vsphere 4 White Paper Zeus Traffic Manager VA Performance on vsphere 4 Zeus. Why wait Contents Introduction... 2 Test Setup... 2 System Under Test... 3 Hardware... 3 Native Software... 3 Virtual Appliance... 3 Benchmarks...

More information

F5 and Oracle Database Solution Guide. Solutions to optimize the network for database operations, replication, scalability, and security

F5 and Oracle Database Solution Guide. Solutions to optimize the network for database operations, replication, scalability, and security F5 and Oracle Database Solution Guide Solutions to optimize the network for database operations, replication, scalability, and security Features >> Improved operations and agility >> Global scaling Use

More information

Brocade Virtual Traffic Manager and Oracle EBS 12.1 Deployment Guide

Brocade Virtual Traffic Manager and Oracle EBS 12.1 Deployment Guide September 2015 Brocade Virtual Traffic Manager and Oracle EBS 12.1 Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX,

More information

Flexible Routing and Load Control on Back-End Servers. Controlling the Request Load and Quality of Service

Flexible Routing and Load Control on Back-End Servers. Controlling the Request Load and Quality of Service ORACLE TRAFFIC DIRECTOR KEY FEATURES AND BENEFITS KEY FEATURES AND BENEFITS FAST, RELIABLE, EASY-TO-USE, SECURE, AND SCALABLE LOAD BALANCER [O.SIDEBAR HEAD] KEY FEATURES Easy to install, configure, and

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

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family White Paper June, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

Radware s AppDirector and Microsoft Windows Terminal Services 2008 Integration Guide

Radware s AppDirector and Microsoft Windows Terminal Services 2008 Integration Guide Radware s AppDirector and Microsoft Windows Terminal Services 2008 Integration Guide Contents SOLUTION OVERVIEW... 2 RADWARE APPDIRECTOR OVERVIEW... 2 MICROSOFT WINDOWS TERMINAL SERVICES 2008... 2 SOLUTION

More information

A Comparison of VMware and {Virtual Server}

A Comparison of VMware and {Virtual Server} A Comparison of VMware and {Virtual Server} Kurt Lamoreaux Consultant, MCSE, VCP Computer Networking and Consulting Services A Funny Thing Happened on the Way to HP World 2004 Call for speakers at the

More information

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS)

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS) ManageEngine (division of ZOHO Corporation) www.manageengine.com Infrastructure Management Solution (IMS) Contents Primer on IM (Infrastructure Management)... 3 What is Infrastructure Management?... 3

More information

Data Sheet. VLD 500 A Series Viaedge Load Director. VLD 500 A Series: VIAEDGE Load Director

Data Sheet. VLD 500 A Series Viaedge Load Director. VLD 500 A Series: VIAEDGE Load Director Data Sheet VLD 500 A Series Viaedge Load Director VLD 500 A Series: VIAEDGE Load Director VLD : VIAEDGE Load Director Key Advantages: Server Load Balancing for TCP/UDP based protocols. Server load balancing

More information

Getting More Performance and Efficiency in the Application Delivery Network

Getting More Performance and Efficiency in the Application Delivery Network SOLUTION BRIEF Intel Xeon Processor E5-2600 v2 Product Family Intel Solid-State Drives (Intel SSD) F5* Networks Delivery Controllers (ADCs) Networking and Communications Getting More Performance and Efficiency

More information

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

Cisco Application Control Engine in the Virtual Data Center

Cisco Application Control Engine in the Virtual Data Center Cisco Application Control Engine in the Virtual Data Center Q. What is Cisco Application Control Engine (ACE) the Virtual Data Center (AVDC)? A. AVDC is a solution that focuses on integrating key data

More information

Availability Acceleration Access Virtualization - Consolidation

Availability Acceleration Access Virtualization - Consolidation Sales Guide straight to the point Availability Acceleration Access Virtualization - Consolidation F5 Battlecard Aligning business strategy and the IT infrastructure F5 provides strategic points of control

More information

VMware vsphere-6.0 Administration Training

VMware vsphere-6.0 Administration Training VMware vsphere-6.0 Administration Training Course Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Classroom Fee = 20,000 INR Online / Fast-Track Fee = 25,000 INR Fast

More information

VMware vcloud Networking and Security Overview

VMware vcloud Networking and Security Overview VMware vcloud Networking and Security Overview Networks and Security for Virtualized Compute Environments WHITE PAPER Overview Organizations worldwide have gained significant efficiency and flexibility

More information

Journey to the Private Cloud. Key Enabling Technologies

Journey to the Private Cloud. Key Enabling Technologies Journey to the Private Cloud Key Enabling Technologies Jeffrey Nick Chief Technology Officer Senior Vice President EMC Corporation June 2010 1 The current I/T state: Infrastructure sprawl Information explosion

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

PIVOTAL CRM ARCHITECTURE

PIVOTAL CRM ARCHITECTURE WHITEPAPER PIVOTAL CRM ARCHITECTURE Built for Enterprise Performance and Scalability WHITEPAPER PIVOTAL CRM ARCHITECTURE 2 ABOUT Performance and scalability are important considerations in any CRM selection

More information

F5 PARTNERSHIP SOLUTION GUIDE. F5 and VMware. Virtualization solutions to tighten security, optimize performance and availability, and unify access

F5 PARTNERSHIP SOLUTION GUIDE. F5 and VMware. Virtualization solutions to tighten security, optimize performance and availability, and unify access F5 PARTNERSHIP SOLUTION GUIDE F5 and VMware Virtualization solutions to tighten security, optimize performance and availability, and unify access 1 W H AT 'S INS I DE Data Center Virtualization 3 Enterprise

More information

Brocade Virtual Traffic Manager and Magento Deployment Guide

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

More information

Zeus Technology Limited Zeus Technology UK: +44 (0)1223 525000 The Jeffreys Building 5201 Great America Parkway Suite 320 US: +1-408-850-7204

Zeus Technology Limited Zeus Technology UK: +44 (0)1223 525000 The Jeffreys Building 5201 Great America Parkway Suite 320 US: +1-408-850-7204 ZXTM Virtual Appliance Getting Started Guide VMware Server 1.0, VMware ESX Server 3.0 Software Version 5.0 Zeus Technology Limited Zeus Technology UK: +44 (0)1223 525000 The Jeffreys Building 5201 Great

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008

DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008 DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008 Table of Contents Table of Contents Deploying F5 with Microsoft Windows Server 2008 Prerequisites and configuration notes...1-1 Deploying

More information

VMware Horizon Mirage Load Balancing

VMware Horizon Mirage Load Balancing SOLUTION GUIDE VMware Horizon Mirage Load Balancing Solution Guide Version 1.1 July 2014 2014 Riverbed Technology, Inc. All rights reserved. Riverbed, SteelApp, SteelCentral, SteelFusion, SteelHead, SteelScript,

More information

Virtualization Essentials

Virtualization Essentials Virtualization Essentials Table of Contents Introduction What is Virtualization?.... 3 How Does Virtualization Work?... 4 Chapter 1 Delivering Real Business Benefits.... 5 Reduced Complexity....5 Dramatically

More information

VMware System, Application and Data Availability With CA ARCserve High Availability

VMware System, Application and Data Availability With CA ARCserve High Availability Solution Brief: CA ARCserve R16.5 Complexity ate my budget VMware System, Application and Data Availability With CA ARCserve High Availability Adding value to your VMware environment Overview Today, performing

More information

Release Version 4.1 The 2X Software Server Based Computing Guide

Release Version 4.1 The 2X Software Server Based Computing Guide Release Version 4.1 The 2X Software Server Based Computing Guide Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless

More information

WHITE PAPER. Enhancing Application Delivery and Load Balancing on Amazon Web Services with Brocade Virtual Traffic Manager

WHITE PAPER. Enhancing Application Delivery and Load Balancing on Amazon Web Services with Brocade Virtual Traffic Manager WHITE PAPER Enhancing Application Delivery and Load Balancing on Amazon Web Services with Brocade Virtual Traffic Manager ALREADY USING AMAZON ELASTIC LOAD BALANCER? As an abstracted service, Amazon ELB

More information

Application Delivery and Load Balancing for VMware View Desktop Infrastructure

Application Delivery and Load Balancing for VMware View Desktop Infrastructure Application Delivery and Load Balancing for VMware View Desktop Infrastructure A Dell, F5 Networks and VMware Technical White Paper End-to-End Solutions Team Dell Product Group Enterprise Global Strategic

More information

CA Virtual Assurance/ Systems Performance for IM r12 DACHSUG 2011

CA Virtual Assurance/ Systems Performance for IM r12 DACHSUG 2011 CA Virtual Assurance/ Systems Performance for IM r12 DACHSUG 2011 Happy Birthday Spectrum! On this day, exactly 20 years ago (4/15/1991) Spectrum was officially considered meant - 2 CA Virtual Assurance

More information

VMware Virtual Desktop Manager User Authentication Guide

VMware Virtual Desktop Manager User Authentication Guide Technical Note VMware Virtual Desktop Manager User Authentication Guide VMware Virtual Desktop Manager The purpose of this guide is to provide details of user authentication in VMware Virtual Desktop Manager

More information

Introducing ZENworks 11 SP4

Introducing ZENworks 11 SP4 Introducing ZENworks 11 SP4 Experience Added Value and Improved Capabilities Article Reprint ZENworks Article Reprint Introducing ZENworks 11 SP4 Addressing Key Usability and Supportability Issues Micro

More information

Brocade Virtual Traffic Manager

Brocade Virtual Traffic Manager DATA SHEET Brocade Virtual Traffic Manager Highlights Provides an Application Delivery and Load Balancing solution purposebuilt for high-performance Network Functions Virtualization (NFV) Uniquely customizable,

More information

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services DEPLOYMENT GUIDE Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the BIG-IP

More information

Brocade Virtual Traffic Manager and Microsoft Outlook Web Access Deployment Guide

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

More information

Barracuda Load Balancer Online Demo Guide

Barracuda Load Balancer Online Demo Guide Barracuda Load Balancer Online Demo Guide Rev 1.3 October 04, 2012 Product Introduction The Barracuda Networks Load Balancer provides comprehensive IP load balancing capabilities to any IP-based application,

More information

PRODUCT BROCHURE. Riverbed Stingray Product Family

PRODUCT BROCHURE. Riverbed Stingray Product Family PRODUCT BROCHURE Riverbed Stingray Product Family 1 PRODUCT BROCHURE: Riverbed Stingray Product Family Overview Online applications are expected to deliver consistent, excellent service levels despite

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

FlexNetwork Architecture Delivers Higher Speed, Lower Downtime With HP IRF Technology. August 2011

FlexNetwork Architecture Delivers Higher Speed, Lower Downtime With HP IRF Technology. August 2011 FlexNetwork Architecture Delivers Higher Speed, Lower Downtime With HP IRF Technology August 2011 Page2 Executive Summary HP commissioned Network Test to assess the performance of Intelligent Resilient

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

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Windows Server 2008 R2 Hyper V. Public FAQ

Windows Server 2008 R2 Hyper V. Public FAQ Windows Server 2008 R2 Hyper V Public FAQ Contents New Functionality in Windows Server 2008 R2 Hyper V...3 Windows Server 2008 R2 Hyper V Questions...4 Clustering and Live Migration...5 Supported Guests...6

More information

2X HTML5 Gateway v10.6

2X HTML5 Gateway v10.6 2X HTML5 Gateway v10.6 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Symantec Storage Foundation High Availability for Windows

Symantec Storage Foundation High Availability for Windows Symantec Storage Foundation High Availability for Windows Storage management, high availability and disaster recovery for physical and virtual Windows applications Data Sheet: High Availability Overview

More information

DEPLOYMENT GUIDE. Deploying F5 for High Availability and Scalability of Microsoft Dynamics 4.0

DEPLOYMENT GUIDE. Deploying F5 for High Availability and Scalability of Microsoft Dynamics 4.0 DEPLOYMENT GUIDE Deploying F5 for High Availability and Scalability of Microsoft Dynamics 4.0 Introducing the F5 and Microsoft Dynamics CRM configuration Microsoft Dynamics CRM is a full customer relationship

More information

VMware vsphere: Fast Track [V5.0]

VMware vsphere: Fast Track [V5.0] VMware vsphere: Fast Track [V5.0] Experience the ultimate in vsphere 5 skills-building and VCP exam-preparation training. In this intensive, extended-hours course, you will focus on installing, configuring,

More information

Brocade Virtual Traffic Manager and Microsoft Skype for Business 2015 Deployment Guide

Brocade Virtual Traffic Manager and Microsoft Skype for Business 2015 Deployment Guide January 2016 Brocade Virtual Traffic Manager and Microsoft Skype for Business 2015 Deployment Guide 2016 Brocade Communications Systems, Inc. All Rights Reserved. Brocade, Brocade Assurance, the B-wing

More information

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO Copyright 2005 Shavlik Technologies. All rights reserved. No part of this document may be reproduced or retransmitted in

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software Best Practices for Monitoring Databases on VMware Dean Richards Senior DBA, Confio Software 1 Who Am I? 20+ Years in Oracle & SQL Server DBA and Developer Worked for Oracle Consulting Specialize in Performance

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

Deploying the BIG-IP System v10 with VMware Virtual Desktop Infrastructure (VDI)

Deploying the BIG-IP System v10 with VMware Virtual Desktop Infrastructure (VDI) DEPLOYMENT GUIDE Deploying the BIG-IP System v10 with VMware Virtual Desktop Infrastructure (VDI) Version 1.0 Table of Contents Table of Contents Deploying the BIG-IP system v10 with VMware VDI Prerequisites

More information

Protecting Your Organisation from Targeted Cyber Intrusion

Protecting Your Organisation from Targeted Cyber Intrusion Protecting Your Organisation from Targeted Cyber Intrusion How the 35 mitigations against targeted cyber intrusion published by Defence Signals Directorate can be implemented on the Microsoft technology

More information

VMware Infrastructure and IBM WebSphere Software

VMware Infrastructure and IBM WebSphere Software VMware Infrastructure and IBM WebSphere Software Table of Contents 1. Introduction... 1 2. IBM WebSphere Application Servers... 2 3. IBM WebSphere Virtual Enterprise Overview... 3 4. VMware Infrastructure

More information

VMware vcenter Log Insight Security Guide

VMware vcenter Log Insight Security Guide VMware vcenter Log Insight Security Guide vcenter Log Insight 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

Enabling comprehensive data protection for VMware environments using FalconStor Software solutions

Enabling comprehensive data protection for VMware environments using FalconStor Software solutions Industry Trends and Technology Perspective White Paper Enabling comprehensive data protection for VMware environments using FalconStor Software solutions Issues and solutions to enable complete data protection

More information

RSA Authentication Manager 8.1 Setup and Configuration Guide. Revision 2

RSA Authentication Manager 8.1 Setup and Configuration Guide. Revision 2 RSA Authentication Manager 8.1 Setup and Configuration Guide Revision 2 Contact Information Go to the RSA corporate website for regional Customer Support telephone and fax numbers: www.emc.com/domains/rsa/index.htm

More information

WHITE PAPER 1 WWW.FUSIONIO.COM

WHITE PAPER 1 WWW.FUSIONIO.COM 1 WWW.FUSIONIO.COM WHITE PAPER WHITE PAPER Executive Summary Fusion iovdi is the first desktop- aware solution to virtual desktop infrastructure. Its software- defined approach uniquely combines the economics

More information