WHITE PAPER. Best Practices to Ensure SAP Availability. Software for Innovative Open Solutions. Abstract. What is high availability?

Size: px
Start display at page:

Download "WHITE PAPER. Best Practices to Ensure SAP Availability. Software for Innovative Open Solutions. Abstract. What is high availability?"

Transcription

1 Best Practices to Ensure SAP Availability Abstract Ensuring the continuous availability of mission-critical systems is a high priority for corporate IT groups. This paper presents five best practices that IT administrators can implement to maximize the uptime of their SAP system. We also introduce SIOS Technology Corp. s SteelEye Protection Suite for SAP, the leading platform for disaster recovery and business continuity of SAP systems. Introduction to Availability SAP systems are the lifeblood of many businesses. Downtime of these mission-critical systems can result in lost revenue, decreased productivity, customer frustration and loss, and employee stress. A study, titled The Costs of Enterprise Downtime by Infonetics Research, places the cost of downtime for organizations at 3.6 percent of annual revenue. That s an astounding $18 million each year for a half billion dollar firm. In the ERP space, where products such as SAP provide the infrastructure for applications on which businesses run, the cost of downtime can approach $1 million per hour, according to a survey on the cost of enterprise application downtime. At the core of all SAP systems is SAP NetWeaver the integrated technology platform. The overall SAP system that includes database servers, network infrastructure, client access devices, etc. For administrators tasked with ensuring high availability of SAP systems, monitoring and recovery of SAP NetWeaver and all related SAP solution components is critical, to avoid single points of failure (SPoF) including message and enqueue services. What is high availability? Availability is defined as the amount of time that application services are accessible to end users. Availability of a system includes both the infrastructure such as servers and storage at the hardware layer, the network, the operating system, base services such as the database, and applications. Availability is measured as a percentage of time that the application is available to end users. An application is highly available when it approaches percent known as four 9s of availability. Four 9s should be the goal for SAP deployments, which equates to less than one hour of downtime for an entire year. Preventing downtime is objective number one for IT professionals. But when downtime occurs, it is important to restore the system to operation as quickly as possible. This interval is known as the Recovery Time Objective (RTO). When a SAP system is down, minutes count. Organizations should work to optimize their RTO. What Causes Downtime? Based on extensive feedback from clients, Gartner estimates that, on average, 40 percent of unplanned application downtime is caused by application failures. Another 40 percent is caused by operator errors. And about 20 percent is due to hardware failure. According to Gartner, the leading reasons for unplanned downtime experienced by enterprise systems are listed in Table 1. WHITE PAPER

2 Type of Outage Description Examples Application failure People issues An application failure brings the system to an immediate halt. An operator error can occur when IT staff fails to perform an operations task or executes a task incorrectly. Software bugs Performance issues Application changes Loading the wrong patch Mistakenly powering down the system Operating system failure Hardware failure Power outage, heating / cooling issues Natural disaster Corrupted code can cause a slowdown or complete failure of an operating system that may only be detected after the impact is felt. Any hardware component failure can have a local or system-wide impact. Without proper backup provisions, a power outage or the failure of a cooling system can bring down a site quickly. An unexpected flash flood or a fire and accompanying smoke can take out a data center for an extended period of time. Software bugs Server failure Network failure Drive failure Brownout or blackout Power cable break Air conditioner failure Flooding from broken pipes Fire or smoke Extreme weather Table 1 : Causes of Unplanned Downtime IT professionals must examine all causes of downtime when designing and implementing high-availability systems. This includes not only unplanned downtime, but planned downtime as well. Planned downtime can be just as disruptive to operations, especially in follow-the-sun organizations that span the globe. The most common reason for planned downtime is system maintenance. Type of Outage Description Examples Planned system changes Planned system downtime takes place when performing routine, periodic maintenance, upgrades, or new deployments. The impact of the planned outage depends upon the scope of the changes being made. Software release updates Bug fixes/patches Config changes Database reorganizations Import of transports requests Profile parameter changes Middleware component upgrades Table 2 : Causes of Planned Downtime

3 Best Practices to Ensure SAP Availability This paper offers five best practices that help organizations worldwide as they endeavor to build SAP high availability and disaster recovery solutions. Implementing these practices will increase the likelihood of achieving SAP availability and RTO objectives. 1. Use clustering to eliminate Single Points of Failure As the diagram below illustrates, an SAP environment consists of multiple layers, including Presentation, Application, and Database. Each layer can represent a single point of failure depending on its configuration; therefore, each should be protected by a high-availability solution. in the application stack must be monitored to ensure complete availability of the entire solution. SAP is a complex system with numerous dependencies, and each of those dependencies must be monitored as part of the overall high-availability solution. Examples of dependencies include IP addresses for user access to the system, or the database running under SAP. If the database is down, SAP is down. The high-availability solution must understand the dependencies between all of these components, carefully monitor them, and then take the dependencies into account during recovery and switchover. Examples of an SAP resource dependency graph are shown in Figure 2 below: Figure 1: SAP Architecture Overview Likewise, the SAP core itself is composed of several cooperating services that may be run on a single server or may be distributed across several servers in a cluster. Some of these services have redundancy built into them, while others do not and represent single points of failure in the SAP environment. The SAP Central Instance (Enqueue and Message server for ABAP), the SAP System Central Services (SCS) Instance (Enqueue and Message Server for Java), the Database server, and the NFS server represent single points of failure and should be protected. Switchover is a standard technique for increasing the availability of critical SAP NetWeaver environments by clustering together a number of servers (or virtual machines) to eliminate single points of failure. A switchover mechanism ensures that the resources assigned to a node in the cluster are automatically reassigned to another node in the cluster in the event of the first node failing. This ensures that affected resources remain available. 2. Protect all components of the SAP stack with proactive monitoring and dependency management It is not enough to simply perform hardware monitoring for the servers on which SAP is running. Every component Figure 2. Example SAP dependencies Advanced switchover solutions constantly monitor all components of the SAP solution stack including servers, databases, network connections, and SAP services, understand the dependencies between the components, and take automatic recovery action if a problem is detected. 3. Optimize the cluster configuration to achieve RTO requirements The restoration time of any failed application is determined by the time required to detect the failure plus the time required to complete a recovery procedure. Time to restore is defined by the write formula with font as TRESTORE = TDETECT + TRECOVER. For SAP, detection of an outage occurs through monitoring the health of a number of components including: the physical server on which SAP runs individual SAP services IP addresses used by clients to access the SAP server and associated network connections databases on which needed information resides These checks should be configured to ensure best operation in your specific SAP environment. For example, you may want to vary the intervals at which heartbeats are sent between servers or the number of heartbeats

4 that must be missed before a system is determined to be down. You must also decide if you want to allow the monitoring software to take an automatic recovery action on failure detection, or if you instead want a system admin alerted so that a human makes the final decision on failover. Adding an admin notification and confirmation to the recovery process will add time to the recovery, but can prevent false failovers especially in WAN configurations that may be subject to intermittent and short-lived network outages. There also may be certain site-specific error conditions for which you want to optimize the detection algorithm; perhaps certain services tend to go down frequently or you have determined that a pattern of log file entries is a precursor to SAP outages. Monitoring for these conditions should be regular and frequent so that detection and subsequent recovery are as fast as possible. The switchover solution deployed should be tunable to optimize detection and recovery for your specific configuration and RTO requirements. 4. Use switchover to eliminate downtime during planned maintenance IT professionals view high availability as an insurance policy against unplanned downtime. But in fact, high-availability solutions may be used more often for managing and/or protecting against planned downtime. As we noted earlier, applying patches or performing upgrades are a major cause of downtime for SAP environments. This is because many organizations don t deploy clustering, so there is no way to perform an automatic failover to the backup site. Switchover can be used to perform manual movement of the SAP solution stack among servers to prevent downtime during planned maintenance. 5. Plan carefully and test the solution regularly, particularly after configuration changes The most important of the best practices is proper solution planning, testing, deployment, and validation. This begins at the initial decision to implement an SAP high-availability or disaster-recovery solution and continues as long as it is in production. In the planning phase, you must answer these critical questions which have been previously discussed: What is the Recovery Time Objective for the solution? What pieces of the solution besides the SAP server and processes themselves must be monitored and recovered? Is a minimum set of functionality acceptable for some time following recovery and, if so, what is that subset? Are there site-specific error conditions that should be optimized for in the monitoring phase? Will automatic failover be allowed, or should administrator notification be the first recovery action? With these requirements documented, you begin design. For disaster recovery implementations, the choice of a disaster recovery site should be the first decision made. While some organizations decide to use remote corporate offices as backup locations, many look to co-located hosting centers that provide full redundancy for power and network connectivity. An analysis of bandwidth requirements and availability must be done. Designing a sufficient connection between sites in terms of bandwidth and latency is critical to deployment success. At this stage, you should also identify and document the servers, the storage capacity and configuration, the network routing between primary and disaster recovery site, and the method of client redirection that will be used. Personnel with the following skills need to be involved in the entire process from design thru final validation: Operating system administration SAP server administration Clustering software administration Network routing and troubleshooting These skills are critical to building the end-to-end solution and should be involved in developing the initial design, in building test environment, hands-on in the deployment and subsequent validation. The testing phase is often difficult because properly emulating the production SAP environment within a test lab can be difficult. The closer you can get to a mirrored production environment within the test lab, the fewer issues you will see arise during deployment. In testing, you are looking to answer several questions: Does the failover software perform as expected on both detection and recovery? Does any data replication software perform as expected in terms of speed and data consistency? Is there any noticeable performance impact on endusers from the presence of the clustering or data replication software? Are the various clients able to seamlessly migrate to SAP following all switchover scenarios? Given your assembled team of experts and a successful testing phase where you have emulated the production environment, deployment should be straightforward. Of course, you will want to have scheduled sufficient time for testing of recovery scenarios. Each of these tests should validate that client redirection works as planned and that all services needed for a fully functional SAP environment are recovered.

5 Following the initial deployment, it is recommended that failover tests be made after any change (installation of patches, introduction of new services, etc.) to the SAP environment. A worst-case scenario is a failure on the primary server where the switchover solution fails to bring SAP into service because of an administrative change that was not accounted for in the recovery process. Not surprisingly, most of the error conditions that are reported back to us result from an administrator making a change within the SAP environment and not realizing the impact on the switchover solution. Even in a static environment, a test should be run at least quarterly to ensure proper monitoring and recovery. SteelEye Protection Suite for SAP SIOS Technology Corp. s SteelEye Protection Suite for SAP ensures continuous availability of the entire SAP system, assuring the high availability of clustered systems. To enable automatic system and application recovery if the system goes down, SteelEye Protection Suite for SAP allows applications to failover to other servers in the cluster, minimizing the risk of a single point of failure. It monitors all components of the end-to-end solution and takes appropriate recovery action, taking into account the dependencies between solution components. SteelEye Protection Suite for SAP monitors system and application health, maintains client connectivity, and provides uninterrupted data access wherever clients reside. SteelEye Protection Suite provides two critical functions for the SAP environment: SteelEye LifeKeeper provides the ability to monitor the health of all critical single point of failure components and to take an appropriate recovery action when degradation in health is detected. Then at user-defined intervals, LifeKeeper will check the health of the SAP CI and/or SCS, the DB, NFS, the IP addresses being used by client connections, and underlying system services. If a problem is detected, LifeKeeper will attempt to recover the troubled resource locally on the same server.if this is not successful, a switchover to the standby server will be initiated. In this same vein, if the entire system on which these components are running should experience a failure, LifeKeeper will migrate all of the server processes to the correct standby server. Monitoring and protection are provided at both the individual component and system level. SIOS Technology Corp. s SteelEye Protection Suite for SAP: Provides high availability protection for entire SAP NetWeaver application stack Automatic management of application servers Can optionally choose to start and stop the Java Instance in Java-only environments Uses standard SAP utilities to monitor the enqueue and message server Performs dependency management and monitoring for the underlying database Fully integrates with Protection Suite GUI for administration and monitoring Can easily protect other applications through Protection Suite Extender with simple scripting For more information, visit our website at SIOS Technology Corp. US/Canada Europe Int l +1 (650) Campus Drive, Suite 250, San Mateo, CA SIOS Technology Corp. All rights reserved. SIOS, SIOS Technology, LifeKeeper and SteelEye DataKeeper and associated logos are registered trademarks or trademarks of SIOS Technology Corp. and/or its affiliates in the United States and/or other countries. All other trademarks are the property of their respective owners. Dec 10 # 653

E foreseeable Disaster Recovery - Microsoft Exchange Server 2000/2003

E foreseeable Disaster Recovery - Microsoft Exchange Server 2000/2003 White Paper Eight Best Practices in Implementing Disaster Recovery Protection for Microsoft Exchange Server 2000/2003 Abstract Protection of Microsoft Exchange messaging and collaboration services against

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

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

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

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

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

Why Email Fails MessageOne Survey of Email Outages

Why Email Fails MessageOne Survey of Email Outages Why Email Fails MessageOne Survey of Email Outages White Paper MessageOne, Inc. 11044 Research Blvd. Building C, Fifth Floor Austin, TX 78759 Toll-Free: 888.367.0777 Telephone: 512.652.4500 Fax: 512.652.4504

More information

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Course 50400A: Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology:

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

SteelEye DataKeeper Cluster Edition. v7.6. Release Notes

SteelEye DataKeeper Cluster Edition. v7.6. Release Notes SteelEye DataKeeper Cluster Edition v7.6 Release Notes June 2013 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and all

More information

How Routine Data Center Operations Put Your HA/DR Plans at Risk

How Routine Data Center Operations Put Your HA/DR Plans at Risk How Routine Data Center Operations Put Your HA/DR Plans at Risk Protect your business by closing gaps in your disaster recovery infrastructure Things alter for the worse spontaneously, if they be not altered

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

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

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

Veritas Cluster Server by Symantec

Veritas Cluster Server by Symantec Veritas Cluster Server by Symantec Reduce application downtime Veritas Cluster Server is the industry s leading clustering solution for reducing both planned and unplanned downtime. By monitoring the status

More information

DataKeeper Cloud Edition. v7.6. Release Notes

DataKeeper Cloud Edition. v7.6. Release Notes DataKeeper Cloud Edition v7.6 Release Notes June 2013 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and all unauthorized

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

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

Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005

Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005 Course Syllabus Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005 About this Course Elements of this syllabus are subject to change. This three-day instructor-led

More information

Best practice: Simultaneously upgrade your Exchange and disaster recovery protection

Best practice: Simultaneously upgrade your Exchange and disaster recovery protection Best practice: Simultaneously upgrade your Exchange and disaster recovery protection March 2006 1601 Trapelo Road Waltham, MA 02451 1.866.WANSync www.xosoft.com Contents The Value Proposition... 1 Description

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

Backup and Redundancy

Backup and Redundancy Backup and Redundancy White Paper NEC s UC for Business Backup and Redundancy allow businesses to operate with confidence, providing security for themselves and their customers. When a server goes down

More information

Informatica MDM High Availability Solution

Informatica MDM High Availability Solution Informatica MDM High Availability Solution 1 Executive Summary Informatica MDM Hub supports a number of different approaches to providing a highly available solution. Our use of the term highly available

More information

SteelEye DataKeeper Cluster Edition. v7.5. Release Notes

SteelEye DataKeeper Cluster Edition. v7.5. Release Notes SteelEye DataKeeper Cluster Edition v7.5 Release Notes December 2012 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and

More information

Executive Summary WHAT IS DRIVING THE PUSH FOR HIGH AVAILABILITY?

Executive Summary WHAT IS DRIVING THE PUSH FOR HIGH AVAILABILITY? MINIMIZE CUSTOMER SERVICE DISRUPTION IN YOUR CONTACT CENTER GENESYS SIP 99.999% AVAILABILITY PROVIDES QUALITY SERVICE DELIVERY AND A SUPERIOR RETURN ON INVESTMENT TABLE OF CONTENTS Executive Summary...1

More information

Cloud Computing Disaster Recovery (DR)

Cloud Computing Disaster Recovery (DR) Cloud Computing Disaster Recovery (DR) Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Need for Disaster Recovery (DR) What happens when you

More information

High Availability Solutions for the MariaDB and MySQL Database

High Availability Solutions for the MariaDB and MySQL Database High Availability Solutions for the MariaDB and MySQL Database 1 Introduction This paper introduces recommendations and some of the solutions used to create an availability or high availability environment

More information

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Table of Contents 1. INTRODUCTION...

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

Top Ten Private Cloud Risks. Potential downtime and data loss causes

Top Ten Private Cloud Risks. Potential downtime and data loss causes Top Ten Private Cloud Risks Potential downtime and data loss causes Introduction: Risk sources Enterprises routinely build Disaster Recovery and High Availability measures into their private cloud environments.

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

Enterprise Linux Business Continuity Solutions for Critical Applications

Enterprise Linux Business Continuity Solutions for Critical Applications Enterprise Linux Business Continuity Solutions for Critical Applications Introducing SteelEye Protection Suite for Linux Multi-site Cluster May 15 2009 EMEA DataKeeper Our Expanding Family of Solutions

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

DISASTER RECOVERY WITH AWS

DISASTER RECOVERY WITH AWS DISASTER RECOVERY WITH AWS Every company is vulnerable to a range of outages and disasters. From a common computer virus or network outage to a fire or flood these interruptions can wreak havoc on your

More information

Blackboard Managed Hosting SM Disaster Recovery Planning Document

Blackboard Managed Hosting SM Disaster Recovery Planning Document BLACKBOARD MANAGED HOSTING Blackboard Managed Hosting SM Disaster Recovery Planning Document Prepared By: MH Services Modified Date: March 2009 Revision: 1.8 1. OBJECTIVES... 3 2. SCOPE... 3 3. ASSUMPTIONS...

More information

Achieving High Availability

Achieving High Availability Achieving High Availability What You Need to Know before You Start James Bottomley SteelEye Technology 21 January 2004 1 What Is Availability? Availability measures the ability of a given service to operate.

More information

Three Ways Enterprises are Protecting SQL Server in the Cloud

Three Ways Enterprises are Protecting SQL Server in the Cloud #SANLess Clusters in the Real World: Three Ways Enterprises are Protecting SQL Server in the Cloud Gaining Configuration Flexibility with #SANLess Clusters SQL Server is a business critical application

More information

High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach

High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach Introduction Email is becoming ubiquitous and has become the standard tool for communication in many

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

SteelEye Protection Suite for Linux v8.2.0. Network Attached Storage Recovery Kit Administration Guide

SteelEye Protection Suite for Linux v8.2.0. Network Attached Storage Recovery Kit Administration Guide SteelEye Protection Suite for Linux v8.2.0 Network Attached Storage Recovery Kit Administration Guide October 2013 This document and the information herein is the property of SIOS Technology Corp. (previously

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

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

HA Configuration Approach

HA Configuration Approach HA Configuration Approach Key Factors H/W or Services failure Identify single points of failure (SPOFs) SPOFs in a standard SAP System Database Enqueue Service Message Service Solutions Protect the vulnerable

More information

Blackboard Collaborate Web Conferencing Hosted Environment Technical Infrastructure and Security

Blackboard Collaborate Web Conferencing Hosted Environment Technical Infrastructure and Security Overview Blackboard Collaborate Web Conferencing Hosted Environment Technical Infrastructure and Security Blackboard Collaborate web conferencing is available in a hosted environment and this document

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

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

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

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

Enhancing Exchange Server 2010 Availability with Neverfail Best Practices for Simplifying and Automating Email Continuity

Enhancing Exchange Server 2010 Availability with Neverfail Best Practices for Simplifying and Automating Email Continuity 2010 Enhancing Exchange Server 2010 Availability with Neverfail Best Practices for Simplifying and Automating Email Continuity Anil Desai http://anildesai.net 2/1/2010 Enhancing Exchange Server 2010 Availability

More information

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server. Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

A Simple Strategy for Realizing Dramatic Cost Savings

A Simple Strategy for Realizing Dramatic Cost Savings SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings by Joseph D Antoni 1 Significant savings in both SQL licensing and SAN TCO. As companies become increasingly reliant on SQL Server

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

Total Business Continuity with Cyberoam High Availability

Total Business Continuity with Cyberoam High Availability White paper Cyberoam UTM Total Business Continuity with Cyberoam High Availability Companies, big and small, must ensure constant availability of their company's network and data and prepare themselves

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

High Availability & Disaster Recovery. Sivagopal Modadugula/SAP HANA Product Management Session # 0506 May 09, 2014

High Availability & Disaster Recovery. Sivagopal Modadugula/SAP HANA Product Management Session # 0506 May 09, 2014 High Availability & Disaster Recovery Sivagopal Modadugula/SAP HANA Product Management Session # 0506 May 09, 2014 Legal Disclaimer The information in this document is confidential and proprietary to SAP

More information

Whitepaper Continuous Availability Suite: Neverfail Solution Architecture

Whitepaper Continuous Availability Suite: Neverfail Solution Architecture Continuous Availability Suite: Neverfail s Continuous Availability Suite is at the core of every Neverfail solution. It provides a comprehensive software solution for High Availability (HA) and Disaster

More information

DeltaV Virtualization High Availability and Disaster Recovery

DeltaV Virtualization High Availability and Disaster Recovery DeltaV Distributed Control System Whitepaper October 2014 DeltaV Virtualization High Availability and Disaster Recovery This document describes High Availiability and Disaster Recovery features supported

More information

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper High Availability with Postgres Plus Advanced Server An EnterpriseDB White Paper For DBAs, Database Architects & IT Directors December 2013 Table of Contents Introduction 3 Active/Passive Clustering 4

More information

Achieving Zero Downtime for Apps in SQL Environments

Achieving Zero Downtime for Apps in SQL Environments White Paper Achieving Zero Downtime for Apps in SQL Environments 2015 ScaleArc. All Rights Reserved. Introduction Whether unplanned or planned, downtime disrupts business continuity. The cost of downtime

More information

Business Continuity: Choosing the Right Technology Solution

Business Continuity: Choosing the Right Technology Solution Business Continuity: Choosing the Right Technology Solution Table of Contents Introduction 3 What are the Options? 3 How to Assess Solutions 6 What to Look for in a Solution 8 Final Thoughts 9 About Neverfail

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

Executive Brief Infor Cloverleaf High Availability. Downtime is not an option

Executive Brief Infor Cloverleaf High Availability. Downtime is not an option Executive Brief Infor Cloverleaf High Availability Downtime is not an option Gain value from Infor by: Delivering continuous access to mission-critical systems and data Providing uninterrupted continuity

More information

7 Best Practices When SAP Must Run 24 x 7

7 Best Practices When SAP Must Run 24 x 7 Panaya Inc. 7 Best Practices When SAP Must Run 24 x 7 Maintenance windows are all but non-existent and infrastructure upgrades are a fact of life, but you can still keep SAP running around the clock by

More information

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c An Oracle White Paper January 2013 A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c TABLE OF CONTENTS Introduction 2 ASM Overview 2 Total Storage Management

More information

Maintaining a Microsoft SQL Server 2008 Database

Maintaining a Microsoft SQL Server 2008 Database Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Five days; Instructor-Led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Top 10 downtime and data-loss risks. Quick Reference Guide for Private Cloud Disaster Recovery and High Availability Protection

Top 10 downtime and data-loss risks. Quick Reference Guide for Private Cloud Disaster Recovery and High Availability Protection Quick Reference Guide for Private Cloud Disaster Recovery and High Availability Protection Table of contents So why do downtime and data-loss risks still exist? 3 How do we know what these risks are? 3

More information

Rose Business Technologies

Rose Business Technologies Virtualization and Consolidation vs. Application Performance and WAN Optimization Virtualization and infrastructure consolidation can offer significant benefits for both IT and business operations. The

More information

HyperQ DR Replication White Paper. The Easy Way to Protect Your Data

HyperQ DR Replication White Paper. The Easy Way to Protect Your Data HyperQ DR Replication White Paper The Easy Way to Protect Your Data Parsec Labs, LLC 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

More information

Disaster Recovery for Oracle Database

Disaster Recovery for Oracle Database Disaster Recovery for Oracle Database Zero Data Loss Recovery Appliance, Active Data Guard and Oracle GoldenGate ORACLE WHITE PAPER APRIL 2015 Overview Oracle Database provides three different approaches

More information

WHITE PAPER: TECHNICAL. Enhancing Microsoft SQL Server 2005 Availability with Veritas Storage Foundation for Windows

WHITE PAPER: TECHNICAL. Enhancing Microsoft SQL Server 2005 Availability with Veritas Storage Foundation for Windows WHITE PAPER: TECHNICAL Enhancing Microsoft SQL Server 2005 Availability with Veritas Storage Foundation for Windows Saveen Pakala, Product Manager Paul Belk, Technical Product Manager Storage and Availability

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

Disaster Recovery Solution Achieved by EXPRESSCLUSTER

Disaster Recovery Solution Achieved by EXPRESSCLUSTER Disaster Recovery Solution Achieved by EXPRESSCLUSTER http://www.nec.com/expresscluster/ NEC Corporation System Software Division December, 2012 Contents 1. Clustering system and disaster recovery 2. Disaster

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

Course Syllabus. Maintaining a Microsoft SQL Server 2005 Database. At Course Completion

Course Syllabus. Maintaining a Microsoft SQL Server 2005 Database. At Course Completion Course Syllabus Maintaining a Microsoft SQL Server 2005 Database Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to

More information

Cloud Failover Appliance

Cloud Failover Appliance Cloud Failover Appliance Cloud Failover Appliance (CFA) is an enterprise-grade disaster recovery solution that recovers systems and applications in minutes - without all the hardware and complexity. With

More information

High availability and disaster recovery with Microsoft, Citrix and HP

High availability and disaster recovery with Microsoft, Citrix and HP High availability and disaster recovery White Paper High availability and disaster recovery with Microsoft, Citrix and HP Using virtualization, automation and next-generation storage to improve business

More information

WHY EMAIL FAILS DELL SURVEY OF EMAIL OUTAGES. WHITE PAPER Dell Modular Services. www.dell.com/modularservices

WHY EMAIL FAILS DELL SURVEY OF EMAIL OUTAGES. WHITE PAPER Dell Modular Services. www.dell.com/modularservices DELL SURVEY OF EMAIL OUTAGES WHITE PAPER Dell Modular Services www.dell.com/modularservices THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

High Availability for Citrix XenApp

High Availability for Citrix XenApp WHITE PAPER Citrix XenApp High Availability for Citrix XenApp Enhancing XenApp Availability with NetScaler Reference Architecture www.citrix.com Contents Contents... 2 Introduction... 3 Desktop Availability...

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

Support Guide Comprehensive Hosting at Nuvolat Datacenter

Support Guide Comprehensive Hosting at Nuvolat Datacenter Support Guide Comprehensive Hosting at Nuvolat Datacenter 1 Table of Contents Introduction... 4 Roles, Responsibilities & Expectations... 4 Customer... 4 Nuvolat Support... 5 Deliverables... 5 Best Practices...

More information

Access to easy-to-use tools that reduce management time with Arcserve Backup

Access to easy-to-use tools that reduce management time with Arcserve Backup Access to easy-to-use tools that reduce management time with Arcserve Backup In business, evolution is constant. Staff grows. New offices spring up. New applications are being implemented, and typically,

More information

Course Syllabus. At Course Completion

Course Syllabus. At Course Completion Key Data Product #: Course #: 6231A Number of Days: 5 Format: Certification Exams: 70-432, 70-433 Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the

More information

better broadband Redundancy White Paper

better broadband Redundancy White Paper Redundancy White Paper May 2009 Table of Contents Executive Overview 3 Towerstream Overview 4 Towerstream Difference 4 Page 5 of 9 Cost of Downtime To Businesses 5 Causes of Unplanned Downtime 6 Cost of

More information

High Availability Cluster for RC18015xs+

High Availability Cluster for RC18015xs+ High Availability Cluster for RC18015xs+ Shared Storage Architecture Synology Inc. Table of Contents Chapter 1: Introduction... 3 Chapter 2: High-Availability Clustering... 4 2.1 Synology High-Availability

More information

High Availability Database Solutions. for PostgreSQL & Postgres Plus

High Availability Database Solutions. for PostgreSQL & Postgres Plus High Availability Database Solutions for PostgreSQL & Postgres Plus An EnterpriseDB White Paper for DBAs, Application Developers and Enterprise Architects November, 2008 High Availability Database Solutions

More information

Ingres Replicated High Availability Cluster

Ingres Replicated High Availability Cluster Ingres High Availability Cluster The HA Challenge True HA means zero total outages Businesses require flexibility, scalability and manageability in their database architecture & often a Single Point of

More information

The Art of High Availability

The Art of High Availability The Essentials Series: Configuring High Availability for Windows Server 2008 Environments The Art of High Availability by The Art of High Availability... 1 Why Do We Need It?... 1 Downtime Hurts... 1 Critical

More information

High Availability and Clustering

High Availability and Clustering High Availability and Clustering AdvOSS-HA is a software application that enables High Availability and Clustering; a critical requirement for any carrier grade solution. It implements multiple redundancy

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

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

Disaster Recovery. Automated Disaster Recovery. Environment VMware Recovery and NetApp Storage and Data Management Solutions

Disaster Recovery. Automated Disaster Recovery. Environment VMware Recovery and NetApp Storage and Data Management Solutions Disaster Recovery Automated Disaster Recovery for Your SAP Software Environment VMware Recovery and NetApp Storage and Data Management Solutions Given the complexity of today s IT environments and the

More information

Red Hat Enterprise linux 5 Continuous Availability

Red Hat Enterprise linux 5 Continuous Availability Red Hat Enterprise linux 5 Continuous Availability Businesses continuity needs to be at the heart of any enterprise IT deployment. Even a modest disruption in service is costly in terms of lost revenue

More information

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation High Availability & Disaster Recovery Development Project Concepts, Design and Implementation High Availability & Disaster Recovery Development Project CONCEPTS Who: Schmooze Com Inc, maintainers, core

More information

WHITE PAPER. www.fusionstorm.com. The Double-Edged Sword of Virtualization:

WHITE PAPER. www.fusionstorm.com. The Double-Edged Sword of Virtualization: WHiTE PaPEr: Easing the Way to the cloud: 1 WHITE PAPER The Double-Edged Sword of Virtualization: Solutions and Strategies for minimizing the challenges and reaping the rewards of Disaster recovery in

More information

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper Disaster Recovery Solutions for Oracle Database Standard Edition RAC A Dbvisit White Paper Copyright 2011-2012 Dbvisit Software Limited. All Rights Reserved v2, Mar 2012 Contents Executive Summary... 1

More information

Ensuring High Availability for Critical Systems and Applications

Ensuring High Availability for Critical Systems and Applications Ensuring High Availability for Critical Systems and Applications Using SharePlex to Ensure Your Oracle Databases Are Always Up and Running Bill Brunt, Product Manager, Dell Software Abstract Keeping business

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

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

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

CHAPTER 2 BACKGROUND AND OBJECTIVE OF PRESENT WORK

CHAPTER 2 BACKGROUND AND OBJECTIVE OF PRESENT WORK CHAPTER 2 BACKGROUND AND OBJECTIVE OF PRESENT WORK 2.1 Background Today middleware technology is not implemented only in banking and payment system even this is the most important point in the field of

More information