VMAX 3 AND ORACLE. Yaron Dar & Udgith Mankad VMAX Partner Engineering ORACLE BEST PRACTICES FOR REPLICATIONS, BACKUP/RECOVERY, AND PROTECTPOINT

Size: px
Start display at page:

Download "VMAX 3 AND ORACLE. Yaron Dar & Udgith Mankad VMAX Partner Engineering ORACLE BEST PRACTICES FOR REPLICATIONS, BACKUP/RECOVERY, AND PROTECTPOINT"

Transcription

1 1

2 Yaron Dar & Udgith Mankad VMAX Partner Engineering VMAX 3 AND ORACLE ORACLE BEST PRACTICES FOR REPLICATIONS, BACKUP/RECOVERY, AND PROTECTPOINT 2

3 ROADMAP INFORMATION DISCLAIMER EMC makes no representation and undertakes no obligations with regard to product planning information, anticipated product characteristics, performance specifications, or anticipated release dates (collectively, Roadmap Information ). Roadmap Information is provided by EMC as an accommodation to the recipient solely for purposes of discussion and without intending to be bound thereby. Roadmap information is EMC Restricted Confidential and is provided under the terms, conditions and restrictions defined in the EMC Non- Disclosure Agreement in place with your organization. 3

4 AGENDA Traditional Database Backups vs. Storage Snapshots Oracle BC/DR using VMAX 3 Local Replications Oracle BC/DR using VMAX 3 Remote Replications VMAX 3 and Oracle Replications Examples Oracle 12c EM DBaaS Snap Clone for VMAX VMAX 3 and Oracle Backup Offload with ProtectPoint 4

5 TRADITIONAL DATABASE BACKUPS VS. STORAGE SNAPSHOTS 5

6 LIMITATIONS OF TRADITIONAL DATABASE BACKUPS RMAN backup from Production: Requires Production s CPU resources Requires Production s host I/O resources (reads, then writes ) Full backup time depends on database capacity Recovery Time (RTO) depends on database capacity Recovery can t start until Full Backup image restored (zzz ) Recovery can t start until Incremental backups applied (zzz ) RMAN backup from Standby database Alleviate CPU and I/O overhead from Production All other considerations still apply Backups typically left to daily incremental with Full Backup weekly 6

7 ORACLE BACKUP OFFLOAD WITH STORAGE SNAPSHOTS Minimum requirements to recover Production data files: Backup using Oracle 12c (11g with some limitations) Create consistent PiT snapshot of Data Files Backup with Oracle prior to 12c Begin hot-backup mode Create snapshot of data files End hot-backup mode Additional requirements to create a stand-alone database backup add: On Production: Switch logs, archive logs, copy control file to FRA Create PiT snapshot of Archive logs (FRA) On Mount host: Perform RMAN backup from Mount host to Data Domain (or other) Open database read-only for Reporting Open database read-write for logical recoveries Open database read-write to start a database Clone 7

8 ORACLE BC/DR USING VMAX 3 LOCAL REPLICATIONS 8

9 EASILY MANAGE MANY COPIES WITH SNAPVX Production Volume Linked Target Linked Target 8 Start AM Snapshot of Day 9 AM Snapshot 10 AM Snapshot 11 AM Snapshot 12 PM Noon Snapshot 1 PM Snapshot 2 PM Snapshot 3 PM Snapshot 4 PM Snapshot 5 End PM Snapshot of Day Snaps as Versions Minimal Cache Minimal Management Best Performance 256 Snaps User-assigned Names Automatic Expiration 1024 Linked Targets Storage Group Operation Create, Restore Link no-copy, or copy 9

10 TIMEFINDER SNAPVX ADVANTAGES FOR ORACLE BACKUP No effect on Production s CPU or host I/O resources Each snapshot is a Full backup, yet small in capacity Snapshot time is always fast regardless of database size Oracle Storage Snapshot Optimization (12c feature) Backup snapshots without hot-backup RMAN can be used from Mount host (with Block Change Tracking) Data Integrity protection with T10-DIF With 256 snapshots and Oracle 12c Backup can be on-going! (short RTO!!) 10

11 TIMEFINDER SNAPVX ADVANTAGES FOR ORACLE Oracle Recovery advantages: As soon as SnapVX restore starts DB recovery can start! (short RTO) No incremental backups needed snapshot is always Full (short RTO) Frequent snapshots = shorter RTOs (less data to recover) RMAN recovery can be to Production or to Mount host ( logical recovery ) Oracle Restart advantages: Instant Database Clones for: Reporting, Test/Dev, BI, Patch test, etc. SnapVX snapshots are Consistent. Include: data, control, and log files SnapVX can create snapshots that are valid for both Recovery and Restart 11

12 VMAX3 AND ORACLE LOCAL REPLICATIONS EXAMPLES 12

13 ORACLE USE CASES CONFIGURATION Snap VX Link Data+REDO SRDF Group Setup for FINDB FINDB_SG DATA Snapshot Backup Reporting FINDB_MNT DATA FINDB_R2 DATA FINDB R2 Gold Copy REDO TEST Refresh REDO REDO Snap VX Link FRA Production FINFRA_SG FRA FINDB Storage Groups FRA 10:00 AM FRA Backup FRA Full Copy FINDB Snapshots FRAMNT_SG FRA FINDB Mount Storage Groups Mount FRAMNT_SG FRA Remote Copy FINDB R2 FRA Gold Remote Snapshots D/R 13

14 OFFLOAD BACKUP On Production Host Pre 12c: Begin backup mode FINDB_SG SQL> alter database begin backup; DATA Snapshot Backup Create DATA+REDO snap # symsnapvx -sg FINDB_SG name SnapshotBackup ESTABLISH REDO Pre 12c: End backup mode (prior to 12c) SQL> alter database end backup; Production FINFRA_SG FRA FRA Backup Archive current log and create backup control file SQL> alter system switch logfile; SQL> alter system archive log current; SQL> alter database backup controlfile to +FRA/CTRL_START REUSE; SQL> alter database backup controlfile to +FRA/CTRL_BKUP REUSE; FINDB Storage Groups Create FRA snap # symsnapvx -sg FINFRA_SG name FRABackup ESTABLISH 14

15 OFFLOAD BACKUP On Mount/Backup Host Snap VX Link Data+REDO Snapshot Backup Snap VX Link FRA FRA Backup FINDB_MNT DATA REDO FRAMNT_SG FRA FINDB Mount Storage Groups RMAN Catalog Backup Copy Mount RMAN BCT Backup RMAN Full Backup Link snaps to target storage group # symsnapvx -sg FINDB_SG name SnapshotBackup lnsg FINDB_MNT LINK # symsnapvx -sg FINFRA_SG name FRABackup lnsg FRAMNT_SG LINK Start ASM Instance if not already running SQL> startup Start ASM Instance if not already running SQL> alter diskgroup all mount; Mount Oracle instance using the control file copied in FRA DG SQL> startup mount Perform RMAN Operations Catalog mounted copy as the backup RMAN > catalog datafilecopy <DB file name> ; Run full/incremental backup RMAN cmdfile <backup script> 15

16 ORACLE 12C SNAPSHOT OPTIMIZATION FINDB_SG DATA REDO Storage Optimized Snapshot On Production Host - Snapshot Create DATA snap # symsnapvx -sg DATA_SG name StorageOptimizedSnapshot ESTABLISH [Optional] Create DATA+REDO snap Production FINFRA_SG FRA FINDB Storage Groups # symsnapvx -sg FINDB_SG name StorageOptimizedSnapshot ESTABLISH Note: This works as SnapVX allows restoring just DATA devices even though both DATA and REDO are involved in Snapshot 16

17 ORACLE 12C SNAPSHOT OPTIMIZED RECOVERY Shutdown Oracle instance SQL> shutdown immediate Dismount ASM diskgroup FINDB_SG SQL> alter diskgroup DATA dismount; Database Recovery DATA REDO Storage Optimized Snapshot Restore DATA Snap symsnapvx -sg Data_SG snapshot_name StorageOptimizedSnapshot restore Full or Point-in-Time Recovery Mount ASM diskgroup SQL> alter diskgroup DATA mount; Production FINFRA_SG FRA Use production host REDO and archived logs Full recovery: SQL> recover automatic database; SQL> alter database open; FINDB Storage Groups Point in time recovery: SQL> alter session set NLS_DATE_FORMAT="YYYY-MM-DD HH24:MI:SS"; SQL> recover database until time ' :00:00' snapshot time ' :50:40'; SQL> alter database open RESETLOGS; 17

18 ORACLE BC/DR USING VMAX 3 REMOTE REPLICATIONS 18

19 VMAX3 SRDF REMOTE REPLICATION JUST A REMINDER SRDF/Sync (SRDF/S) No data-loss of committed transactions Though - latency increases with distance SRDF/Async (SRDF/A) Consistent replications to any distance without latency overhead RPO of seconds to minutes SRDF/Adaptive Copy (SRDF/ACP) Migrations or bulk transfer before starting SRDF/S or SRDF/A SRDF/Multi-Session-Consistency (SRDF/MSC) Grouping of SRDF/A sessions with Consistency (can span arrays) Copyright EMC Corporation. All rights reserved. 19

20 VMAX3 SRDF REMOTE REPLICATION JUST A REMINDER Concurrent SRDF Simultaneous replications from Production to two other sites Cascaded SRDF & SRDF/Extended-Distance-Protection (SRDF/EDP) Three-site replications, typically sync to bunker and Async to far site No data-loss at any distance SRDF/STAR Advanced three-site replications that can send to far site last transactions even when Production unavailable. Copyright EMC Corporation. All rights reserved. 20

21 Causes for Silent Data Corruptions Data Centers have a tremendous amount of complex equipment Physical Data Corruptions can enter anywhere in the host and IO stack Memory errors Hardware / Firmware failure Software bugs Server hard crash Optical cables pulled or cut 21

22 T10-DIF (DATA INTEGRITY FIELD) IMPLEMENTATION WITH VMAX AND VMAX 3 Full end-to-end Data Integrity READ Application WRITE 520 bytes Host OS Host HBA Storage Array DATA (512 bytes) DIF Field Normal SCSI block Guard Tag (16 bit) Application Tag (16 bit) Reference Tag (32 bit) DIF (8 bytes) With T10 DIF protection DIF Content CRC TBD Lower 32 bit LBA Note: by default, within the array, VMAX and VMAX 3 protect ALL user data with T10-DIF. Now we can extend T10-DIF all the way to Oracle 22

23 T10-DIF Implementation with VMAX and VMAX 3 Combining DIX+DIF DIX = ASM OS HBA DIF = HBA Storage Minimum requirements for DIX + DIF ASM Filter Driver (Oracle 12c) - Oracle Linux / RHEL* / SuSE * ASMlib (Oracle 11g and above) - Oracle Linux 5.x or 6.x - Oracle UEK el6uek or later - Oracle ASMlib or later Host Bus Adapters - Emulex HBA LPe1200x - Qlogic HBA QLE267x-E-SP VMAX Operating Environments - VMAX w/enginuity 5876 or - VMAX3 w/hypermax OS 5977 VMAX or VMAX 3 RedHat 7.0 (DIF only, no DIX) * Consult with Oracle for latest AFD with T10-DIF OS support EMC Support Matrix: 23

24 SRDF ADVANTAGES FOR ORACLE Oracle Disaster Recovery advantages when using SRDF: No effect on Production s CPU or host I/O resources Consistency is created BEFORE a disaster, can span applications Target is Restartable and Consistent (across hosts, databases, message queues, external data, and applications) Full resiliency to Silent Data Corruptions Source can be T10-DIF protected from Oracle to VMAX storage VMAX always uses T10-DIF (including for TimeFinder and SRDF) 24

25 SRDF ADVANTAGES FOR ORACLE Oracle Backup advantages when using SRDF: SnapVX snapshots from Target can offload backups remotely With Oracle Storage Snapshot Optimization (Oracle 12c) Or with hot-backup mode (pre Oracle 12c) RMAN can be used by mounting SnapVX replica to a remote Backup host Oracle Recovery advantages when using SRDF: Parallel Recovery allows concurrent execution of remote SnapVX restore and SRDF restore (short RTO!) With Oracle Storage Snapshot Optimization (12c feature) and Archive logs on target target is RECOVERABLE 25

26 VMAX3 AND ORACLE REMOTE REPLICATIONS EXAMPLES 26

27 REMOTE PROTECTION USE CASES FINDB_SG R1 SRDF Group Setup for FINDB DATA REDO FRA SRDF/S SRDF/A FINDB_R2 R2 DATA REDO FRA FINDB_R2TGT D/R Snapshot Backup Reporting TEST Refresh FINDB_R2_FRA TGT 10:00 AM PM Create devices and setup storage groups on remote VMAX 3 Create dynamic RDF groups for production storage groups FINDB_SG and FRA Create and Establish RDF pairs FINDB_SG can use sync mode where as FRA can just use async FINDB is RDF protected once establish completes SnapVX operations can be run to create gold copy or additional copies off R2 27

28 D/R USE CASES SRDF Restore After disaster SRDF failover to R2 R1 devices will be write disabled Prod FINDB_SG DATA REDO FRA SRDF/S SRDF/A FINDB_R2 DATA REDO FRA Gold Tgt Restore FINDB_R2TGT Restore Remote Backup Snapshot Backup D/R FINDB_R2_FRA TGT 10:00 AM R2 devices will be RW enabled Application restart on R2 side [Optional] R2 devices can be restored using gold copy target [Optional] Remote backup can be restored to R2 devices to use prior to SRDF restore Parallel SRDF restore from R2 can be initiated R1 R2 SRDF Failover 28

29 ORACLE ENTERPRISE MANAGER 12C DBAAS SNAP CLONE WITH VMAX 29

30 ORACLE EM CC 12C DBAAS SNAP/CLONE What is DBaaS Snap/Clone Developed and shipped by Oracle (including VMAX support) DBA can View and Provision VMAX storage New storage is automatically mapped/masked to Hosts ASM Disk Groups created automatically DBA can create and refresh Test/Dev Clones of the DB Storage ceiling (capacity quota) is set per Thin Pool How does DBaaS Work with VMAX Use SMI-S for VMAX 10K, 20K, and 40K Work for VMAX 3 support is in progress 30

31 DBAAS SNAP/CLONE VMAX REGISTRATION 31

32 DBAAS SNAP/CLONE PROVISIONING 32

33 VMAX3 AND ORACLE BACKUP OFFLOAD WITH PROTECTPOINT 33

34 PROTECTPOINT OVERVIEW Integration between best of breed products: VMAX 3, SnapVX, and Data Domain Data Domain connected to VMAX 3 backend via FTS (Federated Tier Storage) Leveraging new Data Domain block-device service Encapsulation of Data Domain Backup and Restore devices via FTS The encapsulated devices can be used by TimeFinder SnapVX ProtectPoint File System Agent: CLI based tool (great for Oracle ASM) ProtectPoint Application Agent: fully integrated with RMAN (but not Oracle ASM) 34

35 PROTECTPOINT BENEFITS Complete Backup & Restore offload from Production No host I/O or CPU utilized for copy of database files Backup, Restore, and Recovery performed by the DBA Backup benefits SnapVX snapshots are always fast regardless of DB size! Only changed data sent to Data Domain (Faster copy) Backups are always Full (Shorter RTO) SnapVX consistency + Oracle 12c = no need for Hot Backup mode! Data Domain Compression, Dedup, and remote replications Recovery benefits Short RTOs when performing recovery from the encapsulated devices Data copy is done within the integrated system 35

36 ProtectPoint File System Agent Backup Workflow Management host Oracle Production Backup: Pre 12c: Hot backup start +Data +Redo +FRA 1a 1b 2 2 +Data +Redo +FRA 2 Data Domain static-images (1a) ProtectPoint Snapshot Create: Data, REDO Pre 12c: Hot backup end Switch logs, Archive logs, backup control file (1b) ProtectPoint Snapshot Create: FRA (archive logs) VMAX 3 Native Devices Snaps Encapsulated Backup vdisks (2) ProtectPoint Backup VMAX 3 Full backup yet only changed data is copied Data Domain 36

37 ProtectPoint File System Agent Recovery Workflow Oracle Production Oracle Mount host (optional) Restore: 4c 4b 4a ProtectPoint Backup Show List (choose a backup ID) +Data +Redo +FRA Data Domain static-images 3 +Data +Redo (3) ProtectPoint Restore (4a, Restart) Logical recovery on Mount host (4a, Recovery) Read-only inspection on Mount host VMAX 3 VMAX 3 Native Devices Data Domain +FRA Encapsulated Restore vdisks Snaps (4b) Production recovery using encapsulated devices (4c) Production overwrite with Backup 37

38 RELATED SESSIONS Session Title Day / Time Slot Session Title VMAX3 & Oracle: Oracle Deployment Best Practices With VMAX3 FAST & Other New Integrations Tuesday, May 5, 4:30 PM Thursday, May 7, 10:00 AM VMAX3 & Oracle: Oracle Deployment Best Practices with VMAX3 FAST & Other New Integrations VMAX3 & Oracle: Oracle Best Practices For Replications, Backup/Recovery & The Integrated Data Domain (ProtectPoint) Monday, May 4, 12:00 PM VMAX3 & Oracle: Oracle Best Practices For Replications, Backup/Recovery & The Integrated Data Domain (ProtectPoint) Wednesday, May 6, 8:30 AM VMAX3: The Replication Revolution VMAX3: The Replication Revolution Tuesday, May 4, 8:30 AM Thursday, May 7, 8:30 AM VMAX3: Unleash the power of Service Level Objectives What's New With ProtectPoint: Redefining Backup With VMAX3 & Data Domain Monday, May 4, 1:30 PM Wednesday, May 6, 8:30 AM VMAX3: Performance Monitoring Made Simple Tuesday, May 5, 3:00 PM Thursday, May 7, 8:30 AM 39

39

Storage Based Replications

Storage Based Replications Storage Based Replications Miroslav Vraneš EMC Technology Group miroslav.vranes@emc.com 1 Protecting Information Is a Business Decision Recovery point objective (RPO): How recent is the point in time for

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

EMC Symmetrix VMAX Using EMC SRDF/TimeFinder and Oracle Database 10g/11g

EMC Symmetrix VMAX Using EMC SRDF/TimeFinder and Oracle Database 10g/11g EMC Symmetrix VMAX Using EMC SRDF/TimeFinder and Oracle Database 10g/11g Applied Technology Abstract This white paper introduces EMC Symmetrix VMAX software and hardware capabilities, and provides a comprehensive

More information

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison Document Control Change Record 3 Date Author Version Change Reference 15-Aug-2007 Ravi

More information

BUSINESS CONTINUITY BEST PRACTICES FOR SAP HANA TAILORED DATACENTER INTEGRATION WITH EMC SYMMETRIX VMAX

BUSINESS CONTINUITY BEST PRACTICES FOR SAP HANA TAILORED DATACENTER INTEGRATION WITH EMC SYMMETRIX VMAX BUSINESS CONTINUITY BEST PRACTICES FOR SAP HANA TAILORED DATACENTER INTEGRATION WITH EMC SYMMETRIX VMAX Data protection and availability enabled by EMC Symmetrix Remote Data Facility EMC TimeFinder EMC

More information

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Use RMAN to relocate a 10TB RAC database with minimum downtime Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Contents Methods of relocate a database with minimum down time RMAN oracle suggested backup strategy

More information

EMC Business Continuity and Disaster Recovery Solutions

EMC Business Continuity and Disaster Recovery Solutions EMC Business Continuity and Disaster Recovery Solutions Comprehensive Data Protection Rick Walsworth Director, Product Marketing EMC Cross Platform Replication 1 Agenda Data Protection Challenges EMC Continuity

More information

Oracle Database Disaster Recovery Using Dell Storage Replication Solutions

Oracle Database Disaster Recovery Using Dell Storage Replication Solutions Oracle Database Disaster Recovery Using Dell Storage Replication Solutions This paper describes how to leverage Dell storage replication technologies to build a comprehensive disaster recovery solution

More information

BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g

BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g ENABLED BY EMC VMAX 10K AND EMC RECOVERPOINT Technical Presentation EMC Solutions Group 1 Agenda Business case Symmetrix VMAX 10K overview RecoverPoint

More information

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK ASM and for 3rd Party Snapshot Solutions - for Offhost backup Duane Smith Nitin Vengurlekar RACPACK POINT-IN-TIME COPY TECHNOLOGIES POINT-IN-TIME COPY TECHNOLOGIES Generic guidelines & best practices for

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland Backup and Recovery Solutions for Exadata Cor Beumer Storage Sales Specialist Oracle Nederland Recovery Point and Recovery Time Wks Days Hrs Mins Secs Secs Mins Hrs Days Wks Data Loss (Recovery Point Objective)

More information

REMOTE SITE RECOVERY OF ORACLE ENTERPRISE DATA WAREHOUSE USING EMC DATA DOMAIN

REMOTE SITE RECOVERY OF ORACLE ENTERPRISE DATA WAREHOUSE USING EMC DATA DOMAIN White Paper REMOTE SITE RECOVERY OF ORACLE ENTERPRISE DATA WAREHOUSE USING EMC DATA DOMAIN EMC SOLUTIONS GROUP Abstract This white paper describes how a 12 TB Oracle data warehouse was transported from

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

EMC NETWORKER SNAPSHOT MANAGEMENT

EMC NETWORKER SNAPSHOT MANAGEMENT White Paper Abstract This white paper describes the benefits of NetWorker Snapshot Management for EMC Arrays. It also explains the value of using EMC NetWorker for snapshots and backup. June 2013 Copyright

More information

Veritas Storage Foundation High Availability for Windows by Symantec

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

More information

Oracle Database Backups and Disaster Recovery @ Autodesk

Oracle Database Backups and Disaster Recovery @ Autodesk Oracle Database Backups and Disaster Recovery @ Autodesk Alan Williams Database Design Engineer Who We Are Autodesk software, suites, and cloud technology help customers design, visualize, and simulate

More information

Local and Remote Replication Solutions from IBM, EMC, and HDS Session 16057 SHARE Pittsburgh August 6, 2014

Local and Remote Replication Solutions from IBM, EMC, and HDS Session 16057 SHARE Pittsburgh August 6, 2014 Local and Remote Replication Solutions from IBM, EMC, and HDS Session 16057 SHARE Pittsburgh August 6, 2014 Brett Quinn Tony Negro EMC Corporation Insert Custom Session QR if Desired. EMC Local Replication

More information

Redefining Oracle Database Management

Redefining Oracle Database Management Redefining Oracle Database Management Actifio PAS Specification A Single Solution for Backup, Recovery, Disaster Recovery, Business Continuity and Rapid Application Development for Oracle. MAY, 2013 Contents

More information

An Integrated End-to-End Data Integrity Solution to Protect Against Silent Data Corruption

An Integrated End-to-End Data Integrity Solution to Protect Against Silent Data Corruption White Paper An Integrated End-to-End Data Integrity Solution to Protect Against Silent Data Corruption Abstract This white paper describes how T10 PI prevents silent data corruption, ensuring that incomplete

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

Module: Business Continuity

Module: Business Continuity Upon completion of this module, you should be able to: Describe business continuity and cloud service availability Describe fault tolerance mechanisms for cloud infrastructure Discuss data protection solutions

More information

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide TECHNICAL REPORT Nimble Storage Oracle Backup and Recovery Guide N I M B L E T E C H N I C A L R E P O R T : N I M B L E S T O R A G E F O R O R A C L E B A C K U P A N D R E C O V E R Y 1 Document Revision

More information

Redefining Microsoft SQL Server Data Management

Redefining Microsoft SQL Server Data Management Redefining Microsoft SQL Server Data Management Contact Actifio Support As an Actifio customer, you can get support for all Actifio products through the Support Portal at http://support.actifio.com/. Copyright,

More information

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your own recovery requirements. You'll

More information

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric 2001 San Diego Gas and Electric. All copyright and trademark rights reserved. Importance

More information

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media

More information

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Applied Technology Abstract This white paper investigates configuration and replication choices for Oracle Database deployment with EMC

More information

Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs

Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs EMC RECOVERPOINT FAMILY Continuous Data Protection for any Point-in-Time Recovery: Product Options for Protecting Virtual Machines or Storage Array LUNs ESSENTIALS EMC RecoverPoint Family Optimizes RPO

More information

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS Leverage EMC and VMware To Improve The Return On Your Oracle Investment ESSENTIALS Better Performance At Lower Cost Run

More information

Daniela Milanova Senior Sales Consultant

Daniela Milanova Senior Sales Consultant Daniela Milanova Senior Sales Consultant Oracle Disaster Recovery Solution What is Data Guard? Management, monitoring and automation software infrastructure that protects data against failure, errors,

More information

EMC XtremSF: Delivering Next Generation Performance for Oracle Database

EMC XtremSF: Delivering Next Generation Performance for Oracle Database White Paper EMC XtremSF: Delivering Next Generation Performance for Oracle Database Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved.

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved. Restore and Recovery Tasks Objectives After completing this lesson, you should be able to: Describe the causes of file loss and determine the appropriate action Describe major recovery operations Back

More information

SQL Server Storage Best Practice Discussion Dell EqualLogic

SQL Server Storage Best Practice Discussion Dell EqualLogic SQL Server Storage Best Practice Discussion Dell EqualLogic What s keeping you up at night? Managing the demands of a SQL environment Risk Cost Data loss Application unavailability Data growth SQL Server

More information

Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions

Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions EMC Proven Professional Knowledge Sharing June, 2007 Maciej Mianowski Regional Software Specialist EMC Corporation

More information

EMC NetWorker and Replication: Solutions for Backup and Recovery Performance Improvement

EMC NetWorker and Replication: Solutions for Backup and Recovery Performance Improvement EMC NetWorker and Replication: Solutions for Backup and Recovery Performance Improvement A Detailed Review Abstract Recovery management, the next phase in the evolution of backup and data protection methodologies,

More information

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices Oracle Backup and Recovery Best Practices Dell Compellent Storage Center Dell Compellent Technical Best Practices ii Document Revision Table 1. Revision History Date Revision Description 6/15/2011 A Initial

More information

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode RMAN - What is Rman - Why use Rman - Understanding The Rman Architecture - Taking Backup in Non archive Backup Mode - Taking Backup in archive Mode - Enhancement in 10g For Rman - 9i Enhancement For Rman

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

Oracle Cloud Storage and File system

Oracle Cloud Storage and File system 2012 Tieto Corporation Oracle Cloud Storage and File system Andrejs Karpovs Oracle Apps DBA Tieto, andrejs.karpovs@tieto.com Few notes about me I Am a DBA Work in Tieto Have 4 years exprerience working

More information

Best Practices for Oracle 11g Backup and Recovery using Oracle Recovery Manager (RMAN) and Dell EqualLogic Snapshots

Best Practices for Oracle 11g Backup and Recovery using Oracle Recovery Manager (RMAN) and Dell EqualLogic Snapshots Dell EqualLogic Best Practices Series Best Practices for Oracle 11g Backup and Recovery using Oracle Recovery Manager (RMAN) and Dell EqualLogic Snapshots A Dell Technical Whitepaper Storage Infrastructure

More information

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC Symmetrix VMAX, Virtual Improve storage space utilization Simplify storage management with Virtual Provisioning Designed for enterprise customers EMC Solutions

More information

One Solution for Real-Time Data protection, Disaster Recovery & Migration

One Solution for Real-Time Data protection, Disaster Recovery & Migration One Solution for Real-Time Data protection, Disaster Recovery & Migration Built-in standby virtualisation server Backs up every 15 minutes up to 12 servers On and Off-site Backup User initialed file, folder

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

Oracle Recovery Manager 10g. An Oracle White Paper November 2003

Oracle Recovery Manager 10g. An Oracle White Paper November 2003 Oracle Recovery Manager 10g An Oracle White Paper November 2003 Oracle Recovery Manager 10g EXECUTIVE OVERVIEW A backup of the database may be the only means you have to protect the Oracle database from

More information

EMC Disk Library with EMC Data Domain Deployment Scenario

EMC Disk Library with EMC Data Domain Deployment Scenario EMC Disk Library with EMC Data Domain Deployment Scenario Best Practices Planning Abstract This white paper is an overview of the EMC Disk Library with EMC Data Domain deduplication storage system deployment

More information

ABSTRACT. February, 2014 EMC WHITE PAPER

ABSTRACT. February, 2014 EMC WHITE PAPER EMC APPSYNC SOLUTION FOR MANAGING PROTECTION OF MICROSOFT SQL SERVER SLA-DRIVEN, SELF-SERVICE CAPABILITIES FOR MAXIMIZING AND SIMPLIFYING DATA PROTECTION AND RECOVERABILITY ABSTRACT With Microsoft SQL

More information

EMC RECOVERPOINT: BUSINESS CONTINUITY FOR SAP ENVIRONMENTS ACROSS DISTANCE

EMC RECOVERPOINT: BUSINESS CONTINUITY FOR SAP ENVIRONMENTS ACROSS DISTANCE White Paper EMC RECOVERPOINT: BUSINESS CONTINUITY FOR SAP ENVIRONMENTS ACROSS DISTANCE Applied Technology Abstract Business continuity is a critical component of any enterprise data protection strategy

More information

Turbo Charge Your Data Protection Strategy

Turbo Charge Your Data Protection Strategy Turbo Charge Your Data Protection Strategy Data protection for the hybrid cloud 1 WAVES OF CHANGE! Data GROWTH User EXPECTATIONS Do It YOURSELF Can t Keep Up Reliability and Visibility New Choices and

More information

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices 1 RMAN Configuration and Performance Tuning Best Practices Timothy Chien Principal Product Manager Oracle Database High Availability Timothy.Chien@oracle.com Agenda Recovery Manager

More information

SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery

SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery Dr. Ralf Czekalla/SAP HANA Product Management May 09, 2014 Customer Disclaimer This presentation outlines our general product

More information

NSI Solutions with Microsoft VSS

NSI Solutions with Microsoft VSS Published: March 2004 Abstract With the introduction of Volume Shadow Copy Service (VSS) in Microsoft Windows Server 2003 and Windows Storage Server 2003 and the strength of NSI Software Double-Take you

More information

EMC ViPR Controller. Service Catalog Reference Guide. Version 2.3 XXX-XXX-XXX 01

EMC ViPR Controller. Service Catalog Reference Guide. Version 2.3 XXX-XXX-XXX 01 EMC ViPR Controller Version 2.3 Service Catalog Reference Guide XXX-XXX-XXX 01 Copyright 2015- EMC Corporation. All rights reserved. Published in USA. Published July, 2015 EMC believes the information

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

EMC Symmetrix VMAX Series with Enginuity for IBM i Environments

EMC Symmetrix VMAX Series with Enginuity for IBM i Environments EMC Symmetrix VMAX Series with Enginuity for IBM i Environments Applied Technology Abstract This white paper described the features and benefits of the EMC Symmetrix VMAX Series with Enginuity for customer

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Eloquence Training What s new in Eloquence B.08.00

Eloquence Training What s new in Eloquence B.08.00 Eloquence Training What s new in Eloquence B.08.00 2010 Marxmeier Software AG Rev:100727 Overview Released December 2008 Supported until November 2013 Supports 32-bit and 64-bit platforms HP-UX Itanium

More information

EMC Backup and Recovery for Oracle Database 11g Data Warehouse

EMC Backup and Recovery for Oracle Database 11g Data Warehouse EMC Backup and Recovery for Oracle Database 11g Data Warehouse A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper describes an EMC backup and recovery solution for Oracle

More information

WHAT'S NEW WITH DATA PROTECTION SUITE 2015

WHAT'S NEW WITH DATA PROTECTION SUITE 2015 1 WHAT'S NEW WITH DATA PROTECTION SUITE 2015 KURT KUCKEIN & RAJESH AGRAWAL 2 TWEET US! Are you using Data Protection Suite? Live from EMC World! DPS has my BACKup because EMC #DataProtectionRocks #EMCWORLD

More information

ORACLE CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE

More information

EMC MID-RANGE STORAGE AND THE MICROSOFT SQL SERVER I/O RELIABILITY PROGRAM

EMC MID-RANGE STORAGE AND THE MICROSOFT SQL SERVER I/O RELIABILITY PROGRAM White Paper EMC MID-RANGE STORAGE AND THE MICROSOFT SQL SERVER I/O RELIABILITY PROGRAM Abstract This white paper explains the integration of EMC Mid-range Storage arrays with the Microsoft SQL Server I/O

More information

Copyright 2015 EMC Corporation. All rights reserved. 1

Copyright 2015 EMC Corporation. All rights reserved. 1 Copyright 2015 EMC Corporation. All rights reserved. 1 ALYSON LANGON & ALEX CHANG Copyright 2015 EMC Corporation. All rights reserved. 2 ROADMAP INFORMATION DISCLAIMER EMC makes no representation and undertakes

More information

DEPLOYMENT BEST PRACTICE FOR ORACLE DATABASE WITH VMAX 3 SERVICE LEVEL OBJECTIVE MANAGEMENT

DEPLOYMENT BEST PRACTICE FOR ORACLE DATABASE WITH VMAX 3 SERVICE LEVEL OBJECTIVE MANAGEMENT DEPLOYMENT BEST PRACTICE FOR ORACLE DATABASE WITH VMAX 3 SERVICE LEVEL OBJECTIVE MANAGEMENT EMC VMAX Engineering White Paper ABSTRACT With the introduction of the third generation VMAX disk arrays, Oracle

More information

Veritas Storage Foundation for Oracle RAC with EMC SRDF

Veritas Storage Foundation for Oracle RAC with EMC SRDF : DATA CENTER Veritas Storage Foundation for Oracle RAC with EMC SRDF Veritas Storage Foundation For Oracle RAC with EMC SRDF A Disaster Recovery Solution by Naveen Williams Symantec Principal SQA Engineer

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

SAN Conceptual and Design Basics

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

More information

Copyright 2015 EMC Corporation. All rights reserved. 1

Copyright 2015 EMC Corporation. All rights reserved. 1 Copyright 2015 EMC Corporation. All rights reserved. 1 DATA DOMAIN BOOST: UNMATCHED SPEED & CONTROL PHILIP FOTE & GENE MAXWELL Copyright 2015 EMC Corporation. All rights reserved. 2 TWEET US! Are you already

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

Database Recovery For Newbies

Database Recovery For Newbies Database Recovery For Newbies Paper #521 Bonnie Bizzaro, Susan McClain Objectives Provide basic understanding of recovery processes and terms Define different types of recovery Discuss common recovery

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392)

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Joseph Meeks, Director High Availability Product Management, Oracle Michael Smith, Consulting Member of Technical Staff

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

MySQL Enterprise Backup

MySQL Enterprise Backup MySQL Enterprise Backup Fast, Consistent, Online Backups A MySQL White Paper February, 2011 2011, Oracle Corporation and/or its affiliates Table of Contents Introduction... 3! Database Backup Terms...

More information

Block-Level Incremental Backup

Block-Level Incremental Backup A STORAGE MANAGEMENT SOLUTION from VERITAS Software Corporation Advanced techniques for consistent database s with minimal operational impact. Contents BACKUP: BECAUSE STUFF HAPPENS... 5 ADVANCED BACKUP

More information

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

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

Case Study: Oracle E-Business Suite with Data Guard Across a Wide Area Network

Case Study: Oracle E-Business Suite with Data Guard Across a Wide Area Network Case Study: Oracle E-Business Suite with Data Guard Across a Wide Area Network Data Guard is a complete, reliable, DR solution for the mission critical 5.5TB database that supports Oracle s global business

More information

Using Live Sync to Support Disaster Recovery

Using Live Sync to Support Disaster Recovery Using Live Sync to Support Disaster Recovery SIMPANA VIRTUAL SERVER AGENT FOR VMWARE Live Sync uses backup data to create and maintain a warm disaster recovery site. With backup and replication from a

More information

Increasing Recoverability of Critical Data with EMC Data Protection Advisor and Replication Analysis

Increasing Recoverability of Critical Data with EMC Data Protection Advisor and Replication Analysis Increasing Recoverability of Critical Data with EMC Data Protection Advisor and Replication Analysis A Detailed Review Abstract EMC Data Protection Advisor (DPA) provides a comprehensive set of features

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

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

Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper

Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper bex30102507wpor Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies Introduction Are you a database administrator

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

Cloud Based Application Architectures using Smart Computing

Cloud Based Application Architectures using Smart Computing Cloud Based Application Architectures using Smart Computing How to Use this Guide Joyent Smart Technology represents a sophisticated evolution in cloud computing infrastructure. Most cloud computing products

More information

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard 18 th Annual International zseries Oracle SIG Conference Present: Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard Tammy Bednar Tammy.Bednar@oracle.com Manager, HA Solutions & Backup

More information

How To Use A Recoverypoint Server Appliance For A Disaster Recovery

How To Use A Recoverypoint Server Appliance For A Disaster Recovery One Solution for Real-Time Data protection, Disaster Recovery & Migration Built-in standby virtualisation server Backs up every 15 minutes up to 12 servers On and Off-site Backup Exchange Mailbox & Message

More information

Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager

Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by

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

Copyright 2015 EMC Corporation. All rights reserved. 1

Copyright 2015 EMC Corporation. All rights reserved. 1 Copyright 2015 EMC Corporation. All rights reserved. 1 DATA PROTECTION MANAGEMENT AND ANALYTICS DEEP DIVE GAUTHAM PANTH, PRODUCT MANAGEMENT Copyright 2015 EMC Corporation. All rights reserved. 2 TWEET

More information

Oracle Data Guard for High Availability and Disaster Recovery

Oracle Data Guard for High Availability and Disaster Recovery Oracle Data Guard for High Availability and Disaster Recovery John Zhong Senior Technical Specialist Global Database Management Group Citigroup and Vice President of American DBAOnline John_j_zhong@yahoo.com

More information

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect SharePlex for Oracle How to replicate databases Jeffrey Surretsky Solutions Architect Highlights Overview: reasons for migration Traditional data migration methods Drawbacks Data migrations using log-based

More information

Application Brief: Using Titan for MS SQL

Application Brief: Using Titan for MS SQL Application Brief: Using Titan for MS Abstract Businesses rely heavily on databases for day-today transactions and for business decision systems. In today s information age, databases form the critical

More information

Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9

Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9 Veeam Summer School Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9 Jan van Leuken System Engineer Benelux, Veeam Software jan.vanleuken@veeam.com +31 (0)615 83 50

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

Windows Host Utilities 6.0.2 Installation and Setup Guide Windows Host Utilities 6.0.2 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

EMC Symmetrix V-Max and Microsoft SQL Server

EMC Symmetrix V-Max and Microsoft SQL Server EMC Symmetrix V-Max and Microsoft SQL Server Applied Technology Abstract This white paper examines deployment and integration of Microsoft SQL Server solutions on the EMC Symmetrix V-Max Series with Enginuity.

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

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Veeam Summer School. Thomas Zaatman Veeam Software

Veeam Summer School. Thomas Zaatman Veeam Software Veeam Summer School Thomas Zaatman Veeam Software Availability for the your modern datacentre modern datacenter Veeam Availability Suite v8 Welcome to Veeam Veeam was founded in 2006 Exponential revenue

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support Agreement Joint Use Of Technology CEO

More information