March 6, ProductScope. everrun MX. commissioned by

Size: px
Start display at page:

Download "March 6, 2011. ProductScope. everrun MX. commissioned by"

Transcription

1 March 6, 2011 everrun MX commissioned by

2 Microsoft SQL Server continues to take on an increasingly mission-critical role within nearly every Microsoft-centric organization. SQL Server is not often recognized as being as mission-critical as it is; because it typically sits in the back-end and isn t directly seen or touched by end users, it s easy to forget about SQL Server. But it is being used to power SharePoint installations, Customer Relationship Management (CRM) solutions, Enterprise Resource Planning (ERP) applications, Business Intelligence (BI) solutions, and much more. These are the applications that companies usually can t live without, and that means they can t live without SQL Server. SQL Server s supporting role for these core solutions means that companies are looking for more and better ways to increase the availability of their SQL Server computers. Downtime due to both planned maintenance and unexpected failures is simply unacceptable, although many smaller- and medium-sized businesses sometimes believe that such downtime is simply unavoidable. SQL Server natively provides some high-availability capabilities, and offers additional options in combination with the Microsoft Windows Server operating system. Third party software vendors also offer a range of high-availability options. Marathon Technologies everrun MX is one such third-party product that is positioned as a high-availability software-based fault tolerance platform that is well-suited for SQL Server. Contents Native Options: Log Shipping and Database Mirroring 3 SQL Server + Windows: Clustering 4 Third-Party Higher Availability: Fast Recovery 5 Third-Party High-Availability Through Virtualization 6 everrun MX s Approach to High Availability 7 Summary 9 2

3 Native Options: Log Shipping and Database Mirroring SQL Server s native log shipping is an asynchronous replication technology. A replication pair consists of an active server and a hot spare. The active server periodically transmits ( ships ) its transaction log to the spare, which re-runs those transactions, bringing its copy of the database up-to-date. In the event of a failure, at-risk data includes any unwritten pages in SQL Server s memory, as well as any transactions that have not yet been shipped to the spare. Recovering from a failure is a highly-manual process: An administrator must manually remove the failed server, bring the spare online, and so forth. This potentially involves making DNS changes so that clients will see the spare when accessing SQL Server. Negative impact to client applications, in the form of downtime, is inevitable, and some amount of data loss is almost unavoidable. Log shipping is not usually considered suitable for true high availability, since performing the failover process for something like routine maintenance isn t practical. Database mirroring is a somewhat more synchronous form of replication, sending individual transactions more or less in real-time, rather than sending batches in a log file. With a third instance of SQL Server available to act as a witness, failover from mirror to mirror can be automated, minimizing client impact and downtime. Database mirroring can be resource-intensive for large, busy databases, and must be considered when planning server capacity. Database mirroring protects against data loss, but that is not guaranteed. It is still possible for un-replicated transactions to be lost in the event of a failure. Mirroring on SQL Server Standard Edition is single-threaded; for large databases or multiple databases, the full mirroring capability found in Enterprise Edition is necessary. Retail licensing for Enterprise Edition, however, is more than $20,000 additional per processor socket, making it financially impractical for many businesses. 3

4 SQL Server + Windows: Clustering Microsoft s flagship solution for SQL Server high availability is clustering, which requires the Windows Cluster Service of the Windows Server operating system. With Standard Editions of Windows Server and SQL Server, 2-node clusters are available. These clusters typically require somewhat specialized hardware, and require the use of a shared storage component, such as a Storage Area Network (SAN). Cluster configurations are often expensive, although active-active configurations are possible. In such a configuration, each cluster node runs one or more instances of SQL Server. In the event of a failure, the instances running on the failed node are transferred to a surviving node. Capacity planning must consider these scenarios, since each node must essentially have some spare capacity in the event that it needs to take over workload for a failed node. Windows Clustering has often been considered an extremely complex, difficult-to-deploy set of technologies. SQL Server rides atop that clustering capability, adding its own layers of complexity. Managing and maintaining these clusters can be challenging as well. The hardware needed to create these clusters can be expensive, particularly with the class of hardware commonly used for SQL Server computers. Moving to clusters with more than two nodes requires the Enterprise Editions of both Windows Server and SQL Server on each cluster node. At retail pricing, this imposes a combined $23,000 licensing surcharge for each processor socket in each cluster node. Clustering does not provide any protection for the required shared storage systems. Clusters today are usually built with external SANs for storage, and smart businesses typically invest in fairly comprehensive SAN systems that provide their own levels of fault tolerance. It is important to note that if a node s storage system experiences a failure, then everything running on that node is effectively down. No other node can assume that workload, since the shared storage necessary to making that workload function is offline. For example, in a SQL Server scenario, the actual databases are located on that shared storage. If the storage system fails, it doesn t matter how many nodes are available to run the workload, because the databases themselves are unavailable. Microsoft does offer and support geoclusters, or multi-site clusters, where storage is replicated between sites. That replication requires additional software and is not a native part of the Windows Cluster Service. Multi-site clusters require three components: A complete cluster in each site, and a third witness which determines which of the two clusters is active at any given time. Multi-site clustering is more complex than traditional single-site clustering and requires significantly more expertise, monitoring, and of course expense. Cluster failover is an all or nothing proposition. If a node experiences a failure in its public network adapter, for example, then that entire node is offline even though the rest of the node may function properly. For this reason, companies often configure the nodes themselves with significant hardware redundancy: Spare power supplies, redundant network adapters, and so forth. Doing so increases the odds of a node surviving a component failure, but significantly increases the cost of the node hardware. Use of these hardware redundancy features must be carefully planned: Swapping out a power supply, for example, can make Windows think that a failure has occurred on the node, forcing a cluster failover which can then create a short period of downtime. 4

5 Third-Party Higher Availability: Fast Recovery With the high cost of many high-availability solutions, many companies opt for higher availability, often in the form of backup and recovery solutions that are capable of rapidly restoring an entire server commonly in just a few minutes. There are an enormous number of vendors in this space, including traditional backup software ISVs as well as newcomers to the space. A typical approach leverages technologies that are more-commonly associated with backup and restore technologies, but have been expanded to support additional failover features. These technologies back up individual disk blocks as they change, sending them to a central backup solution and disk-based storage device. With the right network infrastructure in place, that central backup server can write a complete copy of a server s disks to a new server (of similar or different hardware composition) or to a virtual machine, very quickly. These systems often focus on getting the core server back online and operating, while restoring data in the background. Data remains accessible while being restored, although at a much lower level of performance. A complete restore to full performance can still take a day or more, depending on the amount of data being restored. With prices in the hundreds, not thousands of dollars, some businesses, particularly smaller companies with price-sensitive executives, often see this as an acceptable tradeoff between cost and downtime. What companies often miss, however, is the need for manual intervention. These solutions can t automatically detect a failed server and automatically bring up a backup copy on a spare server or on a virtual machine. An administrator is needed to put the process into motion, supervise it, and complete it. If a failure occurs during the workday, then that s no problem. Organizations often fail to consider, however, scenarios where an administrator isn t immediately available. If someone has to be paged, downtime may exceed an hour or more while the administrator gets into the office and performs the recovery. In some cases, such as in inclement weather, getting someone to the datacenter may be impossible. There s also still the need to have a spare server or virtual machine capacity within the organization, so that it can be utilized in the event of a failure. This additional capacity is often a hidden cost of this kind of solution, unless the organization already has sufficient spare capacity that can be reserved for this use. Using virtualization for spare capacity can be dangerous when the real server is not virtualized. For example, taking an extremely busy physical server and moving it to a virtual machine, on a host that runs other virtual machines, can create significant performance problems to the point, in some instances, of being little better than outright downtime. Fast-recovery solutions are rarely seen by businesses as a means of eliminating or reducing planned downtime. There are risks involved in restoring a server, using it for a time, and then restoring the current server state back to the original hardware. 5

6 Third-Party High-Availability Through Virtualization The widespread adoption of virtualization has created new options for high availability. For example, VMware Fault Tolerance, an additional feature of the company s vsphere product line, creates multiple copies of a virtual machine on redundant virtualization hosts. These virtual machines are constantly running, and are synchronized across a private network with the active virtual machine. Processor and memory are all synchronized, so that if the active host fails, or requires maintenance, one of the other instances can immediately take over. Such a failover is usually imperceptible to client applications and users, and can happen automatically in the event of a failure, or on-demand for scheduled node maintenance. This would seem to be the ideal high-availability solution, but VMware s current implementation is rife with limitations. Virtual machines can, for example, only be assigned a single virtual processor. That is a killing disadvantage with applications like SQL Server that are specifically tuned for high levels of multi-processing. In a consolidation scenario, when several SQL Server instances are migrated to a single, powerful machine, the singleprocessor limit is entirely impractical. VMware s Fault Tolerance technology has other meaningful limitations, including: Shared storage such as a SAN is required. Like Windows Clustering, this makes the storage a potential point of failure, unless it is also built with high levels of fault tolerance. Thin-provisioned disks are not supported, meaning one of VMware s more popular disk-management features is not available in fault tolerance scenarios. Certain non-replayable devices, such as USB, physical CD-ROMs, and so forth are not supported. This is typically not burdensome for most SQL Server virtualization scenarios. 6

7 everrun MX s Approach to High Availability Marathon Technologies everrun MX starts with the basic virtualization approach discussed above: Using virtualization, Marathon has created a packaged high availability product. Essentially, you install everrun MX, create virtual machines, and then deploy Windows Server and SQL Server inside those virtual machines. Marathon s innovation is in supporting the synchronization of up to eight processors between a large number of nodes, in addition to synchronizing memory and disk storage. This permits the creation of virtual machines with multiple processors, suitable for high-volume SQL Server installations or for SQL Server consolidation. Marathon has kept the installation and configuration of everrun MX extremely simple. A decently-experienced server administrator should be able to have an availability pair up and running in a few hours much of that time given over to operating system, application, and SQL Server installation processes. No specialized hardware is required. This simplicity is a welcome improvement over the more-complex hardware requirements and setup steps under Windows Clustering. everrun MX supports simultaneous cross-node component failure. For example, suppose you create an availability pair with Node A and Node B. Node A experiences a disk failure, but can continue running because it is synchronizing its disk storage with Node B. At the same time, Node B experiences a public network adapter card failure, but can continue providing disk synchronization to Node A, keeping that node active. There is no failover time: Nodes are accessed through a shared, managed IP address so that network traffic is always capable of reaching a surviving network adapter within the availability set. In demonstrations, Marathon runs a series of benchmarks against SQL Server, and pulls the utility power plug from a server in the availability set. The benchmark application continues to run without exhibiting a timeout or interruption its traffic is simply directed to a surviving node. The cutover time between nodes is barely measurable so little, in fact, that Marathon prefers the term Always-On over high availability when describing the product s market space. The system supports planned maintenance, as well. Maintenance such as patch installation is performed on inactive virtual machines within the availability set. Once complete, the inactive virtual machines are made active, which takes place instantly. The formerlyactive virtual machine can now be patched. everrun MX supports installation on commodity server hardware, which offers businesses the opportunity to create availability sets for a lower price than the more-specialized, certified hardware often required for Windows Clustering. everrun MX does have specific network requirements: Each node in the availability set needs a high-speed private connection to the other nodes (typically Gigabit Ethernet or 10Gb EtherNet), as well as connectivity for use by clients. Marathon has announced flat pricing for the solution, offering a fixed price for a two-node availability set. Unlike pricing models that focus on users, seats, processors, or other components, this more-transparent pricing model will likely make the solution more attractive 7

8 to smaller- and medium-sized businesses, who are typically very cautious with their IT budgets. An optional extension to everrun MX permits split-site availability sets. In this model, the nodes in the set are separated by some geographic distance, and connected by highbandwidth network links. Suitable for office park and other campus scenarios, the splitsite model provides additional tolerance for site-based disasters, such as a loss of utility power, flood or other natural disaster, and so on. Marathon cites a distance limitation of approximately a mile, based primarily on the latency in the inter-site network connection. An additional product, everrun MX Extend, provides additional capabilities for off-site disaster recovery across more distantly-separated sites, but is not included in this review. We should note that a key selling point of everrun MX is its ease of installation. Highavailability solutions aren t generally known for straightforward or easy installation. Windows Cluster Service, for example, had traditionally involved specialized hardware (which is less true in current releases) and very complex hardware and software configurations. everrun MX, by contrast, installs much more like a typical software application. You install the product, create virtual machines, get the virtual machines up and running (meaning installing Windows, SQL Server, and so forth inside), and you re pretty much done. There s no complex cluster configurations, no everrun MX-required hardware configuration to speak of, and very little complexity. A decent administrator can have the system up and running in a few hours, and most of that time will be spent installing Windows and SQL Server, not on Marathon s product. 8

9 Summary With everrun MX, Marathon appears to have created an availability solution that is easy to deploy, works automatically, and is ideally-suited for SQL Server. Its multi-processor support is particularly well-suited for high-volume SQL Server deployments as well as SQL Server consolidations. Its ability to handle multiple, simultaneous component failures on different nodes suggests that availability sets could be constructed from less-expensive, less-redundant hardware, while still enjoying the component-level fault-tolerance that more expensive hardware provides. Because everrun MX provides automatic fault tolerance for any application installed within one of its virtual machines, we suspect that it will be seen as a simpler solution for highavailability for a large number of complex solutions. Microsoft SharePoint, for example, has a very complex high-availability model that requires different techniques at multiple, different application layers. Simply installing SharePoint into an everrun MX availability set, however, would provide instant and automatic high availability with much less architecture, planning, design, deployment, and configuration. everrun MX could also be a way to provide always-on availability for Exchange Server and other mission-critical applications, in lieu of more complex, clustering-based solutions. Product Facts Marathon Technologies everrun MX Review based on shipping product as of January

10 About Concentrated Technology Concentrated Technology, LLC is a technology education and analysis consulting firm founded by industry luminaries Don Jones and Greg Shields. The company provides strategic consulting services to companies around the world, and performs market research and analysis for technology vendors and customers. The company distinguishes itself through its motto, Maximum Knowledge - Minimum Time, focusing on producing concise, accurate materials that help modern businesses accomplish more, with less effort. About Marathon Technologies At Marathon Technologies, we focus on one thing: application availability. With this single-minded focus, we have developed innovative and unique fault tolerance, disaster recovery, and high availability solutions that proactively prevent application downtime with unmatched reliability and simplicity even in environments where IT resources are limited. Our innovative everrun technology proves that always on IT doesn t have to be expensive or require teams of experts. Our more than 3000 customers worldwide include innovators and leaders in their respective industries who turn to Marathon to prevent application downtime, eliminate data loss, reduce operational costs and gain a little peace of mind. We re the availability standard for leading ISVs in a range of vertical industries whose users can t afford downtime. And we have strategic partnerships with Microsoft and Citrix to bring always on computing to a much broader audience. By working with closely with our partners and customers, we continue to expand the frontiers of application availability, delivering fault tolerance, disaster recovery, and high availability software solutions that are so simple, reliable and resilient that no Windows application ever needs to experience downtime or data loss. About this Paper Although often commissioned by a third party, Concentrated Technology analysis papers are 100% independent and objective. The commissioning company typically participates in our analysis by answering questions, demonstrating their products or services, and by providing Concentrated Technology with software to test and evaluate. However, neither the commisioning company nor any other entity exercised any editorial control over the content of this paper. The commissioning company has the option to discontinue and block publication of this paper in its entirety. Various external experts may have provided technical proofreading and technical reviews, but their input was limited solely to improving the technical accuracy of this paper. The opinions and views expressed herein are solely those of Concentrated Technology, and may not reflect the opinions or views of the commissioning company nor any other company or entity described or mentioned herein. This paper is copyrighted 2011 by Concentrated Technology, LLC. No portion of this paper may be reproduced in any form without prior written consent. 10

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

Non-Native Options for High Availability

Non-Native Options for High Availability The Essentials Series: Configuring High Availability for Windows Server 2008 Environments Non-Native Options for High Availability by Non-Native Options for High Availability... 1 Suitability and Cost...

More information

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models 1 THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY TABLE OF CONTENTS 3 Introduction 14 Examining Third-Party Replication Models 4 Understanding Sharepoint High Availability Challenges With Sharepoint

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

ARC VIEW. Stratus High-Availability Solutions Designed to Virtually Eliminate Downtime. Keywords. Summary. By Craig Resnick

ARC VIEW. Stratus High-Availability Solutions Designed to Virtually Eliminate Downtime. Keywords. Summary. By Craig Resnick ARC VIEW OCTOBER 23, 2014 Stratus High-Availability Solutions Designed to Virtually Eliminate Downtime By Craig Resnick Keywords Virtualization, High Availability, Fault Tolerant, Critical Process, Real-time

More information

The case for cloud-based disaster recovery

The case for cloud-based disaster recovery IBM Global Technology Services IBM SmartCloud IBM SmartCloud Virtualized Server Recovery i The case for cloud-based disaster recovery Cloud technologies help meet the need for quicker restoration of service

More information

Five Secrets to SQL Server Availability

Five Secrets to SQL Server Availability Five Secrets to SQL Server Availability EXECUTIVE SUMMARY Microsoft SQL Server has become the data management tool of choice for a wide range of business critical systems, from electronic commerce to online

More information

HP StorageWorks Data Protection Strategy brief

HP StorageWorks Data Protection Strategy brief HP StorageWorks Data Protection Strategy brief Your business depends on IT more than ever before. The availability of key application services and information is critical to maintain business processes,

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

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

Availability Digest. Stratus Avance Brings Availability to the Edge February 2009

Availability Digest. Stratus Avance Brings Availability to the Edge February 2009 the Availability Digest Stratus Avance Brings Availability to the Edge February 2009 Business continuity has not yet been extended to the Edge. What is the Edge? It is everything outside of the corporate

More information

COMPARISON OF VMware VSHPERE HA/FT vs stratus

COMPARISON OF VMware VSHPERE HA/FT vs stratus COMPARISON OF VMware VSHPERE HA/FT vs stratus ftserver SYSTEMS White Paper 2 Ensuring Availability of Virtualized Business-Critical Applications in an Always-On World Introduction Virtualization has become

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

Veritas InfoScale Availability

Veritas InfoScale Availability Veritas InfoScale Availability Delivers high availability and disaster recovery for your critical applications Overview protects your most important applications from planned and unplanned downtime. InfoScale

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

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

Table of contents. Matching server virtualization with advanced storage virtualization

Table of contents. Matching server virtualization with advanced storage virtualization Matching server virtualization with advanced storage virtualization Using HP LeftHand SAN and VMware Infrastructure 3 for improved ease of use, reduced cost and complexity, increased availability, and

More information

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication September 2002 IBM Storage Products Division Raleigh, NC http://www.storage.ibm.com Table of contents Introduction... 3 Key

More information

Symantec Cluster Server powered by Veritas

Symantec Cluster Server powered by Veritas 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

EMC Virtual Infrastructure for Microsoft SQL Server

EMC Virtual Infrastructure for Microsoft SQL Server Microsoft SQL Server Enabled by EMC Celerra and Microsoft Hyper-V Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information in this publication is accurate

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

Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform

Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform Why clustering and redundancy might not be enough This paper discusses today s options for achieving

More information

High Availability with Windows Server 2012 Release Candidate

High Availability with Windows Server 2012 Release Candidate High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions

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

Windows Server Failover Clustering April 2010

Windows Server Failover Clustering April 2010 Windows Server Failover Clustering April 00 Windows Server Failover Clustering (WSFC) is the successor to Microsoft Cluster Service (MSCS). WSFC and its predecessor, MSCS, offer high availability for critical

More information

Protecting SQL Server in Physical And Virtual Environments

Protecting SQL Server in Physical And Virtual Environments Protecting SQL Server in Physical And THE NEED TO PROTECT SQL SERVER AND RELATED APPLICATIONS Microsoft SQL Server is the preferred database management system for a large number of Windows-based applications.

More information

Citrix XenApp Server Deployment on VMware ESX at a Large Multi-National Insurance Company

Citrix XenApp Server Deployment on VMware ESX at a Large Multi-National Insurance Company Citrix XenApp Server Deployment on VMware ESX at a Large Multi-National Insurance Company June 2010 TECHNICAL CASE STUDY Table of Contents Executive Summary...1 Customer Overview...1 Business Challenges...1

More information

HRG Assessment: Stratus everrun Enterprise

HRG Assessment: Stratus everrun Enterprise HRG Assessment: Stratus everrun Enterprise Today IT executive decision makers and their technology recommenders are faced with escalating demands for more effective technology based solutions while at

More information

Consolidate and Virtualize Your Windows Environment with NetApp and VMware

Consolidate and Virtualize Your Windows Environment with NetApp and VMware White Paper Consolidate and Virtualize Your Windows Environment with NetApp and VMware Sachin Chheda, NetApp and Gaetan Castelein, VMware October 2009 WP-7086-1009 TABLE OF CONTENTS 1 EXECUTIVE SUMMARY...

More information

Neverfail for Windows Applications June 2010

Neverfail for Windows Applications June 2010 Neverfail for Windows Applications June 2010 Neverfail, from Neverfail Ltd. (www.neverfailgroup.com), ensures continuity of user services provided by Microsoft Windows applications via data replication

More information

Informix Dynamic Server May 2007. Availability Solutions with Informix Dynamic Server 11

Informix Dynamic Server May 2007. Availability Solutions with Informix Dynamic Server 11 Informix Dynamic Server May 2007 Availability Solutions with Informix Dynamic Server 11 1 Availability Solutions with IBM Informix Dynamic Server 11.10 Madison Pruet Ajay Gupta The addition of Multi-node

More information

Windows Geo-Clustering: SQL Server

Windows Geo-Clustering: SQL Server Windows Geo-Clustering: SQL Server Edwin Sarmiento, Microsoft SQL Server MVP, Microsoft Certified Master Contents Introduction... 3 The Business Need for Geo-Clustering... 3 Single-location Clustering

More information

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

More information

Protecting Microsoft SQL Server

Protecting Microsoft SQL Server Your company relies on its databases. How are you protecting them? Protecting Microsoft SQL Server 2 Hudson Place suite 700 Hoboken, NJ 07030 Powered by 800-674-9495 www.nsisoftware.com Executive Summary

More information

Protect Microsoft Exchange databases, achieve long-term data retention

Protect Microsoft Exchange databases, achieve long-term data retention Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...

More information

SERVER VIRTUALIZATION IN MANUFACTURING

SERVER VIRTUALIZATION IN MANUFACTURING SERVER VIRTUALIZATION IN MANUFACTURING White Paper 2 Do s and Don ts for Your Most Critical Manufacturing Systems Abstract While the benefits of server virtualization at the corporate data center are receiving

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

How Using V3 Appliances Virtual Desktop Total Cost of Ownership (TCO) is Reduced: A Superior Desktop Experience For Less Money

How Using V3 Appliances Virtual Desktop Total Cost of Ownership (TCO) is Reduced: A Superior Desktop Experience For Less Money How Using V3 Appliances Virtual Desktop (TCO) is Reduced: A Superior Desktop Experience For Less Money www. ipro-i nc.com/i t Contents VDI Overview...3 Introduction...3 Examining V3 s VDI...3 General Benefits

More information

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand.

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand. IBM Global Technology Services September 2007 NAS systems scale out to meet Page 2 Contents 2 Introduction 2 Understanding the traditional NAS role 3 Gaining NAS benefits 4 NAS shortcomings in enterprise

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Server Virtualization in Manufacturing

Server Virtualization in Manufacturing W H I T E P A P E R Server Virtualization in Manufacturing Do s and Don ts for Business- and Mission-critical Manufacturing Systems Uptime. All the time. 1 Abstract While the benefits of server virtualization

More information

Fault Tolerant Servers: The Choice for Continuous Availability

Fault Tolerant Servers: The Choice for Continuous Availability Fault Tolerant Servers: The Choice for Continuous Availability This paper discusses today s options for achieving continuous availability and how NEC s Express5800/ft servers can provide every company

More information

Leveraging Virtualization in Data Centers

Leveraging Virtualization in Data Centers the Availability Digest Leveraging Virtualization for Availability December 2010 Virtualized environments are becoming commonplace in today s data centers. Since many virtual servers can be hosted on a

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

Creating A Highly Available Database Solution

Creating A Highly Available Database Solution WHITE PAPER Creating A Highly Available Database Solution Advantage Database Server and High Availability TABLE OF CONTENTS 1 Introduction 1 High Availability 2 High Availability Hardware Requirements

More information

Real-time Protection for Hyper-V

Real-time Protection for Hyper-V 1-888-674-9495 www.doubletake.com Real-time Protection for Hyper-V Real-Time Protection for Hyper-V Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate

More information

High Availability and Disaster Recovery Solutions for Perforce

High Availability and Disaster Recovery Solutions for Perforce High Availability and Disaster Recovery Solutions for Perforce This paper provides strategies for achieving high Perforce server availability and minimizing data loss in the event of a disaster. Perforce

More information

Fault Tolerant Solutions Overview

Fault Tolerant Solutions Overview Fault Tolerant Solutions Overview Prepared by: Chris Robinson Sales & Technical Director 24/7 Uptime Ltd October 2013 This document defines and highlights the high level features, benefits and limitations

More information

AppSense Environment Manager. Enterprise Design Guide

AppSense Environment Manager. Enterprise Design Guide Enterprise Design Guide Contents Introduction... 3 Document Purpose... 3 Basic Architecture... 3 Common Components and Terminology... 4 Best Practices... 5 Scalability Designs... 6 Management Server Scalability...

More information

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become

More information

Distribution One Server Requirements

Distribution One Server Requirements Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and

More information

Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER

Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER Challenges of Using Traditional High-Availability Solutions Business-critical applications and the systems they

More information

VERITAS Business Solutions. for DB2

VERITAS Business Solutions. for DB2 VERITAS Business Solutions for DB2 V E R I T A S W H I T E P A P E R Table of Contents............................................................. 1 VERITAS Database Edition for DB2............................................................

More information

EMC VPLEX FAMILY. Transparent information mobility within, across, and between data centers ESSENTIALS A STORAGE PLATFORM FOR THE PRIVATE CLOUD

EMC VPLEX FAMILY. Transparent information mobility within, across, and between data centers ESSENTIALS A STORAGE PLATFORM FOR THE PRIVATE CLOUD EMC VPLEX FAMILY Transparent information mobility within, across, and between data centers A STORAGE PLATFORM FOR THE PRIVATE CLOUD In the past, users have relied on traditional physical storage to meet

More information

Affordable Remote Data Replication

Affordable Remote Data Replication SANmelody Application Affordable Remote Data Replication Your Data is as Valuable as Anyone s You know very well how critical your data is to your organization and how much your business would be impacted

More information

Eliminate SQL Server Downtime Even for maintenance

Eliminate SQL Server Downtime Even for maintenance Eliminate SQL Server Downtime Even for maintenance Eliminate Outages Enable Continuous Availability of Data (zero downtime) Enable Geographic Disaster Recovery - NO crash recovery 2009 xkoto, Inc. All

More information

Westek Technology Snapshot and HA iscsi Replication Suite

Westek Technology Snapshot and HA iscsi Replication Suite Westek Technology Snapshot and HA iscsi Replication Suite Westek s Power iscsi models have feature options to provide both time stamped snapshots of your data; and real time block level data replication

More information

CA ARCserve Replication and High Availability Deployment Options for Hyper-V

CA ARCserve Replication and High Availability Deployment Options for Hyper-V Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization

More information

End-to-End Availability for Microsoft SQL Server

End-to-End Availability for Microsoft SQL Server WHITE PAPER VERITAS Storage Foundation HA for Windows End-to-End Availability for Microsoft SQL Server January 2005 1 Table of Contents Executive Summary... 1 Overview... 1 The VERITAS Solution for SQL

More information

Database Resilience at ISPs. High-Availability. White Paper

Database Resilience at ISPs. High-Availability. White Paper Database Resilience at ISPs High-Availability White Paper Internet Service Providers (ISPs) generally do their job very well. The commercial hosting market is segmented in a number of different ways but

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

Title Goes ASSET MANAGEMENT

Title Goes ASSET MANAGEMENT Title Goes ASSET MANAGEMENT MAXIMIZING UPTIME: BUILDING A FAULT-TOLERANT FACTORYTALK ASSETCENTRE SYSTEM ASSET MANAGEMENT Introduction FactoryTalk AssetCentre software has proven to be the industry standard

More information

Getting Started with Endurance FTvirtual Server

Getting Started with Endurance FTvirtual Server Getting Started with Endurance FTvirtual Server Marathon Technologies Corporation Fault and Disaster Tolerant Solutions for Windows Environments Release 6.1.1 June 2005 NOTICE Marathon Technologies Corporation

More information

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper Mimosa NearPoint for Microsoft Exchange Server and HP StorageWorks 1510i Modular Smart Array Executive

More information

Why cloud backup? Top 10 reasons

Why cloud backup? Top 10 reasons Why cloud backup? Top 10 reasons HP Autonomy solutions Table of contents 3 Achieve disaster recovery with secure offsite cloud backup 4 Free yourself from manual and complex tape backup tasks 4 Get predictable

More information

Unitt www.unitt.com. Zero Data Loss Service (ZDLS) The ultimate weapon against data loss

Unitt www.unitt.com. Zero Data Loss Service (ZDLS) The ultimate weapon against data loss Zero Data Loss Service (ZDLS) The ultimate weapon against data loss The ultimate protection for your business-critical data In the past, ultimate data protection was a costly issue, if not an impossible

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

More information

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Windows 6.1 February 2014 Symantec Storage Foundation and High Availability Solutions

More information

Windows Server 2003 Migration Guide: Nutanix Webscale Converged Infrastructure Eases Migration

Windows Server 2003 Migration Guide: Nutanix Webscale Converged Infrastructure Eases Migration Windows Server 2003 Migration Guide: Nutanix Webscale Converged Infrastructure Eases Migration Windows Server 2003 end-of-support means planning must start now James E. Bagley Senior Analyst Deni Connor

More information

Quorum DR Report. Top 4 Types of Disasters: 55% Hardware Failure 22% Human Error 18% Software Failure 5% Natural Disasters

Quorum DR Report. Top 4 Types of Disasters: 55% Hardware Failure 22% Human Error 18% Software Failure 5% Natural Disasters SAP High Availability in virtualized environments running on Windows Server 2012 Hyper-V Part 1: Overview Introduction Almost everyone is talking about virtualization and cloud computing these days. This

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

SAP Solutions on VMware Business Continuance Protecting Against Unplanned Downtime

SAP Solutions on VMware Business Continuance Protecting Against Unplanned Downtime of SAP Solutions on Vmware vsphere SAP Solutions on VMware Protecting Against Unplanned Downtime This product is protected by U.S. and international copyright and intellectual property laws. This product

More information

MaximumOnTM. Bringing High Availability to a New Level. Introducing the Comm100 Live Chat Patent Pending MaximumOn TM Technology

MaximumOnTM. Bringing High Availability to a New Level. Introducing the Comm100 Live Chat Patent Pending MaximumOn TM Technology MaximumOnTM Bringing High Availability to a New Level Introducing the Comm100 Live Chat Patent Pending MaximumOn TM Technology Introduction While businesses have become increasingly dependent on computer-based

More information

EPIC EHR: BUILDING HIGH AVAILABILITY INFRASTRUCTURES

EPIC EHR: BUILDING HIGH AVAILABILITY INFRASTRUCTURES EPIC EHR: BUILDING HIGH AVAILABILITY INFRASTRUCTURES BEST PRACTICES FOR PROTECTING EPIC EHR ENVIRONMENTS EMC HEALTHCARE GROUP ABSTRACT Epic Electronic Health Records (EHR) is at the core of delivering

More information

Contents. SnapComms Data Protection Recommendations

Contents. SnapComms Data Protection Recommendations Contents Abstract... 2 SnapComms Solution Environment... 2 Concepts... 3 What to Protect... 3 Database Failure Scenarios... 3 Physical Infrastructure Failures... 3 Logical Data Failures... 3 Service Recovery

More information

Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now Greg Shields

Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now Greg Shields Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now Greg Shields Microsoft MVP and VMware vexpert September, 2012 may be the release date for Windows Server 2012, but odds are good that your

More information

W H I T E P A P E R. Disaster Recovery Virtualization Protecting Production Systems Using VMware Virtual Infrastructure and Double-Take

W H I T E P A P E R. Disaster Recovery Virtualization Protecting Production Systems Using VMware Virtual Infrastructure and Double-Take W H I T E P A P E R Protecting Production Systems Using VMware Virtual Infrastructure and Double-Take Contents Introduction...1 What is VMware Infrastructure?...1 What is Double-Take?...1 Data Protection

More information

Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity

Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity task is resuming business critical operations. Having

More information

EMC Integrated Infrastructure for VMware

EMC Integrated Infrastructure for VMware EMC Integrated Infrastructure for VMware Enabled by EMC Celerra NS-120 Reference Architecture EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000

More information

Technical Brief. Fault-Tolerant Cloud Management & IT Operations with Next Generation Monitoring

Technical Brief. Fault-Tolerant Cloud Management & IT Operations with Next Generation Monitoring Technical Brief Fault-Tolerant Cloud Management & IT Operations with Next Generation Monitoring 1 TABLE OF CONTENTS 1. Introduction About this Technical Paper... 3 2. The Fault with Most IT Operations

More information

Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business

Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business continuity Cost-efficient, dependable solutions for virtualized

More information

Every organization has critical data that it can t live without. When a disaster strikes, how long can your business survive without access to its

Every organization has critical data that it can t live without. When a disaster strikes, how long can your business survive without access to its DISASTER RECOVERY STRATEGIES: BUSINESS CONTINUITY THROUGH REMOTE BACKUP REPLICATION Every organization has critical data that it can t live without. When a disaster strikes, how long can your business

More information

NEC Corporation of America Intro to High Availability / Fault Tolerant Solutions

NEC Corporation of America Intro to High Availability / Fault Tolerant Solutions NEC Corporation of America Intro to High Availability / Fault Tolerant Solutions 1 NEC Corporation Technology solutions leader for 100+ years Established 1899, headquartered in Tokyo First Japanese joint

More information

New Features in SANsymphony -V10 Storage Virtualization Software

New Features in SANsymphony -V10 Storage Virtualization Software New Features in SANsymphony -V10 Storage Virtualization Software Updated: May 28, 2014 Contents Introduction... 1 Virtual SAN Configurations (Pooling Direct-attached Storage on hosts)... 1 Scalability

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

Availability and Disaster Recovery: Basic Principles

Availability and Disaster Recovery: Basic Principles Availability and Disaster Recovery: Basic Principles by Chuck Petch, WVS Senior Technical Writer At first glance availability and recovery may seem like opposites. Availability involves designing computer

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

Stretched Clusters and VMware

Stretched Clusters and VMware Stretched Clusters and VMware vcenter TM Site Recovery Manager Understanding the Options and Goals TECHNICAL WHITE PAPER Table of Contents Introduction... 3 Terms and Definitions... 4 Local Availability....

More information

Cloud Backup and Recovery

Cloud Backup and Recovery 1-888-674-9495 www.doubletake.com Cloud Backup and Recovery Software applications and electronic data are the life blood of a business. When they aren t available due to a disaster or outage, business

More information

Integrated Application and Data Protection. NEC ExpressCluster White Paper

Integrated Application and Data Protection. NEC ExpressCluster White Paper Integrated Application and Data Protection NEC ExpressCluster White Paper Introduction Critical business processes and operations depend on real-time access to IT systems that consist of applications and

More information

Downtime, whether planned or unplanned,

Downtime, whether planned or unplanned, Deploying Simple, Cost-Effective Disaster Recovery with Dell and VMware Because of their complexity and lack of standardization, traditional disaster recovery infrastructures often fail to meet enterprise

More information

29/07/2010. Copyright 2010 Hewlett-Packard Development Company, L.P.

29/07/2010. Copyright 2010 Hewlett-Packard Development Company, L.P. P2000 P4000 29/07/2010 1 HP D2200SB STORAGE BLADE Twelve hot plug SAS drives in a half height form factor P410i Smart Array controller onboard with 1GB FBWC Expand local storage capacity PCIe x4 to adjacent

More information

High Availability of VistA EHR in Cloud. ViSolve Inc. White Paper February 2015. www.visolve.com

High Availability of VistA EHR in Cloud. ViSolve Inc. White Paper February 2015. www.visolve.com High Availability of VistA EHR in Cloud ViSolve Inc. White Paper February 2015 1 Abstract Inspite of the accelerating migration to cloud computing in the Healthcare Industry, high availability and uptime

More information

Moving SAP Off Mainframe to SQL Server Nets Australia s QR Limited U.S.$100,000 a Month

Moving SAP Off Mainframe to SQL Server Nets Australia s QR Limited U.S.$100,000 a Month Microsoft SQL Server 2005 Customer Solution Case Study Moving SAP Off Mainframe to SQL Server Nets Australia s QR Limited U.S.$100,000 a Month Overview Country or Region: Australia Industry: Transportation

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

System Migrations Without Business Downtime. An Executive Overview

System Migrations Without Business Downtime. An Executive Overview System Migrations Without Business Downtime An Executive Overview Businesses grow. Technologies evolve. System migrations may be inevitable, but business downtime isn t. All businesses strive for growth.

More information

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Software, Inc. 257 Turnpike Road; Suite 210 Southborough,

More information

PROTECTING MICROSOFT SQL SERVER TM

PROTECTING MICROSOFT SQL SERVER TM WHITE PAPER PROTECTING MICROSOFT SQL SERVER TM Your company relies on its databases. How are you protecting them? Published: February 2006 Executive Summary Database Management Systems (DBMS) are the hidden

More information