Database High Availability. Solutions 2010

Size: px
Start display at page:

Download "Database High Availability. Solutions 2010"

Transcription

1 Database High Availability DB2 9 DBA certification Solutions 2010 exam 731 P.O. Box 200, 5520 AE Eersel, The Netherlands Tel.:(+31) , Fax: (+31) kbrant@kbce.nl Disclaimer The information contained in this presentation is based on techniques, algorithms, and documentation published by the several authors and companies, and in addition is the result of research. It is therefore subject to change at any time without notice or warning. The information contained in this presentation has not been submitted to any formal tests or review and is distributed on an As is basis without any warranty, either expressed or implied. The use of this information or the implementation of any of these techniques is a client responsibility and depends on the client s ability to evaluate and integrate them into the client s operational environment. While each item may have been reviewed for accuracy in a specific situation, there is no guarantee that the same or similar results will be obtained elsewhere. Clients attempting to adapt these techniques to their own environments do so at their own risks. Foils, handouts, and additional materials distributed as part of this presentation or seminar should be reviewed in their entirety. Note: This presentation gives you an overview of techniques used by database vendors. It can not be used for making company decisions regarding high availability without further studies. Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 2 1

2 Trademarks This presentation contains many trademarks in use by database vendors if we are aware of a trademark we put it in capitals. Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 3 Agenda What is downtime Techniques in use SQL Server Cluster DB2 Data Sharing / PureScale vs Oracle RAC Wise Words Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 4 2

3 What is downtime? Terminology in use Term Business Risk Solution Data Recovery High Availability Disaster Recovery Downtime and Data loss Downtime Permanent Data loss and "unable to continue" Not investing in hardware, software and knowledge means potential high risk for downtime and data loss Redundant data Redundant system components Redundant systems and facilities Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 6 3

4 Permitted downtime? Uptime SLA About Downtime and Data loss Downtime per Year Downtime per Month 99.9% 8.76 hours 43.8 minutes 99.99% 52.6 minutes 4.38 minutes % 5.26 minutes minutes Acceptable data/transaction loss (if any)? Mean time to recovery? Difference for "normal down" and disaster? How much damage is done after how much time? $$? Who is first in case of disaster? Note: Database uptime application availability Application failures Hardware Outages (Power, Network, etc.) Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 7 What is causing downtime? Downtime Unplanned down Planned down Hardware Failure Data Corruption Data / Appl Changes System Upgrades Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 8 4

5 Unplanned: Hardware Failure Storage subsystem Disk or Controller Firmware or driver problem Network Often causing a partial down (difficult to measure) Often rely on third party (SLA!) Unplanned down Hardware Failure Data Corruption Server Cluster Support: Oracle RAC / Microsoft MSCS / IBM Sysplex and PureScale Where is the backup / cluster server? Can virtual server be a solution? Power Outage Environment change, too many requests (unstable grid) etc. Third party, difficult to SLA Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 9 Unplanned: Site failure Site Failure Complete Server room down (e.g. fire) Can always happen because you depend on external party (e.g. power) More than just a database problem All data and hardware is involved Can you handle? Network changes Workload (different config) Fail-back situation Unplanned down Hardware Failure Data Corruption Isn't there a hidden Single Point of Failure E.g. glassfiber back-up in the same bundle Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 10 5

6 Unplanned: Data Corruption Human error Biggest problem difficult because many scenarios which need different solutions Unplanned down Hardware Failure Data Corruption Logical Corruption Difficult to detect (sometimes after years strange data emerges) Can you detect the cause (e.g. program) and how much data is affected? Special techniques to go back in time and select data again Can you re-process the data / transactions? Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 11 Planned: Data / Application changes Application upgrades Schema changes still difficult Still a market for vendor tools DB2 versioning has performance impact Running systems need to shutdown in order to reload E.g. middleware transaction refresh How are we testing / accepting this If test fails, how do we undo the change? Planned down Data/Appl Changes System Upgrades Data maintenance Offline REORG (sometimes needed) Roll-in / Roll-out data Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 12 6

7 Planned: System Upgrades Hardware upgrades Growth End of life cycle / vendor support Redundant is not always hot-swap Software upgrades Operating system, middleware, DBMS etc. Wise to combine upgrades? What if the new combination is not stable How to respond to vendor patches Needed? What if we don't Policy? One size fits all? Planned down Data/Appl Changes System Upgrades Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 13 Down vs Solution Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 14 7

8 Time Needed Most common down Partial down System does work but certain function are unavailable Examples: Transactions with certain input abort Certain location cannot connect Single database corrupt End-user to database goes through many layers How to report? Layered approach can buy to downtime Let user work with front-end as if it is real-time Bring down backend for maintenance and queue requests E.g. online banking without full history or real-time transactions Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 15 How long does it take to fix it Breakdown of recovery Many problems the analysis takes a (very) long time Human errors Corruptions Many companies suffer a knowledge problem How to fix it Creating the scenario Testing the scenario? Speed of recovery itself Best parameters Tools Recovery Time Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 16 8

9 Techniques in use to minimize downtime Traditional backup types Database Backups Full backup Online / Offline (z/os Sharelevel) Incremental & Differential backup Include log backup Any other than Full backup is substitute for log! Disk is better than tape First backup to disk (separate physical disk volume) Detect exceptions encountered during backup Verify backup files Copy backup files to tape, remote disk or storage manager (TSM) Data retention policy for backup files What are you going to do with these backups? Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 18 9

10 Location of backup files Duration of retention Protection of sensitive data! Backup Retention Policy Sarbanes/Oxley (SOX) HIPAA Internal policies for data management and protection Access to backups from offsite data storage Often the weakest link in security scenario's Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 19 Two techniques Snapshot technology Real disk mirroring Share disk after snap until an update is done How useful is the snapped disk Was DBMS aware of the snap? Was it up? Did the DBMS participate in the snap? Snap can be extremely useful As backup As a fallback (e.g. after failed upgrade) Be careful Not all scenarios work on the snapped copy Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 20 10

11 Rebuild database (restore & rollforward) DB2 LUW more flexible than z/os Include log with backup Differential and delta backups Used for: Redirected restore (problem investigation) Simple scenario's which allow for down-time As a safety net when all else fails Less safe than you might imagine Backup just reads files (does not analyze them) Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 21 Create offline solution Replication Based on master / slave Can be a "High Availability" solution All database support this (sometimes very advanced) Often horizontal / vertical segmented Mostly row based but sometimes optimized E.g. MySQL DRBD is like RAID1 over network Replication does not take care of: IP takeover Heartbeat & automate takeover Slave becoming master Fail back and resync Conflict resolution (slave is read-only) With further automation can be base for High Availability (MySQL Flipper) Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 22 11

12 DB2 for LUW HADR Replication using Log Shipping Many limitation compared to DataGuard Xkoto Gridscale for DB2 More options than HADR Data Guard Suports both log shipping and SQL shipping Very mature / flexible product DB2 for z/os Trackersite Very basic (really in use?) Microsoft SQL Server mirror Witness server automates the takeover Xkoto has also gridscale for SQL Server Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 23 Clustering solution Withdraw a "node" from the solution Network problem (IP needs re-routed) Failover might not be active Can it be automated? Heartbeat or Timeout Client re-route Split Brain problem What happens to running Units Of Work? Locked data or other node backout? Take-over of transaction / restart of transaction / fail transaction Controlled "failure" for planned down (e.g. upgrade) Fail back / Insert node into the cluster Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 24 12

13 Shared Everything Shared nothing vs shared everything DB2 Data Sharing & PureScale (HA & Perf) Oracle RAC (HA & Perf) Does not share memory, only disk Microsoft SQL Server Cluster (HA) Based on hardware / operating system solution Sybase IQ?? Shared Nothing Microsoft SQL Server mirror (HA) Oracle Data Guard (HA) DB2 HADR (HA) MySQL Cluster (HA) MySQL Replication (Perf) Both have many limitations, still large system use them Perf: Terradata, Postgres (Greenplum), Netezza, DB2 LUW DPF Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 25 High Availabilty Replication v.s. Cluster Both can have Single Point of Failure (SPF) Wrong configuration can destroy data SAN/NAS I/O overhead when shared storage With RAID SAN is no longer SPF Make sure network to the SAN is not SPF Replication is easy to break Inconsistent data (e.g. middle transaction) Painful start-up / restart Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 26 13

14 Split Brain condition Due to communications failures nodes are separated Missing heartbeat is really down or communication failure If multiple nodes control of the cluster, then it's called a split-brain condition If this happens, then bad things will happen Special software solutions are needed to 100% secure a down of the other node(s) This software can become Single Point of Failure Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 27 SQL Server Cluster 14

15 SQL Server cluster: Failover clustering Client PCs SQL fails over and is available to clients Failure Occurs! Node A Node B SQL SQL Heartbeat Passive Node Disk cabinet A Disk cabinet B SCSI Reserve Broken New Reservation Established Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 29 SQL Server Cluster: Data Mirroring Application Commit Witness 1 5 SQL Server Principal 2 SQL Server Mirror 2 >2 4 3 >3 Log Data Log Data Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 30 15

16 SQL Server Comparison Database Mirroring Scope: user Database Standard hardware Very fast failover (seconds) OS flexible (e.g. 32/64) Independent storage Reporting on mirror (Read-Only) Geographic separation OK Failover Clustering Scope: Full instance Certified hardware Automatic failover (minutes) Enterprise OS Shared storage Standby not available Servers co-located (site failure!) Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 31 Compare DB2 to Oracle DB2 DB2 DB2 CF Log Log Log CF Data DB2 Data Sharing / PureScale Single system image Dynamic workload management Software / Hardware Solution No Single Point of Failure ORACLE RAC High Speed inter-system links Lots of communications No Global cache Cache Fusion / Interconnect Passes data around a lot Extra communication overhead Scalability? Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 32 16

17 Components in a RAC Cluster Global Cache Services (GCS) Manage Data Page Synchronization Sends DATA to other nodes Global Enqueue Service (GES) Manages Global Locks for non-data pages Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 33 Oracle RAC in action cache fusion Example how Oracle RAC moves data around 8741 Instance A Instance B Instance C Do READ data block 8741 Instance D Master Node Want to read data block Read into buffer cache Instance B becomes "owner" of the block Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 34 17

18 Oracle RAC in action cache fusion Example how Oracle RAC moves data around Instance A Instance B Instance C Send 8741 Please send 8741 to node C Instance D Master Node 2 1 Want to read data block Received data block 8741 from Node B 8741 Data no longer comes from disk, owners forward them. Multiple copies around Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 35 Oracle RAC in action cache fusion Example how Oracle RAC moves data around Instance A 6 Flush PI data block Instance C Flush PI data block Forward 8741 to node B Instance D Master Node PI = Previous Image Owners have to write, after write caches are flushed New read requests moves the data again around 5 4 Write data block 8741 Instance B 8741 Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 36 18

19 What happens if RAC node fails Crash recovery by other node Freeze GCS, not allowing updates to database anymore Data block remaster and recover the pages using redo/undo Invalidate blocks recovered False node failure detection Can have split brain problem Oracle Custer software Heartbeat based, Single Point of Failure (Yes, says IBM) Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 37 Unavailable time Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 38 19

20 RAC vs Purescale Scalability IBM PureScale benchmark: 95% scalability 32 members 81% scalability 112 members Oracle RAC?? No figures License forbids publication of measurements Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 39 Even Larry admits eweek ( 31-Oct-2003: I make fun of a lot of other databases all other databases, in fact, except the mainframe version of DB2. It's a first-rate piece of technology. Larry Ellison, Oracle's Founder and CEO I guess we have to add DB2 LUW PureScale to it ;-) Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 40 20

21 Wise words Prepare for failure DISASTER WILL HAPPEN Ensure that no important data is lost Think of the different types of unavailability (there is no golden bullet) Keep It Simple, Stupid (KISS) Complexity is the enemy of reliability Saving on education is like stopping a watch to save time Automate as much as possible Careful you still understand it, so document it (incl. what if scenario) Test it! Frequently!! Use good scenarios! Audit it You need a devile's advocate to find the holes Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 41 New technology Source: channelinsider.com If you can see it an touch it then it is: physical If you cannot see it but you can touch it then it is: transparent If you can see it but not touch it then it is: virtual If you cannot see it nor touch it then It's gone! Be careful with new technology ;-) Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 42 21

22 QUESTIONS? Copyright KBCE b.v., 2010 All Intellectual Rights Reserved 43 22

DB2 9 for LUW Advanced Database Recovery CL492; 4 days, Instructor-led

DB2 9 for LUW Advanced Database Recovery CL492; 4 days, Instructor-led DB2 9 for LUW Advanced Database Recovery CL492; 4 days, Instructor-led Course Description Gain a deeper understanding of the advanced features of DB2 9 for Linux, UNIX, and Windows database environments

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

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

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

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

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

be architected pool of servers reliability and

be architected pool of servers reliability and TECHNICAL WHITE PAPER GRIDSCALE DATABASE VIRTUALIZATION SOFTWARE FOR MICROSOFT SQL SERVER Typical enterprise applications are heavily reliant on the availability of data. Standard architectures of enterprise

More information

High Availability Solutions for MySQL. Lenz Grimmer <lenz@grimmer.com> 2008-08-29 DrupalCon 2008, Szeged, Hungary

High Availability Solutions for MySQL. Lenz Grimmer <lenz@grimmer.com> 2008-08-29 DrupalCon 2008, Szeged, Hungary High Availability Solutions for MySQL Lenz Grimmer 2008-08-29 DrupalCon 2008, Szeged, Hungary Agenda High Availability in General MySQL Replication MySQL Cluster DRBD Links/Tools Why

More information

MySQL High Availability Solutions. Lenz Grimmer <lenz@grimmer.com> http://lenzg.net/ 2009-08-22 OpenSQL Camp St. Augustin Germany

MySQL High Availability Solutions. Lenz Grimmer <lenz@grimmer.com> http://lenzg.net/ 2009-08-22 OpenSQL Camp St. Augustin Germany MySQL High Availability Solutions Lenz Grimmer < http://lenzg.net/ 2009-08-22 OpenSQL Camp St. Augustin Germany Agenda High Availability: Concepts & Considerations MySQL Replication

More information

Architectures Haute-Dispo Joffrey MICHAÏE Consultant MySQL

Architectures Haute-Dispo Joffrey MICHAÏE Consultant MySQL Architectures Haute-Dispo Joffrey MICHAÏE Consultant MySQL 04.20111 High Availability with MySQL Higher Availability Shared nothing distributed cluster with MySQL Cluster Storage snapshots for disaster

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

CL492RU: DB2 9 for LUW Advanced Database Recovery Training CL492RU: DB2 9 for LUW Advanced Database Recovery Training

CL492RU: DB2 9 for LUW Advanced Database Recovery Training CL492RU: DB2 9 for LUW Advanced Database Recovery Training CL492RU: DB2 9 for LUW Advanced Database Recovery Training CL492RU: DB2 9 for LUW Advanced Database Recovery Training Содержание Краткая информация... 2 Обзор... 2 О курсе... 2 Профиль аудитории... 2 По

More information

The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant

The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant Agenda / Introductions / Framing the High Availability (HA) Problem / Hot Standby + Log Streaming /

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

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

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

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

More information

Efficient and cost-optimized Operation of existing SAP Landscapes with PBS Nearline Storage and DB2 BLU

Efficient and cost-optimized Operation of existing SAP Landscapes with PBS Nearline Storage and DB2 BLU Efficient and cost-optimized Operation of existing SAP Landscapes with PBS Nearline Storage and DB2 BLU Stefan Hummel Senior DB2 Specialist, IBM Germany Agenda DB2 Introduction DB2 BLU Acceleration DB2

More information

SanDisk ION Accelerator High Availability

SanDisk ION Accelerator High Availability WHITE PAPER SanDisk ION Accelerator High Availability 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Introduction 3 Basics of SanDisk ION Accelerator High Availability 3 ALUA Multipathing

More information

Tushar Joshi Turtle Networks Ltd

Tushar Joshi Turtle Networks Ltd MySQL Database for High Availability Web Applications Tushar Joshi Turtle Networks Ltd www.turtle.net Overview What is High Availability? Web/Network Architecture Applications MySQL Replication MySQL Clustering

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

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

Outline. Failure Types

Outline. Failure Types Outline Database Management and Tuning Johann Gamper Free University of Bozen-Bolzano Faculty of Computer Science IDSE Unit 11 1 2 Conclusion Acknowledgements: The slides are provided by Nikolaus Augsten

More information

Appendix A Core Concepts in SQL Server High Availability and Replication

Appendix A Core Concepts in SQL Server High Availability and Replication Appendix A Core Concepts in SQL Server High Availability and Replication Appendix Overview Core Concepts in High Availability Core Concepts in Replication 1 Lesson 1: Core Concepts in High Availability

More information

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009 Availability Guide for Deploying SQL Server on VMware vsphere August 2009 Contents Introduction...1 SQL Server 2008 with vsphere and VMware HA/DRS...2 Log Shipping Availability Option...4 Database Mirroring...

More information

Comparing TCO for Mission Critical Linux and NonStop

Comparing TCO for Mission Critical Linux and NonStop Comparing TCO for Mission Critical Linux and NonStop Iain Liston-Brown EMEA NonStop PreSales BITUG, 2nd December 2014 1 Agenda What do we mean by Mission Critical? Mission Critical Infrastructure principles

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

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

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

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

Data Protection. Senior Director of Product Management Database High Availability Oracle

Data Protection. Senior Director of Product Management Database High Availability Oracle Data Protection Best Practices for Databases Ashish Ray Senior Director of Product Management Database High Availability Oracle 1 Agenda Business Problem Overview of Data Protection Solutions Storage-centric

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

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

Stretching A Wolfpack Cluster Of Servers For Disaster Tolerance. Dick Wilkins Program Manager Hewlett-Packard Co. Redmond, WA dick_wilkins@hp.

Stretching A Wolfpack Cluster Of Servers For Disaster Tolerance. Dick Wilkins Program Manager Hewlett-Packard Co. Redmond, WA dick_wilkins@hp. Stretching A Wolfpack Cluster Of Servers For Disaster Tolerance Dick Wilkins Program Manager Hewlett-Packard Co. Redmond, WA dick_wilkins@hp.com Motivation WWW access has made many businesses 24 by 7 operations.

More information

Backup and Recovery. What Backup, Recovery, and Disaster Recovery Mean to Your SQL Anywhere Databases

Backup and Recovery. What Backup, Recovery, and Disaster Recovery Mean to Your SQL Anywhere Databases Backup and Recovery What Backup, Recovery, and Disaster Recovery Mean to Your SQL Anywhere Databases CONTENTS Introduction 3 Terminology and concepts 3 Database files that make up a database 3 Client-side

More information

Application Continuity with BMC Control-M Workload Automation: Disaster Recovery and High Availability Primer

Application Continuity with BMC Control-M Workload Automation: Disaster Recovery and High Availability Primer Application Continuity with BMC Control-M Workload Automation: Disaster Recovery and High Availability Primer TABLE OF CONTENTS Introduction... 3 Document Purpose... 3 What is Application Continuity?...

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

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

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

Techniques for implementing & running robust and reliable DB-centric Grid Applications

Techniques for implementing & running robust and reliable DB-centric Grid Applications Techniques for implementing & running robust and reliable DB-centric Grid Applications International Symposium on Grid Computing 2008 11 April 2008 Miguel Anjo, CERN - Physics Databases Outline Robust

More information

HA / DR Jargon Buster High Availability / Disaster Recovery

HA / DR Jargon Buster High Availability / Disaster Recovery HA / DR Jargon Buster High Availability / Disaster Recovery Welcome to Maxava s Jargon Buster. Your quick reference guide to Maxava HA and industry technical terms related to High Availability and Disaster

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

PROTECTING AND ENHANCING SQL SERVER WITH DOUBLE-TAKE AVAILABILITY

PROTECTING AND ENHANCING SQL SERVER WITH DOUBLE-TAKE AVAILABILITY PROTECTING AND ENHANCING SQL SERVER WITH DOUBLE-TAKE AVAILABILITY Whitepaper Double-Take Software, Inc. Published: October, 2009 With its ease of use, scalability, reliability and broad industry support,

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Preventing, Detecting, and Repairing Block Corruption: Oracle Database 11g Oracle Maximum Availability Architecture White Paper May 2012 Maximum Availability Architecture Oracle Best Practices For High

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

Oracle Database Solutions on VMware High Availability. Business Continuance of SAP Solutions on Vmware vsphere

Oracle Database Solutions on VMware High Availability. Business Continuance of SAP Solutions on Vmware vsphere Business Continuance of SAP Solutions on Vmware vsphere This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed

More information

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

WHITE PAPER. Best Practices to Ensure SAP Availability. Software for Innovative Open Solutions. Abstract. What is high availability? 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

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

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

High-Availablility Infrastructure Architecture Web Hosting Transition

High-Availablility Infrastructure Architecture Web Hosting Transition High-Availablility Infrastructure Architecture Web Hosting Transition Jolanta Lapkiewicz MetLife Corporation, New York e--mail. J0036823@netzero.net.D]LPLHU])UF]NRZVNL 7HFKQLFDO8QLYHUVLW\RI:URFáDZ'HSDUWDPent

More information

Oracle on System z Linux- High Availability Options Session ID 252

Oracle on System z Linux- High Availability Options Session ID 252 Oracle on System z Linux- High Availability Options Session ID 252 Sam Amsavelu IBM Trademarks The following are trademarks of the International Business Machines Corporation in the United States and/or

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

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

Availability Digest. MySQL Clusters Go Active/Active. December 2006

Availability Digest. MySQL Clusters Go Active/Active. December 2006 the Availability Digest MySQL Clusters Go Active/Active December 2006 Introduction MySQL (www.mysql.com) is without a doubt the most popular open source database in use today. Developed by MySQL AB of

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

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

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

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

Active/Active DB2 Clusters for HA and Scalability

Active/Active DB2 Clusters for HA and Scalability Session Code Here Active/Active 2 Clusters for HA and Scalability Ariff Kassam xkoto, Inc Tuesday, May 9, 2006 2:30 p.m. 3:40 p.m. Platform: 2 for Linux, Unix, Windows Market Focus Solution GRIDIRON 1808

More information

Using Hitachi Protection Manager and Hitachi Storage Cluster software for Rapid Recovery and Disaster Recovery in Microsoft Environments

Using Hitachi Protection Manager and Hitachi Storage Cluster software for Rapid Recovery and Disaster Recovery in Microsoft Environments Using Hitachi Protection Manager and Hitachi Storage Cluster software for Rapid Recovery and Disaster Recovery in Microsoft Environments Robert Burch, Advanced Technical Consultant Leland Sindt, Principal

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

SQL Server Database Administrator s Guide

SQL Server Database Administrator s Guide SQL Server Database Administrator s Guide Copyright 2011 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by

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

Database Mirroring: High Availability (HA) and Disaster Recovery (DR) Technology

Database Mirroring: High Availability (HA) and Disaster Recovery (DR) Technology Written by Zakir Hossain, CS Graduate (OSU) CEO, Data Group Fed Certifications: PFA (Programming Foreign Assistance), COR (Contracting Officer), AOR (Assistance Officer) Oracle Certifications: OCP (Oracle

More information

Using Continuous Operations Mode for Proper Backups

Using Continuous Operations Mode for Proper Backups Using Continuous Operations Mode for Proper Backups A White Paper From Goldstar Software Inc. For more information, see our web site at Using Continuous Operations Mode for Proper Backups Last Updated:

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

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

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

Site-Wide Disaster Recovery and Business Continuity Solutions

Site-Wide Disaster Recovery and Business Continuity Solutions Site-Wide Disaster Recovery and Business Continuity Solutions Enterprises need an effective disaster recovery and business continuity plan to safeguard critical business processes. This article presents

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

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

Oracle Databases on VMware High Availability

Oracle Databases on VMware High Availability 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

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

enterpri se 88 professional expertise distilled

enterpri se 88 professional expertise distilled IBM DB2 9.7 Advanced Administration Cookbook Over 100 recipes focused on advanced administration tasks to build and configure powerful databases with IBM DB2 Adrian Neagu Robert Pelletier PUBLISHING enterpri

More information

Trends in Application Recovery. Andreas Schwegmann, HP

Trends in Application Recovery. Andreas Schwegmann, HP Andreas Schwegmann, HP SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

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

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

Ingres Backup and Recovery. Bruno Bompar Senior Manager Customer Support

Ingres Backup and Recovery. Bruno Bompar Senior Manager Customer Support Ingres Backup and Recovery Bruno Bompar Senior Manager Customer Support 1 Abstract Proper backup is crucial in any production DBMS installation, and Ingres is no exception. And backups are useless unless

More information

IBM Virtualization Engine TS7700 GRID Solutions for Business Continuity

IBM Virtualization Engine TS7700 GRID Solutions for Business Continuity Simplifying storage processes and ensuring business continuity and high availability IBM Virtualization Engine TS7700 GRID Solutions for Business Continuity The risks are even greater for companies that

More information

High Availability Storage

High Availability Storage High Availability Storage High Availability Extensions Goldwyn Rodrigues High Availability Storage Engineer SUSE High Availability Extensions Highly available services for mission critical systems Integrated

More information

MANAGED DATABASE SOLUTIONS

MANAGED DATABASE SOLUTIONS Page 0 2015 SOLUTION BRIEF MANAGED DATABASE SOLUTIONS NET ACCESS LLC 9 Wing Drive Cedar Knolls, NJ 07927 www.nac.net Page 1 Table of Contents 1. Introduction... 2 2. Net Access Managed Services Solution

More information

Administering and Managing Failover Clustering

Administering and Managing Failover Clustering 24_0672329565_ch18.qxd 9/7/07 8:37 AM Page 647 CHAPTER 18 Administering and Managing Failover Clustering Failover clustering is one of four SQL Server 2005 highavailability alternatives. Other SQL Server

More information

IP Storage On-The-Road Seminar Series

IP Storage On-The-Road Seminar Series On-The-Road Seminar Series Disaster Recovery and Data Protection Page 1 Agenda! The Role of IP in Backup!Traditional use of IP networks for backup! backup capabilities! Contemporary data protection solutions

More information

<Insert Picture Here> Pacific Gas and Electric Backup & Recovery Case Study

<Insert Picture Here> Pacific Gas and Electric Backup & Recovery Case Study Pacific Gas and Electric Backup & Recovery Case Study Eugene Psoter Pacific Gas and Electric Company Base Content Slide PG&E Agenda First Level Bullet Second level bullet Introduction

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

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

Jive and High-Availability

Jive and High-Availability Jive and High-Availability TOC 2 Contents Jive and High-Availability... 3 Supported High-Availability Jive Configurations...3 Designing a Single Data Center HA Configuration... 3 Designing a Multiple Data

More information

SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery

SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Mati Pitkanen, SQL-BackTrack for Oracle Product Manager, BMC Software

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

Database high availability

Database high availability Database high availability Seminar in Data and Knowledge Engineering Viktorija Šukvietytė December 27, 2014 1. Introduction The contemporary world is overflowed with data. In 2010, Eric Schmidt one of

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

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

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

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

WHITE PAPER: ENTERPRISE SECURITY. Symantec Backup Exec Quick Recovery and Off-Host Backup Solutions

WHITE PAPER: ENTERPRISE SECURITY. Symantec Backup Exec Quick Recovery and Off-Host Backup Solutions WHITE PAPER: ENTERPRISE SECURITY Symantec Backup Exec Quick Recovery and Off-Host Backup Solutions for Microsoft Exchange Server 2003 and Microsoft SQL Server White Paper: Enterprise Security Symantec

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

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

Pervasive PSQL Meets Critical Business Requirements

Pervasive PSQL Meets Critical Business Requirements Pervasive PSQL Meets Critical Business Requirements Pervasive PSQL White Paper May 2012 Table of Contents Introduction... 3 Data Backup... 3 Pervasive Backup Agent... 3 Pervasive PSQL VSS Writer... 5 Pervasive

More information

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper Connectivity Alliance 7.0 Recovery Information Paper Table of Contents Preface... 3 1 Overview... 4 2 Resiliency Concepts... 6 2.1 Loss Business Impact... 6 2.2 Recovery Tools... 8 3 Manual Recovery Method...

More information

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper Connectivity Alliance Access 7.0 Database Recovery Information Paper Table of Contents Preface... 3 1 Overview... 4 2 Resiliency Concepts... 6 2.1 Database Loss Business Impact... 6 2.2 Database Recovery

More information