Microsoft Hyper-V Replica for Disaster Recovery
|
|
|
- Andrea Powers
- 10 years ago
- Views:
Transcription
1 Microsoft Replica Overview Microsoft Hyper-V Replica for Disaster Recovery Spring NETA 2015 Andy Boell ESU 2 With Hyper-V Replica, administrators can replicate their Hyper-V virtual machines (VM) from one Hyper- V host at a primary site to another Hyper-V host at the Replica site. This feature lowers the total cost-ofownership for an organization by providing a storage-agnostic and workload-agnostic solution that replicates efficiently, periodically, and asynchronously over IP-based networks across different storage subsystems and across sites. This scenario does not rely on shared storage, storage arrays, or other software replication technologies. ( The Disaster Recovery & Business Continuity Problem Disaster Recovery (DR) and Business Continuity (BC) can be expensive. The smaller the planned down time is an indirect correlation to cost to achieve that. Nobody wants to be down, but schools have a hard time paying large sums of money for a what-if, especially if they ve never before experienced any measurable down time. The major associated costs with a solid DR/BC plan are: hardware, software, environment and connectivity. Utilizing Hyper-V in this capacity can help you save in the areas of software and connectivity. How it Works Hyper-V Replica works by having a primary server and a replicated server. The VM running on the primary server runs like normal, so no user knows if a server is being replicated or not. A copy of the VM is replicated to the replicated server. Once the initial copy is there, incremental updates of the changes of the primary server are copied over to the replicated server on a regular basis (every 30 seconds, 5 minutes or 15 minutes). You can also set up an extended replica server. With an extended replica server a copy of replica server is sent to another server on a regular basis (every 5 minutes or 15 minutes). Failovers There are two production level failover mechanisms: Planned Failover and an Unplanned Failover. Planned Failover A planned failover is used when you do an end-to-end validation of your recovery plan. A planned failover requires the VM to be completely shut down to ensure consistency. It is initiated from the primary VM and it moves all current data to the replica server. The VM then runs from the replica server. When done correctly, there will be minimal down time, but there is no loss of data when doing a planned failover.
2 Planned Failover is used in the following cases I want to perform host maintenance on my primary and would like to run from the replica site. My primary site is expecting some power outage I want to move over to the replica site. There s an impending typhoon I want to proactively take action to ensure business continuity. My compliance requirements mandate that every quarter, I run my workloads from the replica site for a week. Unplanned Failover An unplanned failover is used when the primary server becomes nonoperational. An unplanned failover is initiated from the replica server using the data from the last sync from the primary. It ensures that the primary machine is not running to prevent a split-brain scenario where both the primary and replica VMs are running. There will be data loss when doing an unplanned failover. Unplanned Failover is used in the following cases My primary site is experiencing unexpected power outage or a natural disaster My primary host experienced a hardware malfunction My primary site/vm has had a virus attack and I want to restore my business quickly with minimal data loss by restoring my replica VM Demonstration of Planned Failover Today I will demonstrate a planned failover of the web server for West Point Public Schools. But first, following is an overview of the West Point virtual environment. West Point Beemer ESU 2 5 minutes 15 minutes Primary Replica Extended Replica There are 11 VMs on the West Point server that are replicated to the Beemer server. There are also 4 VMs on the Beemer server replicated to the West Point server. Then all 15 VMs are replicated to the ESU 2 server. In the event that I need to run West Point servers from Beemer, I can initiate a planned failover and the data flows over the local network and the users and the public will not know that the physical host server was changed.
3 Overview of Planned Failover Process 1. With Extended Replication configured, this is the current layout West Point Beemer ESU 2 On 5 minutes Off 15 minutes Off Primary Replica Extended Replica 2. Move the Primary server to original Replica server, and continue replication to the Extended Replica server. West Point Beemer ESU 2 Off 5 minutes On 15 minutes Off Primary (but not replicating) Primary 3. To move back to the original configuration, remove all replication from all servers. Replica West Point Beemer ESU 2 Off 5 minutes 15 minutes On Off No replication No replication No replication 4. Enable replication from original replica server to original primary server. West Point Beemer ESU 2 Off 5 minutes 15 minutes On Off Replica Primary No replication 5. Perform a Planned Failover but this time enable Reverse Replication West Point Beemer ESU 2 5 minutes 15 minutes Primary Replica No Replication 6. Extend Replication from Replica server to Extended Replica server. West Point Beemer ESU 2 5 minutes 15 minutes Primary Replica Extended Replica
4 Steps to initiate a Planned Failover 1. Access VMs by using Hyper-V Manager 2. Select the server to perform the failover by clicking once on the server 3. Shut down the selected virtual machine. (While you can initiate a shut down through Hyper-V, I recommend you Connect to the VM and perform a shut down through the guest OS.) 4. Click on Replication (on the right-side) 5. Click Planned Failover 6. Click Fail Over. (Do not check Reverse the replication direction after failover if you have an Extended Replication environment)
5 7. Wait for failover process to complete. This window will disappear once the failover process completes. 8. Now the VM on the primary server is currently off
6 9. Changing to the replica server (BES), you ll see that the VM is now running Notes about a Planned Failover If you have an Extended Replica system configured, you cannot use the Reverse Replication functionality o Reverse Replication is the process where the roles of the primary and replica servers are swapped. o Reverse Replication allows the replication process to continue during a Planned Failover. If you have an Extended Replica system configured, the extended replication functionality is paused during a Planned Failover, but can be manually re-enabled during the failover.
7 To Return to the Original Replicated State 1. Remove all current replication a. Go to the original primary server and Remove Replication from the VM you want to move back. b. Since West Point has an Extended Replica server, we need to complete the extended replication setup. Switch back to the Extended Replica server and remove the replication previously configured there.
8 c. Click Remove Replication d. Verify that replication has been removed. e. Switch to the Replica server (where the VM is currently running) f. Remove the replication of the VM
9 g. Observe that the Replication is now viewed as Not Applicable 2. Set up replication. a. On the server that the VM is currently running, click Enable Replication
10 b. Click Next c. Enter the name of the Replica server. This will be the original primary server name. Click Next. d. Use certificate-based authentication (HTTPS) and ensure the box is checked for Compress the data that is transmitted over the network. Click Next.
11 e. Select the VHDs you want to replicate. Normally there is just one unless the VM includes multiple VHDs. Click Next. f. Choose the frequency at which changes will be sent to the Replica Server. I use 5 minutes (the default) to go from the primary to the replica servers. g. Choose if you want to maintain only one or more recovery points. I only keep the latest recovery point for hard drive space considerations. Click Next.
12 h. Use an existing virtual machine on the Replica server as the initial copy. Click Next. i. Click Finish j. Let the replication complete. 3. Initiate a Planned Failover a. Shut down the VM. b. Click Planned Failover c. Check the box Reverse the replication direction after failover. Click Fail Over d. Wait for the failover process to complete. e. Once complete, click Close.
13 4. Verify that the server is now running from the original server. 5. Extend Replication a. Switch to the Replica server. Select the server and select Extend Replication
14 b. Click Next. c. Enter the name of the extended replica server. Click Next. d. Use certificate-based authentication (HTTPS) and ensure the box is checked for Compress the data that is transmitted over the network. Click Next.
15 e. Choose the frequency at which changes will be sent to the Replica Server. I use 15 minutes to go from the replica server to the extended replica server. f. Choose if you want to maintain only one or more recovery points. I only keep the latest recovery point for hard drive space considerations. Click Next. g. Use an existing virtual machine on the Replica server as the initial copy.
16 h. Click Finish. i. Wait for the Extending Replication wizard to complete 6. Verify that the replication is being sent
Hyper-V Replica Broker Configuration Lab By Yung Chou, Microsoft Platform Evangelist, http://aka.ms/yungchou, @yungchou
Page 1 of 23 Hyper-V Replica Broker Configuration Lab By Yung Chou, Microsoft Platform Evangelist, http://aka.ms/yungchou, @yungchou Windows Server 2012 Hyper-V Replica is a built-in mechanism for replicating
Building disaster-recovery solution using Azure Site Recovery (ASR) for Hyper-V (Part 1)
Building disaster-recovery solution using Azure Site Recovery (ASR) for Hyper-V (Part 1) KR Kandavel Technical Solutions Professional Asia Azure Site Recovery Specialist Team Microsoft Corporation Hybrid
ArCycle vmbackup. for VMware/Hyper-V. User Guide
ArCycle vmbackup for VMware/Hyper-V User Guide 2 Copyright Copyright ArCycle Software, Ltd., 2011-2014. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,
Rethink Disaster Recovery with Microsoft
Rethink Disaster Recovery with Microsoft [email protected] Cloud & Datacenter Specialist Install from here or type Microsoft virtual datacenter into the Store application Agenda Microsoft Solutions
HP Matrix Operating Environment Co-Existence with Microsoft Hyper-V Replica
Technical white paper HP Matrix Operating Environment Co-Existence with Microsoft Hyper-V Replica HP Insight Management 7.4 Update 1 Table of contents Hyper-V Replica high-level overview... 3 What happens
Hyper-V Replica Essentials
Hyper-V Replica Essentials Vangel Krstevski Chapter No. 3 "Configuring Hyper-V Replica" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.3
MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012
www.etidaho.com (208) 327-0768 MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012 3 Days Course Description Overview: This three-day instructor-led course provides students with the
Part2 Hyper-V Replica and Hyper-V Recovery Manager. [email protected] Datacenter Specialist
Part2 Hyper-V Replica and Hyper-V Recovery Manager [email protected] Datacenter Specialist Business Continuity Challenges Costs Need to reduce the costs related to downtime Need to reduce the
DeltaV Virtualization High Availability and Disaster Recovery
DeltaV Distributed Control System Whitepaper October 2014 DeltaV Virtualization High Availability and Disaster Recovery This document describes High Availiability and Disaster Recovery features supported
Hyper-V Replica. Aidan Finn
Hyper-V Replica Aidan Finn About Aidan Finn Technical Sales Lead at MicroWarehouse (Dublin) Working in IT since 1996 MVP (Virtual Machine) Experienced with Windows Server/Desktop, System Center, virtualisation,
Introduction to Hyper-V High- Availability with Failover Clustering
Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V
AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE
AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including
NETGEAR ReadyRECOVER Offsite Data Protection: Replication Overview and Configuration Guide
NETGEAR ReadyRECOVER Offsite Data Protection: Replication Overview and Configuration Guide Table of Contents NETGEAR ReadyRECOVER Offsite Data Protection... 1 Table of Contents... 2 ReadyRECOVER Introduction...
CA ARCserve Replication and High Availability Deployment Options for Hyper-V
Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization
Installation Guide. Step-by-Step Guide for clustering Hyper-V virtual machines with Sanbolic s Kayo FS. Table of Contents
Distributed Data Center Virtualization using Windows Server 2008 Hyper-V and Failover Clustering beta release* *The clustered disk removal section will become obsolete once the solution ships in early
Feature Guide DOUBLE-TAKE AVAILABILITY
Feature Guide DOUBLE-TAKE AVAILABILITY Double-Take Availability provides affordable data protection, ensures minimal data loss and enables immediate recovery from any system outage. Double- Take Availability
Replication Overview
W H I T E P A P E R b y F r a n k M u s a c c h i a Taking control of your finances. PHD Virtual & Replication: Replication Overview Unmatched Value for Your Virtual World WWW.PHDVIRTUAL.COM PHD Virtual
Course Outline. Create and configure virtual hard disks. Create and configure virtual machines. Install and import virtual machines.
Server Virtualization with Windows Server Hyper-V and System Centre Duration 5 days Course Code SSM20409 Format Instructor Led Overview This five day course will provide you with the knowledge and skills
Hyper-V Cloud Practice Builder. Disaster Recovery Using DPM 2010
Hyper-V Cloud Practice Builder Disaster Recovery Using DPM 2010 The Hyper-V Cloud Practice Builder from Microsoft Enterprise Services can help Microsoft partners by: Accelerating practice development by
Bosch Video Management System High Availability with Hyper-V
Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements
PN: 210-0317-04. Using Veeam Backup and Replication Software with an ExaGrid System
PN: 210-0317-04 Using Veeam Backup and Replication Software with an ExaGrid System Copyright No part of this document may be reproduced or transmitted in any form or by any means without the express written
Veeam Backup & Replication
Veeam Backup & Replication Version 7.0 Evaluator s Guide Hyper-V Environments August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part
System Protection for Hyper-V Whitepaper
Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 Definitions... 3 Considerations... 3 2. About the BackupAssist Hyper-V solution... 4 Advantages... 4
Dell High Availability Solutions Guide for Microsoft Hyper-V
Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.
How To Run A Modern Business With Microsoft Arknow
Microsoft Azure DataSync ModernBiz Agenda ModernBiz: Your path to the Modern Business Microsoft Azure overview Key business solutions leveraging the cloud Back up your data Reduce unexpected downtime Host
In addition to their professional experience, students who attend this training should have technical knowledge in the following areas.
6422A - Implementing and Managing Windows Server 2008 Hyper-V Course Number: 6422A Course Length: 3 Days Course Overview This three-day instructor-led course teaches students how to implement and manage
How to Backup and Restore a VM using Veeam
How to Backup and Restore a VM using Veeam Table of Contents Introduction... 3 Assumptions... 3 Add ESXi Server... 4 Backup a VM... 6 Restore Full VM... 12 Appendix A: Install Veeam Backup & Replication
SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft
SQL Server on Azure An e2e Overview Nosheen Syed Principal Group Program Manager Microsoft Dedicated Higher cost Shared Lower cost SQL Server Cloud Continuum Hybrid SQL Server in Azure VM Virtualized Machines
Quick Start Guide: Cluster Shared Volume
Contents 1. Introduction... 2 2. Supported Engines... 3 Imaging via staging disk... 3 3. Configuring the backup job... 4 4. Quick recovery from staging disk (Imaging backups only)... 6 5. Appendix Configuring
Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008
Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010
Server Virtualization with Windows Server Hyper-V and System Center
Course 20409B: Server Virtualization with Windows Server Hyper-V and System Center Course Details Course Outline Module 1: Evaluating the Environment for Virtualization This module provides an overview
TECHNOLOGY OVERVIEW INTRONIS CLOUD BACKUP & RECOVERY
INTRONIS CLOUD BACKUP & RECOVERY TECHNOLOGY OVERVIEW CONTENTS Introduction 3 Ease-of-Use 3 Simple Installation 3 Automatic Backup 3 Backup Status Dashboard 4 Off-Site Storage 4 Scalability 4 File Restoration
How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk
Poster Companion Reference: Hyper-V Virtual Machine Mobility Live Migration Without Shared Storage Storage Migration Live Migration with SMB Shared Storage Live Migration with Failover Clusters Copyright
Hyper-V Protection. User guide
Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 2. Hyper-V protection features... 3 Windows 2012 R1/R2 Hyper-V support... 3 Custom
Configuring and Deploying a Private Cloud
Course 20247C: Configuring and Deploying a Private Cloud Course Details Course Outline Module 1: Planning for the Cloud Planning a hybrid cloud involves understanding these tools and technologies so that
Index C, D. Background Intelligent Transfer Service (BITS), 174, 191
Index A Active Directory Restore Mode (DSRM), 12 Application profile, 293 Availability sets configure possible and preferred owners, 282 283 creation, 279 281 guest cluster, 279 physical cluster, 279 virtual
SQL Server Mirroring. Introduction. Setting up the databases for Mirroring
SQL Server Mirroring The purpose of this document is to describe in detail the process of configuring Secret Server and SQL Server 2008 for a high-availability environment using Mirroring. The contents
Veeam Backup & Replication for VMware
Veeam Backup & Replication for VMware Version 8.0 Evaluator s Guide May, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication
Quorum DR Report. Top 4 Types of Disasters: 55% Hardware Failure 22% Human Error 18% Software Failure 5% Natural Disasters
SAP High Availability in virtualized environments running on Windows Server 2012 Hyper-V Part 1: Overview Introduction Almost everyone is talking about virtualization and cloud computing these days. This
Virtualizing your Datacenter
Virtualizing your Datacenter with Windows Server 2012 R2 & System Center 2012 R2 Part 2 Hands-On Lab Step-by-Step Guide For the VMs the following credentials: Username: Contoso\Administrator Password:
Application Note: Failover with Double- Take Availability and the Scale HC3 Cluster. Version 2.0
Application Note: Failover with Double- Take Availability and the Scale HC3 Cluster Version 2.0 Table of Contents Introduction... 2 About Double-Take Availability... 2 About Scale Computing s HC3 Cluster...
StarWind Virtual SAN Hyper-Converged Platform Quick Start Guide
Hardware-less VM Storage StarWind Virtual SAN Hyper-Converged Platform Quick Start Guide DATE: MAY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software
Using Live Sync to Support Disaster Recovery
Using Live Sync to Support Disaster Recovery SIMPANA VIRTUAL SERVER AGENT FOR VMWARE Live Sync uses backup data to create and maintain a warm disaster recovery site. With backup and replication from a
Configuring Network Load Balancing with Cerberus FTP Server
Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012
Drobo How-To Guide. Use a Drobo iscsi Array as a Target for Veeam Backups
This document shows you how to use a Drobo iscsi SAN Storage array with Veeam Backup & Replication version 5 in a VMware environment. Veeam provides fast disk-based backup and recovery of virtual machines
Overview... 2. Customer Login... 2. Main Page... 2. VM Management... 4. Creation... 4 Editing a Virtual Machine... 6
July 2013 Contents Overview... 2 Customer Login... 2 Main Page... 2 VM Management... 4 Creation... 4 Editing a Virtual Machine... 6 Disk Management... 7 Deletion... 7 Power On / Off... 8 Network Management...
Veeam Backup and Replication Architecture and Deployment. Nelson Simao Systems Engineer
Veeam Backup and Replication Architecture and Deployment Nelson Simao Systems Engineer Agenda Veeam Backup Server / Proxy Architecture Veeam Backup Server / Backup Proxy Backup Transport Modes Physical
Setting up Hyper-V for 2X VirtualDesktopServer Manual
Setting up Hyper-V for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples herein
Deployment Options for Microsoft Hyper-V Server
CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES
High Availability with Windows Server 2012 Release Candidate
High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions
How To Manage A Database Server 2012
Ross Mistry With Shirmattie Seenarine and Kevin E. Kline Microsoft SQL Server 2012 Management and Administration 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part
13.1 Backup virtual machines running on VMware ESXi / ESX Server
13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines
PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V
PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V Version 6.0.8 Published: DEC-2013 Updated: 24 MAR 2014 2005-2014 Propalms Ltd. All rights reserved. The information contained in this document represents the current
Disaster Recovery Solution Achieved by EXPRESSCLUSTER
Disaster Recovery Solution Achieved by EXPRESSCLUSTER http://www.nec.com/expresscluster/ NEC Corporation System Software Division December, 2012 Contents 1. Clustering system and disaster recovery 2. Disaster
Virtual Dashboard for VMware and Hyper-V
Virtual Dashboard for VMware and Hyper-V USER MANUAL Steelgate Technologies, February 2015, all rights reserved. All trademarks are the property of their respective owners. Features and specifications
vsphere Replication for Disaster Recovery to Cloud
vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced
BackupAssist v6 quickstart guide
Using the new features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 2 Backing up VSS applications... 2 Restoring VSS applications... 3 System State backup and restore...
Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409
Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409 Course Outline Module 1: Evaluating the Environment for Virtualization This module provides an overview of Microsoft virtualization
Private Cloud Solution Delivers Flexibility and Agility
Private Cloud Solution Delivers Flexibility and Agility Overview Customer: Paul Smith Website: www.paulsmith.co.uk Number of Employees: Approx 1200 Country or Region: Global (Head Office, Nottingham, United
ActiveImage Protector 3.5 for Hyper-V with SHR. User Guide - Back up Hyper-V Server 2012 R2 host and
ActiveImage Protector 3.5 for Hyper-V with SHR User Guide - Back up Hyper-V Server 2012 R2 host and restore individual virtual machines 2 nd Edition July 7, 2014 Copyright NetJapan, Inc. All Rights Reserved.
EVault for Data Protection Manager. Course 301 Server Protection with DPM File and System State
EVault for Data Protection Manager Course 301 Server Protection with DPM File and System State Table of Contents Objectives... 3 Scenario... 3 Estimated Time to Complete This Lab... 3 Requirements for
AVLOR SERVER CLOUD RECOVERY
AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties
HP Integration with Veeam Backup and Replication. Mark Hambelton Veeam EMEA Alliances SE
HP Integration with Veeam Backup and Replication Mark Hambelton Veeam EMEA Alliances SE Agenda Overview of Veeam Backup and Replication v8 Veeam Explorer for Storage Snapshots Veeam Backup off Storage
StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster
#1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the
Zerto Virtual Manager Administration Guide
Zerto Virtual Manager Administration Guide AWS Environment ZVR-ADVA-4.0U2-01-23-07-15 Copyright 2015, Zerto Ltd. All rights reserved. Information in this document is subject to change without notice and
BCP and DR Plan With NAS Solution
BCP and DR Plan With NAS Solution Happiest People Happiest Customers Contents Introduction... 3 Current State of Infrastructure...4 Requirement... 5 Proposal for NAS solution Implementation...5 Conclusion...6
What s new in 6.1. Veeam Backup & Replication
Veeam Backup & Replication What s new in 6.1 Veeam Backup & Replication now protects more than 4 million VMs in more than 40,000 organizations around the world. And although Veeam has a huge lead over
VT Technology Management Utilities for Hyper-V (vtutilities)
VT Technology Management Utilities for Hyper-V (vtutilities) vtutilities provide a local graphical user interface (GUI) to manage Hyper-V. Hyper-V is supported on Windows Server 2008 R2 and Windows Server
On-premises Hyper-V site to Azure protection with Hyper-V replication
On-premises Hyper-V site to Azure protection with Hyper-V replication Disaster recovery is something we pray never to happen but unavoidable in certain situations. Every business organization regardless
Server & Cloud Management
Technical Bootcamp: The Cloud-enabled Datacenter with Windows Server 2012 and System Center 2012 This 3-day, instructor-led course will help you understand how to evolve a traditional datacenter configuration
Veritas InfoScale Availability
Veritas InfoScale Availability Delivers high availability and disaster recovery for your critical applications Overview protects your most important applications from planned and unplanned downtime. InfoScale
Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve
Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while
Integrating Data Protection Manager with StorTrends itx
Integrating Data Protection Manager with StorTrends itx INTEGRATING DATA PROTECTION MANAGER WITH STORTRENDS ITX 2 1. Introduction 2 2. Test Environment 2 Requirements 2 3. Setting up the Application Servers
Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led
Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led Course Description Get hands-on instruction and practice provisioning your storage requirements and meeting your high availability
NovaBACKUP Virtual Dashboard
NovaBACKUP Virtual Dashboard User Manual NovaStor / April 2015 2015 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to
BackupAssist v6 quickstart guide
New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet
Server Virtualization with Windows Server Hyper-V and System Center
Server Virtualization with Windows Server Hyper-V and System Center About this Course This five day course will provide you with the knowledge and skills required to design and implement Microsoft Server
Grade Disaster Recovery with Azure Site
Learn. Connect. Explore. Leveraging SAN Replication for Enterprise- Grade Disaster Recovery with Azure Site Recovery and System Center Abhishek A Hemrajani Program Manager, Microsoft Corporation Session
Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays
TECHNICAL REPORT Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays ABSTRACT This technical report details information and best practices for deploying Microsoft Hyper-V with Dell EqualLogic
Windows Server 2012 Hyper-V Installation and Configuration Guide
Brochure More information from http://www.researchandmarkets.com/reports/2329484/ Windows Server 2012 Hyper-V Installation and Configuration Guide Description: Go-to guide for using Microsoft's updated
Configuring Advanced Windows Server 2012 Services MOC 20412
Configuring Advanced Windows Server 2012 Services MOC 20412 Course Outline Module 1: Implementing Advanced Network Services This module describes how to configure advanced features in the Domain Name System
Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9
Veeam Summer School Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9 Jan van Leuken System Engineer Benelux, Veeam Software [email protected] +31 (0)615 83 50
DR-to-the- Cloud Best Practices
DR-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 PROVIDER CONTENTS
5nine Security for Hyper-V Datacenter Edition. Version 3.0 Plugin for Microsoft System Center 2012 Virtual Machine Manager
5nine Security for Hyper-V Datacenter Edition Version 3.0 Plugin for Microsoft System Center 2012 Virtual Machine Manager November 2013 11 Table of Contents Summary... 5 System requirements... 5 Permissions...
Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options
This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware
Implementing a Holistic BC/DR Strategy with VMware
Implementing a Holistic BC/DR Strategy with VMware VMware vforum, 2014 2014 VMware Inc. All rights reserved. What s on the agenda? Defining the problem Definitions VMware technologies that provide BC and
Planning for the Worst SAS Grid Manager and Disaster Recovery
Paper SAS1897-2015 Planning for the Worst SAS Grid Manager and Disaster Recovery ABSTRACT Glenn Horton and Doug Haigh, SAS Institute Inc. Many companies use geographically dispersed data centers running
Virtual Infrastructure Security
Virtual Infrastructure Security 2 The virtual server is a perfect alternative to using multiple physical servers: several virtual servers are hosted on one physical server and each of them functions both
Protecting your SQL database with Hybrid Cloud Backup and Recovery. Session Code CL02
Protecting your SQL database with Hybrid Cloud Backup and Recovery Session Code CL02 ARCserve True Hybrid Data Protection ARCserve Backup Data protection for complex environments Disk to Disk to-tape Disk
Hyper-V Protection. User guide
Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 Windows Server 2012 Hyper-V support... 3 2. Hyper-V protection features... 3
Veeam Backup Enterprise Manager. Version 7.0
Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may
NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V
NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V Instructions apply to installs on Windows Server 2012 R2 Before you begin When deployed in a Hyper V environment, LANGuardian will capture
Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V
Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Implementation Guide By Eduardo Freitas and Ryan Sokolowski February 2010 Summary Deploying
SQL Server Virtualization
The Essential Guide to SQL Server Virtualization S p o n s o r e d b y Virtualization in the Enterprise Today most organizations understand the importance of implementing virtualization. Virtualization
Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server:
Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Here are the pre-requisites for a HA VMM server installation: 1. Failover clustering feature
