Case study: Building bi-directional DR. Joep Piscaer, VMware vexpert, VCDX #101

Size: px
Start display at page:

Download "Case study: Building bi-directional DR. Joep Piscaer, VMware vexpert, VCDX #101"

Transcription

1 Case study: Building bi-directional DR Joep Piscaer, VMware vexpert, VCDX #101

2 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

3 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

4 Introduction Joep Piscaer Consulting Architect at OGD ict-diensten VMware VCDX5 #101, vexpert 2009, 2011, 2012 Know Veeam since 2007 and in love with them ever since (best. VMworld. parties. ever.)

5 Agenda Introduction Project goals, requirements and constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

6 Project Goals Replace current (cloud-based) DR solution RTO is weeks; all data needs to be replicated back to our site RPO is ; current solution doesn t have all data (no OS-disks) Backups are not application-level consistent Develop bi-directional DR for two separate infrastructures We have a internal IT infrastructure but also a cloud service provider infrastructure; both are highly virtualized Eat your own dogfood Use hard- and software we known implement at customers regularly

7 Project Requirements RTO and RPO need to be improved RTO needs to be reduced from weeks to hours RPO needs to be reduced from to a day Transactionally consistent application state back-ups of mission critical and other VMs Be able to restore individual application and file items but also complete disks, virtual machines and clusters. Backup needs to be available locally for fast application item restores Backup needs to be available remotely for DR-purposes

8 Project Constraints WAN link too slow to do initial seed During first months of project, WAN capacity was only 20 Mbit/s After project completion, WAN capacity upped to 100 Mbit/s We used two 16x 1TB SuperMicro servers as temporary backup repository; offline initial seed by physically swapping them and mapping jobs to backup files Due to eat your own dogfood, we could only use a very limited set of products, including Veeam B&R

9 Customer Background 2 infrastructures on separate sites About 25 hosts in 3 clusters About 250 VMs total PXE-booted Citrix XenApp VMs (excluded from backup) Exchange and Zarafa groupware environments Additional scripts required to create consistent snapshots for Zarafa About 12 TB of data About 1000 users overall

10 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

11 Overview Two Dell PowerEdge R510 servers with 24 GB RAM 12x 3TB nearline SAS disks in RAID-6 for 27 TB backup repository 4 gigabit NICs dedicated to iscsi for direct SAN access Two Veeam v6.0 consoles / installations Distributed backup architecture Multiple proxies Multiple repositories Enterprise Manager installed on one site

12 Overview We leveraged Application-aware image processing Instant VM Recovery and vpower NFS Virtual Labs SureBackup

13 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

14 Overall architecture Used Veeam s distributed architecture for proxies and repositories, with a twist We installed two separate stretched backup infrastructures on two hosts so we can restore and continue local backup jobs if the remote site fails Two consoles to separate administrative domains for each IT operations teams Enterprise Manager as a single point of management for licensing and file level restores

15 Design Choices Each host has one proxy; Each host has two repositories One owned by the local console One owned by the remote console Local SQL Express databases Size of environment didn t require move to full SQL Server Totally independent backup environment required Use Application-aware image processing for consistency Optimize all jobs for WAN replication

16 Job Type We had no space available on primary SAN storage Replication job type replicates from proxy to proxy, requires standby host and can only store in native (VMX/VMDK) format on VMFS datastores Therefore, we chose regular job type We cannot replicate the local backup. This means each VM would be touched twice every day: once by the job that stores the VM on the local repository once by the job that stores the VM on the remote repository

17 Deduplication and Compression Compression set to best for all jobs Deduplication happens both at source before data is sent to repository, significantly improving performance and at target to achieve additional reduction for jobs with multiple VMs Block level deduplication optimized for WAN Using 256KB block size instead of default 1024KB size If anything happens to target we can seed the locally stored backups again using the two 16x 1TB SuperMicro servers CBT is designed to handle such usage cases.

18 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

19 Job Type Advantages of Replication job type: Files stored in native VMware format Restores are parallel No need to choose between reverse and forward incremental No vpower NFS or Instant VM recovery needed VMs run at full I/O speed Number of VMs that can be powered on depends on infrastructure no dependency on backup server No additional migration like Storage vmotion needed after recovery Advanced features like re-ip, failback available

20 Job Type Pitfalls of using regular jobs: Files stored in Veeam file format; manual interaction required to restore This increases RTO and makes restores sequential Other solutions provide (semi-)parallel restores, keeping RTO down Need to make difficult choice between reversed and forward incremental Instant VM Recovery uses vpower NFS; recovered VMs will not run at full I/O speed affects number of VMs that can be powered on after total site failure Storage vmotion required to complete recovery of each VM No Re-IP and failback and other specific functionality available in Replication job type

21 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

22 Backup Method We chose reverse incremental : Uses the least amount of disk space to store backups We wanted to maximize retention for jobs stored on local repository. We set retention for jobs stored on remote repository to two restore point as these backups are only for DR-purposes Calculations to produce reverse incremental done on (remote) repository Full backup file is rebuilt every day on remote repository Our physical backup servers have enough oomph to handle 3x I/O load Minimize stress on WAN link; only changed blocks are sent over WAN Last backup is always full No periodic full needed Imagine replicating a full backup of every VM over WAN every week

23 Why not replicate the local backup? Veeam s distributed architecture supports this use case: Proxy and repository at local site for local backups Proxy at local site and repository at remote site for remote backups No suitable Windows-based tool was found that does block level replication None of the tools integrate with Veeam s proxy architecture and aren t intelligent enough to understand the reverse incremental files to do smart changed block replication These tools take forever to create changed block indexes and begin replication which has a very negative effect on RPO Didn t want to use custom (Powershell) scripts makes your solution harder to manage, upgrade and support

24 Evaluation of lessons learned Re-evaluate job type: regular or replication Replication job type requires standby host and capacity on SAN We didn t anticipate this and didn t have SAN capacity to spare Regular jobs require touching source VM s twice Wasn t a problem at first, started to become cumbersome as we grew Re-evaluate forward or reverse incremental modes for replication Both have pros and cons for replication; choice is very hard to make We chose to maximize retention and use reverse incremental Re-evaluate Hot Add ( Virtual Appliance ) mode Much faster compared to Direct SAN Acces with thin provisioned disks Restores are much faster compared to Direct SAN Access mode

25 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

26 Live Demo

27 Agenda Introduction Project description, goals, requirements, constraints High level overview: product and component overview Backup and DR Approach and architecture How to improve RTO (Recovery Time Objective) Find your bottlenecks Technical deep dive and live demo Q & A

28 Q & A

Veeam Backup & Replication v6

Veeam Backup & Replication v6 Veeam Backup & Replication v6 Part 2: VMware and Hyper-V in one solution Doug Hazelman Vice President of Product Strategy Anton Gostev Director of Product Management Release contents subject to change

More information

Go From Backup Pain to Gain Keys to Better Backup and Disaster Recovery in a Virtual World

Go From Backup Pain to Gain Keys to Better Backup and Disaster Recovery in a Virtual World Go From Backup Pain to Gain Keys to Better Backup and Disaster Recovery in a Virtual World Doug Hazelman, VP of Product Strategy, Veeam Software Marc Crespi, VP of Product Management, ExaGrid Jeff Zerwer,

More information

Veeam Backup & Replication v7: A VMware Architect s Favorite Features

Veeam Backup & Replication v7: A VMware Architect s Favorite Features Veeam Backup & Replication v7: A VMware Architect s Favorite Features Joep Piscaer VMware Certified Design Expert #101 Modern Data Protection Built for Virtualization Contents Introduction....4 What s

More information

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

More information

Mehmet.Gonullu@Veeam.com Veeam Portfolio - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable - Storage agnostic High-speed Recovery instant VM recovery

More information

Veeam Backup & Replication Version 6.0

Veeam Backup & Replication Version 6.0 Veeam Backup & Replication Version 6.0 Evaluator s Guide VMware Environments March, 2012 2012 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of

More information

Tintri & Veeam VM Backup & Replication Best Practices. John Phillips Strategic Alliances and Technical Marketing Ryan Post Systems Engineer

Tintri & Veeam VM Backup & Replication Best Practices. John Phillips Strategic Alliances and Technical Marketing Ryan Post Systems Engineer Tintri & Veeam VM Backup & Replication Best Practices John Phillips Strategic Alliances and Technical Marketing Ryan Post Systems Engineer 1 VM-aware Storage from Tintri Stores VMs and vdisks (only!) No

More information

VMware admins: Can your DR do this?

VMware admins: Can your DR do this? VMware admins: Can your DR do this? Veeam Backup & Replication v6 Rick Vanover vexpert, VCP, MCITP Product Strategy Specialist Twitter @RickVanover Administrative Points on this Webinar Technical content,

More information

Disaster Recovery-to-the- Cloud Best Practices

Disaster Recovery-to-the- Cloud Best Practices Disaster Recovery-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE

More information

The 5 Keys to Virtual Backup Excellence

The 5 Keys to Virtual Backup Excellence The 5 Keys to Virtual Backup Excellence The Challenges 51 87 Percent of IT pros say virtualized server backups do not meet or only partially meet business goals for restores and recovery Percent of CIOs

More information

Veeam and HP: Meet your backup data protection goals

Veeam and HP: Meet your backup data protection goals Sponsored by Veeam and HP: Meet your backup data protection goals Eric Machabert Сonsultant and virtualization expert Introduction With virtualization systems becoming mainstream in recent years, backups

More information

Construct a High Efficiency VM Disaster Recovery Solution. Best choice for protecting virtual environments

Construct a High Efficiency VM Disaster Recovery Solution. Best choice for protecting virtual environments Construct a High Efficiency VM Disaster Recovery Solution Best choice for protecting virtual environments About NAKIVO Established in the USA since 2012 Provides data protection solutions for VMware, Hyper-V

More information

VMCE_V9.exam.95q. Number: VMCE_V9 Passing Score: 800 Time Limit: 120 min File Version: 1.

VMCE_V9.exam.95q. Number: VMCE_V9 Passing Score: 800 Time Limit: 120 min File Version: 1. VMCE_V9.exam.95q Number: VMCE_V9 Passing Score: 800 Time Limit: 120 min File Version: 1 Veeam VMCE_V9 Veeam Certified Engineer (VMCE) Certification v9 Exam A QUESTION 1 Which of the following statements

More information

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide TECHNICAL DEPLOYMENT GUIDE StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneBlox, compliments Veeam to create a differentiated diskbased

More information

Vembu BDR Suite. Free vs Paid Edition. Backup & Disaster Recovery. VEMBU TECHNOLOGIES TRUSTED BY OVER 60,000 BUSINESSES

Vembu BDR Suite. Free vs Paid Edition. Backup & Disaster Recovery. VEMBU TECHNOLOGIES  TRUSTED BY OVER 60,000 BUSINESSES Vembu BDR Suite Free vs Paid Edition VEMBU TECHNOLOGIES www.vembu.com Free vs Paid Edition The Free Edition of Vembu BDR suite products comprises of mandate features which ensure data protection for both

More information

Backup & Disaster Recovery. Vembu BDR Suite. Free vs Paid Edition. VEMBU TECHNOLOGIES Copyright Vembu Technologies. All Rights Reserved

Backup & Disaster Recovery. Vembu BDR Suite. Free vs Paid Edition. VEMBU TECHNOLOGIES  Copyright Vembu Technologies. All Rights Reserved Vembu BDR Suite Free vs Paid Edition VEMBU TECHNOLOGIES www.vembu.com Free vs Paid Edition The Free Edition of Vembu BDR suite of products contains the mandate features which ensures data protection for

More information

Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System

Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System 1 + 1 = 3 HPE + Veeam Better Together Contents Intended audience...3 Veeam Backup & Replication overview...3 Adding

More information

CyberStore Veeam. Backup & Replication Appliances. Broadberry. CyberStore Veeam. Backup Storage Appliances. Powering these organisations

CyberStore Veeam. Backup & Replication Appliances. Broadberry. CyberStore Veeam. Backup Storage Appliances. Powering these organisations CyberStore Veeam Backup & Replication Appliances CyberStore Veeam CyberStore ARC Archiving Appliances: Backup Storage Appliances 's range of multi-award winning CyberStore storage appliances configured

More information

Test-King.VMCE_V8.40Q.A

Test-King.VMCE_V8.40Q.A Test-King.VMCE_V8.40Q.A Number: VMCE_V8 Passing Score: 800 Time Limit: 120 min File Version: 2.8 http://www.gratisexam.com/ VMCE_V8 Veeam Certified Engineer v8 1. It put me out from my hurdles and I got

More information

BC/DR Strategy with VMware

BC/DR Strategy with VMware BC/DR Strategy with VMware VMware vforum, 2014 Andrea Teobaldi Systems Engineer @teob77 2014 VMware Inc. All rights reserved. What s on the agenda? Defining the problem Definitions VMware technologies

More information

Veeam Backup & Replication for VMware vsphere

Veeam Backup & Replication for VMware vsphere Veeam Backup & Replication for VMware vsphere Version 9.5 Evaluator's Guide December, 2017 2017 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part

More information

Veeam Backup & Replication v6

Veeam Backup & Replication v6 Veeam Backup & Replication v6 Part 3: Advanced Replication Doug Hazelman Vice President of Product Strategy Anton Gostev Director of Product Management Release contents subject to change prior to general

More information

50 TB. Traditional Storage + Data Protection Architecture. StorSimple Cloud-integrated Storage. Traditional CapEx: $375K Support: $75K per Year

50 TB. Traditional Storage + Data Protection Architecture. StorSimple Cloud-integrated Storage. Traditional CapEx: $375K Support: $75K per Year Compelling Economics: Traditional Storage vs. StorSimple Traditional Storage + Data Protection Architecture StorSimple Cloud-integrated Storage Servers Servers Primary Volume Disk Array ($100K; Double

More information

Setting Up the Dell DR Series System on Veeam

Setting Up the Dell DR Series System on Veeam Setting Up the Dell DR Series System on Veeam Dell Engineering April 2016 A Dell Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

Kevin Russell ExaGrid Systems. Platinum sponsors:

Kevin Russell ExaGrid Systems. Platinum sponsors: Kevin Russell ExaGrid Systems Platinum sponsors: Established in 2002 Largest independent vendor in the space 100% focused on disk-based backup Winner of the most industry awards Patented technology Large

More information

Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical

Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical Headquarters in San Jose, CA Global operations and support Over 700 employees NYSE: NMBL Rapidly growing installed base of over 3,750 customers

More information

TrainSignal - VMware vsphere Troubleshooting Training

TrainSignal - VMware vsphere Troubleshooting Training TrainSignal - VMware vsphere Troubleshooting Training TrainSignal - VMware vsphere Troubleshooting Training DVD Video Tutorials + Virtual Lab + ebooks 2.47 GB + 3.40 GB + 2.60 GB Genre: elearning Like

More information

Vembu VMBackup. True 15-Minute RTO for Mission-Critical VM Systems with Vembu VMBackup Replication. Author Dr. Jack Fegreus.

Vembu VMBackup. True 15-Minute RTO for Mission-Critical VM Systems with Vembu VMBackup Replication. Author Dr. Jack Fegreus. Vembu VMBackup True 15-Minute RTO for Mission-Critical VM Systems with Vembu VMBackup Replication Author Dr. Jack Fegreus Founder of openbench Labs. www.vembu.com Vembu VMBackup True 15-Minute RTO for

More information

Modernize Your Backup and DR Using Actifio in AWS

Modernize Your Backup and DR Using Actifio in AWS FOR AWS Modernize Your Backup and DR Using Actifio in AWS 150105H FOR AWS Modernize Your Backup and DR Using Actifio in AWS What is Actifio? Actifio virtualizes the data that s the lifeblood of business.

More information

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments 1 2017 2017 Cisco Cisco and/or and/or its

More information

Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots

Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots Luca Dell Oca EMEA Evangelist, Product Strategy Specialist for Veeam Software, VMware vexpert, VCAP-DCD, CISSP Modern Data Protection

More information

Availability for the modern datacentre Veeam Availability Suite v9.5

Availability for the modern datacentre Veeam Availability Suite v9.5 Availability for the modern datacentre Veeam Availability Suite v9.5 Jan van Leuken System Engineer Benelux, Veeam Software jan.vanleuken@veeam.com +31 (0)615 83 50 64 Robin van der Steenhoven Territory

More information

Deduplication Best Practices with Veeam Backup & Replication Rick Vanover vexpert, VCP, MCITP Product Strategy Specialist Veeam Software

Deduplication Best Practices with Veeam Backup & Replication Rick Vanover vexpert, VCP, MCITP Product Strategy Specialist Veeam Software Deduplication Best Practices with Veeam Backup & Replication Rick Vanover vexpert, VCP, MCITP Product Strategy Specialist Veeam Software Twitter: @RickVanover Blog: http://www.veeam.com/blog Administrative

More information

Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup

Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup Alain Pelegrin EMEA NetBackup Solutions Lead TSS IM Technology Practice Olivier Ribouchon Presales

More information

HYCU and ExaGrid Hyper-converged Backup for Nutanix

HYCU and ExaGrid Hyper-converged Backup for Nutanix HYCU and ExaGrid Hyper-converged Backup for Nutanix Backing Up and Recovering Data: Nutanix, ExaGrid and HYCU As IT data centers move to hyper-converged infrastructure, new and innovative backup approaches

More information

Vmware 3V VMware Certified Advanced Professional Data Center Virtualization Design.

Vmware 3V VMware Certified Advanced Professional Data Center Virtualization Design. Vmware 3V0-624 VMware Certified Advanced Professional 6.5 - Data Center Virtualization Design http://killexams.com/pass4sure/exam-detail/3v0-624 DEMO Find some pages taken from full version Killexams 3V0-624

More information

Backup and Recovery Best Practices with Veeam Backup & Replication

Backup and Recovery Best Practices with Veeam Backup & Replication TECHNICAL WHITE PAPER Backup and Recovery Best Practices with Veeam Backup & Replication www.tintri.com Revision History Version Date Description Author 1.2 01/05/2018 Updated Release Bill Roth 1.1 07/11/2016

More information

Setting Up the DR Series System on Veeam

Setting Up the DR Series System on Veeam Setting Up the DR Series System on Veeam Quest Engineering June 2017 A Quest Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

White Paper. A System for Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft

White Paper. A System for  Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft White Paper Mimosa Systems, Inc. November 2007 A System for Email Archiving, Recovery, and Storage Optimization Mimosa NearPoint for Microsoft Exchange Server and EqualLogic PS Series Storage Arrays CONTENTS

More information

Veeam Certified Engineer v9. Textbook

Veeam Certified Engineer v9. Textbook Veeam Certified Engineer v9 Textbook 2016 Veeam Software All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced, transmitted, transcribed,

More information

Using Double-Take Software and the Virtual Recovery Appliance

Using Double-Take Software and the Virtual Recovery Appliance Using Double-Take Software and the Virtual Recovery Appliance When considering a BCP (Business Continuity Planning) solution for your application server environment, one product that you should definitely

More information

Veeam Backup & Replication on IBM Cloud Solution Architecture

Veeam Backup & Replication on IBM Cloud Solution Architecture Veeam Backup & Replication on IBM Cloud Solution Architecture Date: 2018 07 20 Copyright IBM Corporation 2018 Page 1 of 12 Table of Contents 1 Introduction... 4 1.1 About Veeam Backup & Replication...

More information

Vembu BDR Suite vs HPE VM Explorer

Vembu BDR Suite vs HPE VM Explorer vs VEMBU TECHNOLOGIES www.vembu.com About Vembu Vembu Technologies is a well known technology innovator in offering (BDR) product targeted at IT-Administrators in large, medium and small businesses to

More information

Veeam Backup & Replication Components Deep Dive (v9) Vsevolod Zubarev, Veeam Tier 2 Support Engineer

Veeam Backup & Replication Components Deep Dive (v9) Vsevolod Zubarev, Veeam Tier 2 Support Engineer & Replication Components Deep Dive (v9) Vsevolod Zubarev, Veeam Tier 2 Support Engineer Veeam Backup & Replication Windows services Linux server interaction Microsoft Hyper-V host integration Veeam B&R

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

What s new. James De Clercq (RealDolmen) Timothy Dewin (Veeam Software)

What s new. James De Clercq (RealDolmen) Timothy Dewin (Veeam Software) What s new James De Clercq (RealDolmen) Timothy Dewin (Veeam Software) http://teeam.eu Veeam One Veeam Management Pack Manage Manage Protect Protect Manage Veeam Protect Manage Availability Suite Veeam

More information

Backup Edition Comparison OVERVIEW

Backup Edition Comparison OVERVIEW Backup 12.5 Edition Comparison Available in and editions, protects data on 21 platforms in on-premises and remote systems, in private and public clouds, and on mobile devices. With active protection from

More information

Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection

Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection Cohesity Flash Protect for Pure FlashBlade: Simple, Scalable Data Protection Executive overview Pure Storage FlashBlade is the industry s first all-flash, scale-out file storage purpose-built for high-performance

More information

Veeam Backup & Replication

Veeam Backup & Replication Veeam Backup & Replication Год/Дата Выпуска: 31.10.2012 Версия: 6.5 Разработчик: Veeam Сайт разработчика: http://www.veeam.com Разрядность: 32bit+64bit Язык интерфейса: Английский Таблэтка: Присутствует

More information

Veeam Backup & Replication

Veeam Backup & Replication Veeam Backup & Replication for Microsoft Hyper-V Version 9.0 Evaluator's Guide January, 2016 2016 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part

More information

Exploring Options for Virtualized Disaster Recovery. Ranganath GK Solution Architect 6 th Nov 2008

Exploring Options for Virtualized Disaster Recovery. Ranganath GK Solution Architect 6 th Nov 2008 Exploring Options for Virtualized Disaster Recovery Ranganath GK Solution Architect 6 th Nov 2008 Defining Disaster Recovery What is a disaster? Extended outage that requires an organization to recover

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Server-Side Storage Intelligence with PernixData & Veeam. PernixData. All rights reserved.

Server-Side Storage Intelligence with PernixData & Veeam. PernixData. All rights reserved. Server-Side Storage Intelligence with PernixData & Veeam PernixData Presenter Todd Mace - Systems Engineer @PernixData vexpert 2013-2014 VCP5, MCSE, MCT Contact: @mctodd / todd@pernixdata.com Personal

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

NEXT BIG THING. Edgemo Summit Martin Plesner-Jacobsen Team Lead Nordic

NEXT BIG THING. Edgemo Summit Martin Plesner-Jacobsen Team Lead Nordic NEXT BIG THING Edgemo Summit 2016 Martin Plesner-Jacobsen Team Lead Nordic HQ Baar, Switzerland Founded in 2006, Veeam currently has 205,000 customers 41,000 ProPartners 2,200 employees worldwide 205,000+

More information

VMware vsphere Customized Corporate Agenda

VMware vsphere Customized Corporate Agenda VMware vsphere Customized Corporate Agenda It's not just VMware Install, Manage, Configure (Usual VCP Course). For working professionals, just VCP is not enough, below is the custom agenda. At the outset,

More information

The storage challenges of virtualized environments

The storage challenges of virtualized environments The storage challenges of virtualized environments The virtualization challenge: Ageing and Inflexible storage architectures Mixing of platforms causes management complexity Unable to meet the requirements

More information

VMware Backup and Replication Enterprise Edition

VMware Backup and Replication Enterprise Edition VMware Backup and Replication Enterprise Edition TECHNOLOGY PARTNERS Vembu Technologies 10+ Years of Experience 100+ Countries 2 Headquartered in Chennai Vembu BDR Suite Vembu BDR suite is an one stop

More information

Dell Data Protection for VMware Horizon View Infrastructures

Dell Data Protection for VMware Horizon View Infrastructures Dell Data Protection for VMware Horizon View Infrastructures Options for backing up and recovering your VMware Horizon View environment Dell Wyse Solutions Engineering February 2014 A Dell Technical White

More information

Vembu ImageBackup. Microsoft Windows Servers Desktops Laptops VEMBU TECHNOLOGIES PARTNERS.

Vembu ImageBackup. Microsoft Windows Servers Desktops Laptops VEMBU TECHNOLOGIES PARTNERS. Vembu Microsoft Windows Servers Desktops Laptops VEMBU TECHNOLOGIES PARTNERS Vembu Technologies Founded in 2002 10+ Years of Experience Headquartered in Chennai 100+ Countries 4000+ Partners 2 60000+ Businesses

More information

Availability for the Modern Data Center on FlexPod Introduction NetApp, Inc. All rights reserved. NetApp Proprietary Limited Use Only

Availability for the Modern Data Center on FlexPod Introduction NetApp, Inc. All rights reserved. NetApp Proprietary Limited Use Only Availability for the Modern Data Center on FlexPod Introduction 2014 NetApp, Inc. All rights reserved. NetApp Proprietary Limited Use Only Abstract Veeam Availability Suite v8 leverages NetApp storage

More information

Setting Up Quest QoreStor with Veeam Backup & Replication. Technical White Paper

Setting Up Quest QoreStor with Veeam Backup & Replication. Technical White Paper Setting Up Quest QoreStor with Veeam Backup & Replication Technical White Paper Quest Engineering August 2018 2018 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Editions comparison. Veeam Availability Suite. Veeam Availability Suite includes Veeam ONE

Editions comparison. Veeam Availability Suite. Veeam Availability Suite includes Veeam ONE Veeam Availability Suite Editions comparison What is Veeam Availability Suite? Veeam Availability Suite combines the industry-leading backup, restore and replication capabilities of & Replication with

More information

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

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

More information

Editions comparison. Veeam Availability Suite. Veeam Availability Suite includes Veeam ONE

Editions comparison. Veeam Availability Suite. Veeam Availability Suite includes Veeam ONE Veeam Availability Suite Editions comparison What is Veeam Availability Suite? Veeam Availability Suite combines the industry-leading backup, restore and replication capabilities of & Replication with

More information

VMWARE PROTECTION WITH DELL EMC NETWORKER 9

VMWARE PROTECTION WITH DELL EMC NETWORKER 9 VMWARE PROTECTION WITH DELL EMC NETWORKER 9 Solution Overview ABSTRACT This white paper describes the integration of Dell EMC NetWorker with VMware vcenter. It also includes details on the NetWorker architecture

More information

Exploring Options for Virtualized Disaster Recovery

Exploring Options for Virtualized Disaster Recovery Exploring Options for Virtualized Disaster Recovery Ong, Kok Leong Senior Systems Consultant, VMware ASEAN Email: klong@vmware.com Mobile: +60-12-4706070 16 th October 2008 Recovery Time Objective Building

More information

IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware

IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware Description NetBackup 7.6 offers terrific new technologies that provide faster VMware backups and restores

More information

Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware

Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware Deploying Microsoft Exchange Server 2010 in a virtualized environment that leverages VMware virtualization and NetApp unified storage

More information

1 Quantum Corporation 1

1 Quantum Corporation 1 1 Tactics and Tips for Protecting Virtual Servers Mark Eastman Director, Solutions Marketing April 2008 VMware Changing the Way Data Protection is Done No longer 1 server, 1 backup paradigm App Virtual

More information

Vembu VMBackup VEMBU TECHNOLOGIES PARTNERS.

Vembu VMBackup VEMBU TECHNOLOGIES PARTNERS. Vembu VMBackup VMware vsphere Microsoft Hyper-V VEMBU TECHNOLOGIES PARTNERS Vembu Technologies Founded in 2002 10+ Years of Experience Headquartered in Chennai 100+ Countries 4000+ Partners 2 60000+ Businesses

More information

The Data Protection Rule

The Data Protection Rule The 3-2-1 Data Protection Rule Presenter: Pankaj Jaiswal, Systems Engineer Agenda Why? The 3-2-1 Rule Layers and possibilities Q&A More and better IT More services applications and services faster Business

More information

Symantec Backup Exec Blueprints

Symantec Backup Exec Blueprints Symantec Backup Exec Blueprints Blueprint for Large Installations Backup Exec Technical Services Backup & Recovery Technical Education Services Symantec Backup Exec Blueprints 1 Symantec Backup Exec Blueprints

More information

Backup and Recovery Best Practices With Tintri VMstore

Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices with Tintri VMstore TECHNICAL BEST PRACTICES PAPER, Revision 1.0, April 10, 2014 Contents Contents Introduction

More information

Copyright 2012 EMC Corporation. All rights reserved.

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

More information

Breaking Barriers Exploding with Possibilities

Breaking Barriers Exploding with Possibilities Breaking Barriers Exploding with Possibilities QTS 4.2 for Business Your Challenges, Our Solutions Remote Q center to monitor all NAS Local File Station Remote Connection Volume/LUN Snapshot Backup Versioning,

More information

VMware Backup and Replication using Vembu VMBackup

VMware Backup and Replication using Vembu VMBackup VMware Backup and Replication using Vembu VEMBU TECHNOLOGIES PARTNERS Vembu Technologies Founded in 2002 10+ Years of Experience Headquartered in Chennai 100+ Countries 4000+ Partners 2 60000+ Businesses

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

Veeam and Azure Better together. Martin Beran Senior Systems Engineer; Czechia/Slovakia/Hungary

Veeam and Azure Better together. Martin Beran Senior Systems Engineer; Czechia/Slovakia/Hungary Veeam and Azure Better together Martin Beran Senior Systems Engineer; Czechia/Slovakia/Hungary Veeam helps enterprises achieve 24.7.365 Availability Private Cloud / On-Premises Private Cloud / On-Premises

More information

Future Datacenter. Žaneta Findrik Nöthig Presales Manager. David Hanáček vspecialist Technical Lead

Future Datacenter. Žaneta Findrik Nöthig Presales Manager. David Hanáček vspecialist Technical Lead Future Datacenter Žaneta Findrik Nöthig Presales Manager David Hanáček vspecialist Technical Lead 1 Agenda EMC Strategy & Vision Why EMC is #1 for VMware Business Continuity / Disaster Recovery with VPLEX

More information

Chapter 11. SnapProtect Technology

Chapter 11. SnapProtect Technology Chapter 11 SnapProtect Technology Hardware based snapshot technology provides the ability to use optimized hardware and disk appliances to snap data on disk arrays providing quick recovery by reverting

More information

XtremIO Business Continuity & Disaster Recovery. Aharon Blitzer & Marco Abela XtremIO Product Management

XtremIO Business Continuity & Disaster Recovery. Aharon Blitzer & Marco Abela XtremIO Product Management XtremIO Business Continuity & Disaster Recovery Aharon Blitzer & Marco Abela XtremIO Product Management Agenda XtremIO Current BC/DR Offerings New BC/DR Offering Benefits of New Offering Technical Overview

More information

Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license)

Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license) 1 Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license) Two weeks of daily incremental backups Three months

More information

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM HANDOUT TOP REASONS TO CHOOSE DELL EMC OVER VEEAM 10 This handout overviews the top ten reasons why customers choose Data Protection from Dell EMC over Veeam. Dell EMC has the most comprehensive data protection

More information

SEP Software. About SEP. Key Features ONE BACKUP & DISASTER RECOVERY SOLUTION FOR THE ENTIRE ENTERPRISE

SEP Software. About SEP. Key Features ONE BACKUP & DISASTER RECOVERY SOLUTION FOR THE ENTIRE ENTERPRISE SEP Software ONE BACKUP & DISASTER RECOVERY SOLUTION FOR THE ENTIRE ENTERPRISE About SEP SEP is an enterprise backup and disaster recovery solution for today s discerning computer environments. Supporting

More information

SEMINAR. Achieve 100% Backup Success! Achieve 100% Backup Success! Today s Goals. Today s Goals

SEMINAR. Achieve 100% Backup Success! Achieve 100% Backup Success! Today s Goals. Today s Goals Presented by: George Crump President and Founder, Storage Switzerland www.storagedecisions.com Today s Goals Achieve 100% Backup Success! o The Data Protection Problem Bad Foundation, New Problems o Fixing

More information

Virtualization with Arcserve Unified Data Protection

Virtualization with Arcserve Unified Data Protection Virtualization with Arcserve Unified Data Protection Server and desktop virtualization have become very pervasive in most organizations, and not just in the enterprise. Everybody agrees that server virtualization

More information

Architecting DR Solutions with VMware Site Recovery Manager

Architecting DR Solutions with VMware Site Recovery Manager Architecting DR Solutions with VMware Site Recovery Manager Agenda Understanding components of DR Introduction to VMware Site Recovery Manager (SRM) Key SRM Concepts Business Benefits of SRM 2 DR What

More information

Veeam Availability for Nutanix AHV

Veeam Availability for Nutanix AHV Veeam Availability for Nutanix AHV Patric Hermann Systems Engineer Patric.Hermann@veeam.com HQ in Baar, Switzerland 320,000 Customers worldwide 4,000 additional per month 17.6M+ s protected in 200+ countries

More information

Chapter 10 Protecting Virtual Environments

Chapter 10 Protecting Virtual Environments Chapter 10 Protecting Virtual Environments 164 - Protecting Virtual Environments As more datacenters move to virtualize their environments and the number of virtual machines and the physical hosts they

More information

Hitchhiker s Guide to Veeam Backup Free Edition

Hitchhiker s Guide to Veeam Backup Free Edition Hitchhiker s Guide to Veeam Backup Free Edition Kirsten Stoner Product Strategy Coordinator Why use Veeam Backup Free Edition? Veeam Backup Free Edition is a powerful, easy-to-use utility that consists

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Compute - 36 PCPUs (72 vcpus) - Intel Xeon E5 2686 v4 (Broadwell) - 512GB RAM - 8 x 2TB NVMe local SSD - Dedicated Host vsphere Features - vsphere HA - vmotion - DRS - Elastic DRS Storage - ESXi boot-from-ebs

More information

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA Boost your data protection with NetApp + Veeam Schahin Golshani Technical Partner Enablement Manager, MENA NetApp Product Strategy Market-leading innovations, that are NetApp Confidential Limited Use 3

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Backup License Comparison OVERVIEW

Backup License Comparison OVERVIEW Backup 12.5 Comparison Acronis Backup 12.5 is the world s easiest and fastest backup solution, protecting data on 21 platforms, whether data is located on-premises, in remote systems, in private and public

More information

6/4/2018 Request for Proposal. Upgrade and Consolidation Storage Backup Network Shares Virtual Infrastructure Disaster Recovery

6/4/2018 Request for Proposal. Upgrade and Consolidation Storage Backup Network Shares Virtual Infrastructure Disaster Recovery 6/4/2018 Request for Proposal Upgrade and Consolidation Storage Backup Network Shares Virtual Infrastructure Disaster Recovery Network Infrastructure Services - Server Team DC WATER & SEWER AUTHORITY (DC

More information

VM Backup: Veeam vs. Legacy Backup Tools Top 10 Reasons to Choose Veeam

VM Backup: Veeam vs. Legacy Backup Tools Top 10 Reasons to Choose Veeam VM Backup: Veeam vs. Legacy Backup Tools Top 10 Reasons to Choose Veeam Veeam Backup & Replication isn t the only way to back up your Modern Data Center but it is the best way. While many legacy backup

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information