Leveraging the power of Microsoft Azure to build your (Hyper-V) datacenter Disaster Recovery Plan

Size: px
Start display at page:

Download "Leveraging the power of Microsoft Azure to build your (Hyper-V) datacenter Disaster Recovery Plan"

Transcription

1 September 2015 Leveraging the power of Microsoft Azure to build your (Hyper-V) datacenter Disaster Recovery Plan Understanding the possibilities of Microsoft Azure Site Recovery AUTHOR: MVP & MCT PETER DE TENDER

2 Contents Introduction 3 1. Disaster Recovery is a top priority 3 2. Some key definitions What is a disaster? What is disaster recovery? RPO / RTO 4 3. Familiar DR Solutions 4 4. And then there was cloud 5 5. Azure Site Recovery features 6 6. How Azure Site Recovery Works Characteristics Configuration 7 7. Outcome 8 8. Monitoring 8 9. Summary 9 About Peter De Tender 10 About Savision 10

3 Introduction High availability and disaster recovery are key components of an Enterprise s IT environment. More and more companies are adopting Hyper-V on Server 2012 R2 for their private cloud solution. This whitepaper will explain how you can leverage the power of Microsoft Azure, to build a Hyper-V based disaster recovery datacenter. That s right! You can migrate your in-house VM s to Microsoft Azure, guaranteeing uptime and availability of the machine and the applications to your end-users. Not using Hyper-V yet? No worries, Azure Site Recovery can also act as failover for your VMware or physical host platform. Learn from Peter De Tender, independent technical speaker, valued Microsoft Infrastructure Architect, Microsoft Certified Trainer and Windows IT Pro MVP, about the core features of Azure Site Recovery, extended with insights from Savision s CTO Rob Doucette, explaining how Savision solutions can assist you in monitoring the ASR topology by showing real-time feedback. 1. Disaster Recovery is a top priority When talking about disaster recovery to any of my customers, a small SMB or a large enterprise, they all put disaster recovery as a top priority on their IT budgets. And actually, disaster recovery should not be seen as an IT Pro business enabler, but something that is of vital importance to any organization. A bit more concrete, the following workloads can be listed: - 48% of the organizations will invest in server consolidation; - 37% of the customers see VM backup/recovery as a TOP priority; - 32% of the organizations place VM replication for DR as a TOP3 feature on the list; (This information is based on a survey I did with several of my customers) When comparing these numbers to more official information from sources such as ComputerWeekly.com, and taken from a different angle where they actually compared the disaster event in relation to the impact on the businesses, the following statistics are shown: - Over 70% of businesses involved in a major disaster (e.g. Fire, earthquake, etc.) either do not reopen their business, or are closed within 18 months after the disaster occurred. - 80% of businesses suffering a datacenter disaster who don t have a disaster recovery plan go out of business; - A study from Gartner Inc. found out that 90% of companies that experience data loss go out of business within 2 years. 3

4 These numbers clearly show that having a disaster recovery plan is crucial for your business. 2. Some key definitions 2.1 What is a disaster? A disaster is an unexpected event with destructive consequences that requires some recovery process to be solved, having a cause that is either: - Natural - Human - Technical 2.2 What is disaster recovery? Disaster recovery is the set of processes, policies and procedures that deal with preparing for recovery or continuation of technology infrastructure critical to an organization, during the disaster or after the disaster has occurred. 2.3 RPO / RTO RPO = Recovering Point Objective refers to the amount of data loss that is tolerable. It represents points in time of the most recent backup, prior to system failure. RTO = Recovery Time Objective refers to the system downtime that is acceptable. This includes the time to detect the failure, prepare backup servers, initialize the failed application(s) and reroute requests to a backup site or restore data in full. 3. Familiar DR Solutions Disaster recovery as such is nothing new. Since the early days of mainframe computing and systems, IT admins were busy handling tapes, and making sure all data that was vital to the business got stored on a second medium, preferably outside of the main computer room. Complex and very expensive solutions were put in place to have a secondary site available, where a full or recent copy of the systems and data was available. Besides tape backups, the systems also were equipped with redundant components, actually trying to provide a disaster recovery solution. Think of the different RAID-set technologies for disk subsystems, allowing to have the system or data still available, in case of a disk (one or more) crash; or redundant power supplies, or redundant network interface cards and so on. 4

5 Thinking a bit more out of the server itself, data was more often stored on NAS (Network Attached Storage) or SAN (Storage Area Network) solutions. Depending on types and budget, they can provide built-in disk storage replication mechanisms between both storage solutions. This replication could be synchronous (immediate) or asynchronous (short medium delay). While all this was (and to a certain extend probably still is ) great at that time, it didn t end there. Customers not only want to have a copy of the data available, they also want full systems available at the disaster recovery site. Technical solutions like clustering could help here. Replication on hypervisor level is another popular one (think of Microsoft s own Hyper-V Replica in Windows Server 2012 R2 as a good example, which replicates virtual machines from one Hyper-V host to another, even when having low bandwidth capacity available). 4. And then there was cloud All of the above is valid when talking about local datacenters, MPLS networking connections, fibre channel interfaces between servers and storage solutions but what happens when your virtual machines are somewhere in the cloud? How do you deal with disaster recovery in that case? That s exactly where Azure Site Recovery comes in play. Starting from a pure cloud perspective, adopting public cloud as a mechanism for disaster recovery can be motivated using the following: - Commodity cloud solutions are available in the market - It s using cloud payment mechanism OPEX instead of CAPEX - Cloud storage is (in most cases) well affordable - It s cloud technology, but based on proven technology 5

6 5. Azure Site Recovery features Azure Site Recovery (ASR) saw the light about 2 years ago, when it was still called Azure Hyper-V Recovery manager. The key functionality at that time was using Azure Hyper-V Manager as an orchestrator to initiate and control failover between two Hyper-V datacenters, the current version of ASR provides the following disaster recovery scenarios: Summarized overview of supported replication Replicate To Replicate From Description Azure Hyper-V Site VMM Server Physical Server VMware virtual machine Replication between one or more Hyper-V hosts on-premises and Azure; no VMM server needed. Replication between one or more Hyper-V hosts on-premises in a VMM cloud and Azure. Replicate a physical Windows or Linux server to Azure Replicate VMware virtual machines to Azure Summarized overview of supported replication Replicate To Replicate From Description Secondary Datacenter VMM Server (Cloud) VMM Server with SAN Single VMM Server Replication between one or more Hyper-V hosts on-premises in a VMM cloud and a secondary VMM server in a 2nd datacenter. Replication between one or more Hyper-V hosts on-premises in a VMM cloud and a secondary VMM server in a 2nd datacenter, using SAN replication. Replication between one or more Hyper-V hosts on-premises in a VMM cloud to a secondary VMM cloud on the same server. In my opinion, it could be interpreted as there is always a business scenario available that can benefit from the features of Azure Site Recovery. 6

7 6. How Azure Site Recovery Works 6.1 Characteristics Now you have a clear understanding of the different scenarios where Azure Site Recovery can help you in building your disaster recovery plan, it s about time I explain to you how it actually works. While there are a few (minor) differences, based on what source system you are starting from (Hyper- V hosts, Virtual Machine Manager clouds, VMware or physical servers without a hypervisor), overall, the base idea remains the same; allowing for virtual machine system and data information, which gets replicated from the on-premises datacenter to Azure. This replication goes over encrypted https port 443 traffic, so your data is secured in transit. That s already easy to understand. The next part which is also pretty easy, is the configuration itself. As with a lot of Azure components, configuration is mainly wizard-based out of the Azure portal, although PowerShell is also a good alternative for more complex environments or when needing more granular recovery plans. 6.2 Configuration The full ASR configuration can be summarized in 7 steps: Step Step 1 : Create a vault Step 2 : Create a Hyper-V Site Scenario Create an Azure Site Recovery vault. Create a Hyper-V site as a logical container for all the Hyper-V servers that contain virtual machines you want to protect. Step 3 : Prepare Hyper-V Servers Generate a registration key and download the Provider setup file. You run the file on each Hyper-V server in the site and select the key to register the server in the vault. Step 4 : Prepare Resources Step 5 : Create and configure Protection Groups Create an Azure storage account to store replicated virtual machines. Create a protection group and apply protection settings to it. The protection settings will be applied to every virtual machine you add to the group. Step 6 : Enable Protection for VM s Enable protection for virtual machines by adding them to a protection group. Step 7 : Test Deployment Run a test failover for a virtual machine. 7

8 As is visible in the Azure Recovery Services portal: 7. Outcome Once your on-premises datacenter or host is being protected using the ASR provider and data gets replicated through the Azure Site Recovery, every virtual machine or physical host is configured as a VHD-virtual disk, which gets linked to a virtual machine profile. It is important to note that the virtual machines themselves are not running, as long as the recovery process itself is not initiated. Basically, you are only consuming Azure storage, which makes this solution great from a budget perspective. It s only when the recovery process starts (your VM or VMs boot up), that it will start to cost consumption. When in failover mode (your machines are not available on-premises anymore and running in Azure), you have two possibilities to recover the environment. You either initiate a fail-back scenario from Azure back to the datacenter once the services are restored on that side, or you leave the VM s running in Azure and use Azure as the primary datacenter from now on. 8. Monitoring While Azure Site Recovery provides extensive details on the Azure Recovery jobs being executed in real-time as well as providing historical information, sometimes it is not that easy to consult. This is where I would like to share a few words regarding Live Maps Unity, Savision s business service management solution, which comes with unlimited HTML5 dashboards. First of all, what I see as the main benefit of the solution, is how easy it is to configure and use. Secondly, what makes it a good recommendation is its proven integration with other System Center components like Operations Manager. 8

9 With minimal effort, executive-level dashboards can be created showing the overall health of all critical business services, including those relying on Azure Site Recovery. Executives have all the information they need at their fingertips, such as overall operational health and SLA compliance without having to open technical tools or query technical teams. 9. Summary With all new features and services coming out in Azure one-by-one at a very high speed, it is sometimes hard to convince customers in taking the steps to adopt Azure. From my own experience, I saw a lot of opportunities and power in the Azure Site Recovery feature. A true disaster recovery solution and a decent cost, fully comparable to your health insurance plan. You pay a certain fee (Azure storage in this case), and only start paying when you rely on the policy (starting VMs as part of the recovery plan in our scenario). Knowing this DR mechanism is supported between two datacenters, where ASR acts as an orchestrator for failover/failback, as well as between on-premises Hyper-V hosts, VMware hosts or physical machines with no hypervisor running, makes it one of the best solutions available in the market today to build your enterprise disaster recovery plan. If you want to know more about Azure Site Recovery, you can consult the Azure documentation here so you can see for yourself what a great solution Azure Site Recovery actually is: More documentation: Register for an Azure trial subscription here: 9

10 About Peter De Tender Peter De Tender is a freelance Microsoft Infrastructure Expert, Microsoft Certified Trainer (MCT), MVP on Windows Expert IT Pro, STEP member and appreciated international speaker at conferences like TechEd US and Europe, NICConf Oslo, TechFuse, Microsoft Ignite Chicago and a lot more. Starting his IT career in 1996 on Windows NT4 and Exchange Server 5.5 platform implementations, Peter has never looked away from Microsoft Server technologies both professionally and in his spare time. Peter is a technical writer for Petri, has authored several books for Packt Publishing, and writer of multiple whitepapers. He is currently writing a book for Apress on Azure Site Recovery, as well as the author of the Azure Site Recovery courseware for Opsgility. Peter's enthusiasm as Microsoft Certified Trainer led him to found the IAMCT Belgian chapter in 2010, as well as taking the position of European Chairman since Jan His dedication to the IT Pro community and TechEd conferences was translated in founding the TechEdYellowPantsTeam, a small community which goal is assisting IT Pro s in all things Microsoft and certification. For more information or to follow Peter, you can check out his website or follow him on About Savision Savision is the market leader in business service and cloud management solutions for Microsoft System Center. The company s monitoring and visualizing capabilities bridge the gap between IT and business, by transforming IT data into predictive, actionable and relevant information about the entire cloud and datacenter infrastructure. Savision's intuitive and customizable dashboards provide context for each business service, increasing organizational efficiency, reducing IT operational costs up to 20%, and preventing IT-related problems and business downtime. Savision s solutions scale from small and medium businesses and government bodies to Fortune 500 companies operating in different fields and have been adopted by over 700 organizations worldwide. Savision is headquartered in Amsterdam, The Netherlands, and has offices in Dallas and Ottawa. For more information, visit 10

Microsoft Azure Windows Server Microsoft System Center

Microsoft Azure Windows Server Microsoft System Center Windows Server Microsoft System Center Microsoft s Disaster Recovery Stack Simplified protection and recovery, built into Windows Server with Windows Server Backup Enhanced through integration with Backup

More information

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments.

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments. WHITE PAPER Data safety for digital business. One solution for hybrid, physical, and virtual environments. It s common knowledge that the cloud plays a critical role in helping organizations accomplish

More information

PUT DATA PROTECTION WHERE YOU NEED IT

PUT DATA PROTECTION WHERE YOU NEED IT from Carbonite PUT DATA PROTECTION WHERE YOU NEED IT Flexibility is your best friend when it comes to choosing a backup plan. For a backup solution to be considered flexible, it needs to satisfy several

More information

Offers easy management of all protected devices and data through a unified secure touchfriendly web-based management console.

Offers easy management of all protected devices and data through a unified secure touchfriendly web-based management console. Nominee: Acronis Nomination title: Acronis Backup 12.5 Acronis Backup 12.5 is the world s most complete, easiest and fastest backup solution for all data, whether it is located on-premises, in remote systems,

More information

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft Azure Webinar Resilient Solutions March 2017 Sander van den Hoven Principal Technical Evangelist Microsoft DX @svandenhoven 1 What is resilience? Client Client API FrontEnd Client Client Client Loadbalancer

More information

arcserve r16.5 Hybrid data protection

arcserve r16.5 Hybrid data protection arcserve r16.5 Hybrid data protection Whether you re protecting the data center, remote offices or desktop resources, you need a solution that helps you meet today s demanding service-level agreements

More information

StarWind Virtual SAN Free

StarWind Virtual SAN Free #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Free Value Proposition For virtualization admins, IT geeks, bloggers, students or those who look to build and maintain virtualization infrastructure

More information

Shift CAPEX to OPEX. With an Expedient On-Site Private Cloud

Shift CAPEX to OPEX. With an Expedient On-Site Private Cloud Shift CAPEX to OPEX With an Expedient On-Site Private Cloud www.expedient.com P. 877-570-7827 Expedient now offers an agile, On-Site Private Cloud to help you shift CAPEX to OPEX, enable a hybrid cloud

More information

Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud

Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud Summary Backup and recovery continue to be among

More information

Cloud Integrated Backup MDC379. Aashish Ramdas Program Manager, Backup & Archival Team Microsoft

Cloud Integrated Backup MDC379. Aashish Ramdas Program Manager, Backup & Archival Team Microsoft Cloud Integrated Backup MDC379 Aashish Ramdas Program Manager, Backup & Archival Team Microsoft Enhanced through integration with Microsoft Azure Backup 1 2 Microsoft provides: cloud-integrated backup

More information

IBM SmartCloud Resilience offers cloud-based services to support a more rapid, reliable and cost-effective enterprise-wide resiliency.

IBM SmartCloud Resilience offers cloud-based services to support a more rapid, reliable and cost-effective enterprise-wide resiliency. Arjan Mooldijk 27 September 2012 Choice and control developing resilient cloud strategies IBM SmartCloud Resilience offers cloud-based services to support a more rapid, reliable and cost-effective enterprise-wide

More information

Developing a Complete RTO/RPO Strategy for Your Virtualized Environment

Developing a Complete RTO/RPO Strategy for Your Virtualized Environment #1 HyperConverged Appliance for SMB and ROBO Developing a Complete RTO/RPO Strategy for Your Virtualized Environment NOVEMBER 2014 WHITE PAPER BY GEORGE CRUMP Lead Analyst Storage Switzerland, LLC Virtualization,

More information

Disaster Recovery Guide

Disaster Recovery Guide Disaster Recovery Guide DR in Virtualized Environments Powered by PREFACE Disaster Recovery in a Virtualized World In today s always-on, information-driven organizations, business continuity depends completely

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

Choosing the Right Cloud. ebook

Choosing the Right Cloud. ebook Choosing the Right Cloud ebook Contents Choosing the Right Cloud...3 The Cloud Explained: Public Cloud...4 The Cloud Explained: Private Cloud...5 Assessing Workload Characteristics...6 Right Application.

More information

Configuring and Deploying a Private Cloud DURATION: Days

Configuring and Deploying a Private Cloud DURATION: Days Configuring and Deploying a Private Cloud DURATION: Days DESCRIPTION This course equips students with the skills they require to configure and deploy a cloud using Microsoft System Center 2012 R2. OBJECTIVE

More information

CASE STUDY: USING THE HYBRID CLOUD TO INCREASE CORPORATE VALUE AND ADAPT TO COMPETITIVE WORLD TRENDS

CASE STUDY: USING THE HYBRID CLOUD TO INCREASE CORPORATE VALUE AND ADAPT TO COMPETITIVE WORLD TRENDS CASE STUDY: USING THE HYBRID CLOUD TO INCREASE CORPORATE VALUE AND ADAPT TO COMPETITIVE WORLD TRENDS Geoff Duncan, Senior Solutions Architect, Digital Fortress Brandon Tanner, Senior Manager, Rentsys Recovery

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

StarWind Virtual SAN Windows Geo-Clustering: SQL Server

StarWind Virtual SAN Windows Geo-Clustering: SQL Server #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Windows Geo-Clustering: SQL Server FEBRUARY 2016 TECHNICAL PAPER EDWIN SARMIENTO, Microsoft SQL Server MVP, Microsoft Certified Master

More information

Protecting Microsoft Hyper-V 3.0 Environments with Arcserve

Protecting Microsoft Hyper-V 3.0 Environments with Arcserve Protecting Microsoft Hyper-V 3.0 Environments with Arcserve Adding value to your Hyper-V environment. Today, you face demanding service level agreements (SLAs) while having to address staffing and budget

More information

Availability and the Always-on Enterprise: Why Backup is Dead

Availability and the Always-on Enterprise: Why Backup is Dead Availability and the Always-on Enterprise: Why Backup is Dead Backups certainly fit the bill at one time, but data center needs have evolved and expanded. By Nick Cavalancia Every business has experienced

More information

5/24/ MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992

5/24/ MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992 2014-05-20 MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992 @SoQooL http://blog.mssqlserver.se Mattias.Lind@Sogeti.se 1 The evolution of the Microsoft data platform

More information

What to Look for in a DRaaS Solution

What to Look for in a DRaaS Solution What to Look for in a DRaaS Solution Storage Switzerland, LLC GEORGE CRUMP - LEAD ANALYST Introduction Disaster Recovery as a Service (DRaaS) outsources and simplifies the most difficult situations that

More information

Carbonite Availability. Technical overview

Carbonite Availability. Technical overview Carbonite Availability Technical overview Table of contents Executive summary The availability imperative...3 True real-time replication More efficient and better protection... 4 Robust protection Reliably

More information

20745B: Implementing a Software- Defined DataCenter Using System Center Virtual Machine Manager

20745B: Implementing a Software- Defined DataCenter Using System Center Virtual Machine Manager 20745B: Implementing a Software- Defined DataCenter Using System Center Virtual Machine Manager Duration: 5 days; Instructor-led Familiarity with Windows Server and Windows Server administration An understanding

More information

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure [MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom) Course

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

Implementing a Software-Defined DataCenter (20745)

Implementing a Software-Defined DataCenter (20745) Implementing a Software-Defined DataCenter (20745) Duration: 5 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn Explaining the different virtualization options Installing

More information

Asigra Cloud Backup Provides Comprehensive Virtual Machine Data Protection Including Replication

Asigra Cloud Backup Provides Comprehensive Virtual Machine Data Protection Including Replication Datasheet Asigra Cloud Backup Provides Comprehensive Virtual Machine Data Protection Including Replication Virtual Machines (VMs) have become a staple of the modern enterprise data center, but as the usage

More information

Data Protection, Disaster Recovery, and Ransomware Protection with DRaaS

Data Protection, Disaster Recovery, and Ransomware Protection with DRaaS Data Protection, Disaster Recovery, and Ransomware Ransomware attacks are common and costly, yet businesses are not prepared. Patching, layered security, and backups help protect businesses against attacks.

More information

Hybrid Cloud Data Protection & Storage

Hybrid Cloud Data Protection & Storage Hybrid Cloud Data Protection & Storage Company Overview Acronis is a leading backup software, disaster recovery, and secure data access provider with solutions including physical, virtual, and cloud server

More information

A Guide to Architecting the Active/Active Data Center

A Guide to Architecting the Active/Active Data Center White Paper A Guide to Architecting the Active/Active Data Center 2015 ScaleArc. All Rights Reserved. White Paper The New Imperative: Architecting the Active/Active Data Center Introduction With the average

More information

Azure Pack is one of Microsoft s most underrated tools.

Azure Pack is one of Microsoft s most underrated tools. content provided by sponsored by Making the Most of Azure Pack This free tool can bring an Azure-like environment to a private cloud. Find out what Azure Pack is and why it s useful. BY BRIEN M. POSEY

More information

Microsoft Azure for AWS Experts

Microsoft Azure for AWS Experts Microsoft Azure for AWS Experts OD40390B; On-Demand, Video-based Course Description This course provides an in-depth discussion and practical hands-on training of Microsoft Azure Infrastructure Services

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

Redefine Data Protection: Next Generation Backup And Business Continuity

Redefine Data Protection: Next Generation Backup And Business Continuity Redefine Data Protection: Next Generation Backup And Business Continuity 1 Business Is Being Redefined Leveraging the Power of Technology Megatrends CLOUD MOBILE SOCIAL BIG DATA 2 Creating New Next Gen

More information

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware REALIZE YOUR DIGITAL VISION with Digital Private Cloud from Atos and VMware Today s critical business challenges and their IT impact Business challenges Maximizing agility to accelerate time to market

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

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

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

5 Things Small Businesses Need to Know About Disaster Recovery

5 Things Small Businesses Need to Know About Disaster Recovery 5 Things Small Businesses Need to Know About Disaster Recovery WHY WORRY ABOUT DISASTER RECOVERY? THERE WOULD BE NO NEED TO THINK ABOUT DISASTER RECOVERY IF ANY OF THE FOLLOWING WERE TRUE: Your chance

More information

NOW! Manage ALL workloads virtual, physical and cloud from a single console!

NOW! Manage ALL workloads virtual, physical and cloud from a single console! NOW! Manage ALL workloads virtual, physical and cloud from a single console! Veeam Availability Suite 9.5 Update 3 Veeam Agent for Microsoft Windows 2.1 Veeam Agent for Linux v2 Rick Vanover Director of

More information

Step by Step ASR, Azure Site Recovery

Step by Step ASR, Azure Site Recovery Prepared by: Mohammad Asmayal Jawad linkedin.com/in/asmayal/ August 14, 2017 V1.0 Table of Contents WORK LOADS PROTECTED... 1 DEPLOYMENT STEPS... 1 PREREQUISITES...2 LIMITATIONS... 3 SET UP AZURE... 4

More information

IPMA State of Washington. Disaster Recovery in. State and Local. Governments

IPMA State of Washington. Disaster Recovery in. State and Local. Governments IPMA State of Washington Disaster Recovery in State and Local Governments Disaster by the Numbers Over 70% of agencies had some sort of data loss incident in 2012 Under 5% report that they were able to

More information

SharePoint Virtualization and the Benefits of Modern Data Protection with Veeam Explorer for Microsoft SharePoint

SharePoint Virtualization and the Benefits of Modern Data Protection with Veeam Explorer for Microsoft SharePoint SharePoint Virtualization and the Benefits of Modern Data Protection with Veeam Explorer for Microsoft SharePoint Chris Henley Microsoft Certified Professional, MCSE, MCSA and Veeam Product Strategy Specialist

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

Build a Better Disaster Recovery Plan to Improve RTO & RPO Lubomyr Salamakha

Build a Better Disaster Recovery Plan to Improve RTO & RPO Lubomyr Salamakha Build a Better Disaster Recovery Plan to Improve RTO & RPO Lubomyr Salamakha Sales Engineer lubomyr.salamakha@netiq.com May 14 th,2013 Agenda Who is NetIQ Why Downtime Matters What is Workload Protection

More information

Total Cost of Ownership: Benefits of the OpenText Cloud

Total Cost of Ownership: Benefits of the OpenText Cloud Total Cost of Ownership: Benefits of the OpenText Cloud OpenText Managed Services in the Cloud delivers on the promise of a digital-first world for businesses of all sizes. This paper examines how organizations

More information

Arcserve Unified Data Protection Virtualization Solution Brief

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

More information

Microsoft hybrid business continuity and disaster recovery solutions

Microsoft hybrid business continuity and disaster recovery solutions Microsoft hybrid business continuity and disaster recovery solutions An overview of Azure Backup and Azure Site Recovery advantages when compared to VMware solutions 2017 Microsoft Corporation. All rights

More information

Recovery at a Click - where to be in 18 months

Recovery at a Click - where to be in 18 months Recovery at a Click - where to be in 18 months IBM Resiliency Orchestration with Cyber Incident Recovery In today s environment, businesses cannot tolerate downtime + Expectation is to be Always-on + Creating

More information

vsan Disaster Recovery November 19, 2017

vsan Disaster Recovery November 19, 2017 November 19, 2017 1 Table of Contents 1. Disaster Recovery 1.1.Overview 1.2.vSAN Stretched Clusters and Site Recovery Manager 1.3.vSAN Performance 1.4.Summary 2 1. Disaster Recovery According to the United

More information

Ensuring business continuity with comprehensive and cost-effective disaster recovery service.

Ensuring business continuity with comprehensive and cost-effective disaster recovery service. Singtel Business Product Brochure Managed Disaster Recovery-as-a-Service Ensuring business continuity with comprehensive and cost-effective disaster recovery service. Singtel Managed Disaster Recovery-as-a-Service

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

MOVING TOWARDS ZERO DOWNTIME FOR WINTEL Caddy Tan 21 September Leaders Have Vision visionsolutions.com 1

MOVING TOWARDS ZERO DOWNTIME FOR WINTEL Caddy Tan 21 September Leaders Have Vision visionsolutions.com 1 MOVING TOWARDS ZERO DOWNTIME FOR WINTEL Caddy Tan 21 September 2010 Leaders Have Vision visionsolutions.com 1 MOVING TOWARDS ZERO DOWNTIME Recovery Point Objective (RPO) How much data can you afford to

More information

The intelligence of hyper-converged infrastructure. Your Right Mix Solution

The intelligence of hyper-converged infrastructure. Your Right Mix Solution The intelligence of hyper-converged infrastructure Your Right Mix Solution Applications fuel the idea economy SLA s, SLA s, SLA s Regulations Latency Performance Integration Disaster tolerance Reliability

More information

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW Veritas Backup Exec Powerful, flexible and reliable data protection designed for cloud-ready organizations. OVERVIEW Veritas Backup Exec is the backup solution without barriers, delivered your way. You

More information

Nutanix White Paper. Hyper-Converged Infrastructure for Enterprise Applications. Version 1.0 March Enterprise Applications on Nutanix

Nutanix White Paper. Hyper-Converged Infrastructure for Enterprise Applications. Version 1.0 March Enterprise Applications on Nutanix Nutanix White Paper Hyper-Converged Infrastructure for Enterprise Applications Version 1.0 March 2015 1 The Journey to Hyper-Converged Infrastructure The combination of hyper-convergence and web-scale

More information

Disaster Recovery and Mitigation: Is your business prepared when disaster hits?

Disaster Recovery and Mitigation: Is your business prepared when disaster hits? 1 Disaster Recovery and Mitigation: Is your business prepared when disaster hits? 2 Our speaker today: Catherine Roy, Director of PMO at Hosting 15 years Project Management experience At HOSTING since

More information

That Set the Foundation for the Private Cloud

That Set the Foundation for the Private Cloud for Choosing Virtualization Solutions That Set the Foundation for the Private Cloud solutions from work together to harmoniously manage physical and virtual environments, enabling the use of multiple hypervisors

More information

Building Clusters to Protect SQL Server in Cloud Configurations

Building Clusters to Protect SQL Server in Cloud Configurations Building Clusters to Protect SQL Server in Cloud Configurations David Bermingham Senior Technical Evangelist, SIOS Technology Microsoft Cloud & Datacenter MVP (2010-Present) Copyright @ 2017 SIOS Technology

More information

IBM Cloud for VMware Solutions

IBM Cloud for VMware Solutions Introduction 2 IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager VMware on IBM Cloud Mehran Hadipour Director Business Development - Zerto Internal Use Only Do not distribute 3

More information

HYBRID CLOUD BACKUP & DISASTER RECOVERY

HYBRID CLOUD BACKUP & DISASTER RECOVERY HYBRID CLOUD BACKUP & DISASTER RECOVERY What is NexProtect? NexProtect is a cost-effective, Hybrid Cloud Backup & Disaster Recovery solution that meets your business needs with an on-site appliance that

More information

Go Cloud. VMware vcloud Datacenter Services by BIOS

Go Cloud. VMware vcloud Datacenter Services by BIOS Go Cloud VMware vcloud Datacenter Services by BIOS Is your IT infrastructure always in tune with your business? If a market opportunity suddenly arises, can your business respond in time? Or is the opportunity

More information

Business Resiliency in the Cloud: Reality or Hype?

Business Resiliency in the Cloud: Reality or Hype? Business Resiliency in the Cloud: Reality or Hype? Karen Jaworski Senior Director, Product Marketing EVault, a Seagate Company 8/10/2012 2012 EVault, Inc. All Rights Reserved 1 Who is EVault? Cloud-Connected

More information

Microsoft Operations Management Suite (OMS) Fernando Andreazi RED CLOUD

Microsoft Operations Management Suite (OMS) Fernando Andreazi RED CLOUD Microsoft Operations Management Suite (OMS) Fernando Andreazi RED CLOUD Management as a Service Data analytics Shifting landscape at play Modern management Micro-services and containers Cloud Migrations

More information

UNITRENDS & NUTANIX ARCHITECTURE & IMPLEMENTATION GUIDE

UNITRENDS & NUTANIX ARCHITECTURE & IMPLEMENTATION GUIDE UNITRENDS & NUTANIX ARCHITECTURE & IMPLEMENTATION GUIDE ALL-IN-ONE BACKUP AND DISASTER RECOVERY FOR LEADING HYPERCONVERGED INFRASTRUCTURE 1 INTRODUCTION Nutanix and Unitrends have jointly integrated their

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

Business Continuity and Disaster Recovery. Ed Crowley Ch 12

Business Continuity and Disaster Recovery. Ed Crowley Ch 12 Business Continuity and Disaster Recovery Ed Crowley Ch 12 Topics Disaster Recovery Business Impact Analysis MTBF and MTTR RTO and RPO Redundancy Failover Backup Sites Load Balancing Mirror Sites Disaster

More information

The Data Protection Rule and Hybrid Cloud Backup

The Data Protection Rule and Hybrid Cloud Backup The 3-2-1 Data Protection Rule and Hybrid Cloud Backup IT teams are under extreme pressure to improve backup, disaster recovery and data protection to eliminate downtime and facilitate digital transformation.

More information

Disaster Recovery Is A Business Strategy

Disaster Recovery Is A Business Strategy Disaster Recovery Is A Business Strategy A White Paper By Table of Contents Preface Disaster Recovery Is a Business Strategy Disaster Recovery Is a Business Strategy... 2 Disaster Recovery: The Facts...

More information

HCX SERVER PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY

HCX SERVER PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY PRODUCT BRIEF A SERVER OPTIMIZED FOR A HYBRID WORLD The HCX Server is a Windows Server pre-bundled with integrated core IT services designed for small and midsize

More information

The Journey of a Senior System Center Consultant Implementing BSM

The Journey of a Senior System Center Consultant Implementing BSM November 2014 The Journey of a Senior System Center Consultant Implementing BSM AUTHOR: APPROVED CONSULTING, JONAS LENNTUN Amsterdam - New York Ottawa - Dallas www.savision.com sales@savision.com 1.1 How

More information

Redefine Data Protection: Next Generation Backup & Business Continuity Solutions

Redefine Data Protection: Next Generation Backup & Business Continuity Solutions Redefine Data Protection: Next Generation Backup & Business Continuity Solutions 1 Creating New Next Gen Applications Existing Workloads Continue to Grow 2 How Can Data Protection Help? Lower Cost Reduce

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORM IT+BUSINESS+YOURSELF DISASTER RECOVERY FOR MISSION CRITICAL APPLICATIONS EMC FORUM 2012 SKOPJE Dejan Živanović Presales Manager Dejan.Zivanovic@emc.com 2 Cloud A New Architecture Old World

More information

Vembu Technologies. Experience. Headquartered in Chennai Countries

Vembu Technologies. Experience. Headquartered in Chennai Countries Vembu extends Vembu v4.0 Vembu BDRsupport Suite - to Standard edition Vembu Technologies Experience 100+ Countries 2 Headquartered in Chennai Vembu BDR Suite Vembu BDR Suite is a portfolio of products

More information

WHITE PAPER. Header Title. Side Bar Copy. Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER

WHITE PAPER. Header Title. Side Bar Copy. Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER Side Bar Copy Header Title Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER Introduction Due to the complexity of protecting ever-changing infrastructures and the

More information

Backup and Recovery for Smalland Medium-Sized Businesses

Backup and Recovery for Smalland Medium-Sized Businesses White Paper Business Continuity Backup and Recovery for Smalland Medium-Sized Businesses How Micro Focus VM Explorer helps small- and mediumsized businesses protect critical virtual servers and data. Results

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

PRODUCT OVERVIEW. Storage and Backup. Flexible Scalable Storage Solutions for. Product Overview. Storage and Backup

PRODUCT OVERVIEW. Storage and Backup. Flexible Scalable Storage Solutions for. Product Overview. Storage and Backup PRODUCT OVERVIEW Flexible Scalable Storage Solutions for Today s Data Driven Businesses 1 2 PRODUCT OVERVIEW Summary Data is essential in driving business and the sheer amount of it for any enterprise

More information

Azure File Sync. Webinaari

Azure File Sync. Webinaari Azure File Sync Webinaari 12.3.2018 Agenda Why use Azure? Moving to the Cloud Azure Storage Backup and Recovery Azure File Sync Demo Q&A What is Azure? A collection of cloud services from Microsoft that

More information

Hyper-V Innovations for the SMB. IT Pro Camp, Northwest Florida State College, Niceville, FL, October 5, 2013

Hyper-V Innovations for the SMB. IT Pro Camp, Northwest Florida State College, Niceville, FL, October 5, 2013 Hyper-V Innovations for the SMB IT Pro Camp, Northwest Florida State College, Niceville, FL, October 5, 2013 Ben Jones Systems Engineer 7 years of experience Microsoft Certified Solutions Expert: Server

More information

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions [MS20533]: Implementing Microsoft Azure Infrastructure Solutions Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft Products Delivery Method : Instructor-led (Classroom)

More information

Data Availability for the Always-On Enterprise

Data Availability for the Always-On Enterprise Data Availability for the Always-On Enterprise Desmond Tan Presales Consultant Ingram Micro Jason Kan Systems Engineer, Asia Veeam Software NetApp, Cisco and Veeam Proven Partnerships A modern, high-performance

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

IBM Storage Software Strategy

IBM Storage Software Strategy IBM Storage Software Strategy Hakan Turgut 1 Just how fast is the data growing? 128 GB/ person The World s total data per person No Problem I I think I can do this We have a problem 24 GB/ person 0.8 GB/

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

Architecture and Deployment

Architecture and Deployment Architecture and Deployment Modules About Vembu Technologies Introduction Product Overview Vembu BDR Suite - Architecture System Requirements Deployment Scenarios License Pricing 2 About Vembu Technologies

More information

Implementing a Software-Defined DataCenter

Implementing a Software-Defined DataCenter Course 20745: Implementing a Software-Defined DataCenter Page 1 of 6 Implementing a Software-Defined DataCenter Course 20745: 4 days; Instructor-Led Introduction This four-day course explains how to implement

More information

The State of SD-WAN Adoption in 2017

The State of SD-WAN Adoption in 2017 TM TM The State of SD-WAN Adoption in 2017 [ ebook ] The State of SD-WAN Adoption in 2017 1 2017 SevOne TM The State of SD-WAN Adoption in 2017 SD-WAN is an undeniably hot topic among IT professionals.

More information

CLOUD DISASTER RECOVERY. A Panel Discussion

CLOUD DISASTER RECOVERY. A Panel Discussion CLOUD DISASTER RECOVERY A Panel Discussion SPEAKERS Michael Kemps Founder & CEO Innovative Computing Systems, Inc. Mike Paul CTO Innovative Computing Systems, Inc. Sonny Sheth Senior Systems Engineer Innovative

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES

ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES YOUR OWN IT DEPARTMENT AT A FRACTION OF THE COST// Hand over the day-to-day management and responsibility of your IT so you can focus on what

More information

CYBER SECURITY FOR BUSINESS COUNTING THE COSTS, FINDING THE VALUE

CYBER SECURITY FOR BUSINESS COUNTING THE COSTS, FINDING THE VALUE CYBER SECURITY FOR BUSINESS COUNTING THE COSTS, FINDING THE VALUE Business has always looked to squeeze the maximum possible benefit out of IT resources at the lowest possible cost but measuring return

More information

Welcome! Considering a Warm Disaster Recovery Site?

Welcome! Considering a Warm Disaster Recovery Site? Welcome! Considering a Warm Disaster Recovery Site? Today s Moderator: Chris Riley Director 410-771-5544 x4331 criley@syssrc.com Today s Presenter: Rich Glenn Director 410-771-5544 x4420 rglenn@syssrc.com

More information

Protecting VMware vsphere/esx Environments with CA ARCserve

Protecting VMware vsphere/esx Environments with CA ARCserve Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting VMware vsphere/esx Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 3.0 This document supports the version of each product listed and supports

More information

The Evolution of IT Resilience & Assurance

The Evolution of IT Resilience & Assurance White Paper The Evolution of IT Resilience & Assurance Executive Summary Protection of business data and applications has evolved dramatically over the past several decades mostly driven by businesses

More information