Presentation is loading. Please wait.

Presentation is loading. Please wait.

Virtual Machine Movement and Hyper-V Replica

Similar presentations


Presentation on theme: "Virtual Machine Movement and Hyper-V Replica"— Presentation transcript:

1 Virtual Machine Movement and Hyper-V Replica
Module 5 Virtual Machine Movement and Hyper-V Replica

2 Module Overview Implementing and Managing Hyper-V Replica 20409A
05: Virtual Machine Movement and Hyper-V Replica Implementing and Managing Hyper-V Replica

3 20409A Lesson 1: Providing High Availability and Redundancy for Virtualization 05: Virtual Machine Movement and Hyper-V Replica Redundancy in Windows Server 2012 R2 and Hyper-V

4 Why Is High Availability Important?
05: Virtual Machine Movement and Hyper-V Replica Server downtime is unavoidable Servers are not always available Software or hardware maintenance or upgrade Application and operating system updates Component failure, power outages, natural disasters Critical services must be constantly available Running in virtual machines When fails or unavailable It must be serviced elsewhere Goal of high availability Make services available Even when failure occurs Availability Downtime (per year) 99% 3.7 days 99.9% 8.8 hours 99.99% 53 minutes 99.999% 5.3 minutes

5 Redundancy in Windows Server 2012 R2 and Hyper-V
05: Virtual Machine Movement and Hyper-V Replica Hyper-V Replica for asynchronous replication CSV integration with storage arrays for synchronous replication Disaster recovery Non-cluster aware apps: Hyper-V app monitoring Virtual machine guest cluster: iSCSI, Fibre Channel, .vhdx sharing Virtual machine guest teaming of SR-IOV NICS Application / Service failover NLB and NIC Teaming Storage multi-path IO Multichannel SMB I/O redundancy Live migration for planned downtime Failover clustering for unplanned downtime Physical server failure Windows hardware error architecture Reliability, availability, serviceability Hardware failure

6 Lesson 2: Implementing Virtual Machine Movement
05: Virtual Machine Movement and Hyper-V Replica Live Migration of Non-clustered Virtual Machines

7 Virtual Machine Moving Options
05: Virtual Machine Movement and Hyper-V Replica Virtual machine and storage migration Includes from Windows Server 2012 to Windows Server R2 Quick migration – requires failover clustering Live migration requires only network connectivity Improved performance in Windows Server 2012 R2 Hyper-V Replica Asynchronously replicate virtual machines Configure replication frequency and extended replication Exporting and Importing of a virtual machine Exporting while virtual machine is running Can import virtual machine without prior export

8 How Storage Migration Works
Compares with Storage vMotion 05: Virtual Machine Movement and Hyper-V Replica Read/Write to source virtual hard disk Virtual hard disk is copied to destination Writes are mirrored to source and destination virtual hard disks After virtual hard disk is synchronized, virtual machine switches to copied virtual hard disk Source virtual hard disk is deleted Hyper-V server Virtual machine Virtual hard disk stack 1 3 2 5 Virtual hard disk 4 Virtual hard disk Virtual machine is running uninterrupted during the migration process

9 Overview of the Move Wizard
05: Virtual Machine Movement and Hyper-V Replica Used for moving virtual machine or its storage While virtual machine is running Live migration or storage migration Alternatively, use Windows PowerShell cmdlets Move-VM or Move-VMStorage Storage migration is enabled by default (two at the same time) Live migration must be enabled before moving virtual machine All virtual machine data can be moved to same location Or you can specify location for each data item Or you can move only virtual hard disk Virtual machine data items Virtual hard disks, current configuration, checkpoints, smart paging You can move only the virtual machine or also include data items

10 Live Migration of Non-clustered Virtual Machines
Compares with vMotion 05: Virtual Machine Movement and Hyper-V Replica Referred as a “shared nothing” live migration Virtual machine data can be local or on an SMB share Local: storage migration to move to target Hyper-V host SMB: leave data on the SMB 3.0 share In both cases virtual machine is moved Storage migration and virtual machine move Storage is migrated Virtual machine memory is moved Source storage is deleted Live migration speed is affected by Virtual machine memory size and modifications Bandwidth between source and destination Hyper-V hosts (More notes on the next slide)

11 Live Migration of Non-clustered Virtual Machines
05: Virtual Machine Movement and Hyper-V Replica Virtual machine memory is moved in iterations Source is active and can be modifying memory Modified memory pages are sent after initial copy Repeats over newly modified pages Final copy iteration takes less than TCP timeout New MAC address is send to network switches Virtual machine memory Virtual machine memory Configuration Configuration State State Source Hyper-V host Destination Hyper-V host

12 Lesson 3: Implementing and Managing Hyper-V Replica
05: Virtual Machine Movement and Hyper-V Replica Hyper-V Replica Resynchronization

13 Prerequisites for Hyper-V Replica
05: Virtual Machine Movement and Hyper-V Replica Windows Server 2012 with Hyper-V role Hyper-V Replica is part of the Hyper-V role At least two servers, usually in different sites Sufficient storage to host virtual machines Local and replicated virtual machines Connectivity between primary and replica sites Windows firewall configured to allow replication Hyper-V Replica HTTP and Hyper-V Replica HTTPS X.509v3 certificate for mutual authentication If certificate authentication is used Otherwise, Hyper-V hosts must be in the same AD DS forest

14 Overview of Hyper-V Replica
05: Virtual Machine Movement and Hyper-V Replica Hyper-V Replica has the following components: Replication engine Manages replication configuration and handles initial replication, delta replication, failover, and test-failover Change tracking module Keeps track of the write operations in the virtual machine Network module Provides a secure and efficient channel to transfer data Hyper-V Replica Broker server role Provides seamless replication while a virtual machine is running on different failover cluster nodes Management tools Hyper-V Manager, Windows PowerShell, Failover Cluster Manager

15 Overview of Hyper-V Replica
05: Virtual Machine Movement and Hyper-V Replica Primary Site Secondary Site Replicated Changes Initial Replica CSV on Block Storage SMB Share File Based Storage

16 Enabling a Virtual Machine for Replication
05: Virtual Machine Movement and Hyper-V Replica Replication is enabled per virtual machine Enable Replication Wizard Replica server Connection parameters Choose replication VHDs Chose replication frequency Configure additional recovery points Choose initial replication method Failover TCP/IP Settings Preconfigure IP address for replica virtual machine Requires integration services Should be configured on both the primary and replica server Primary Replica Virtual machine

17 Hyper-V Replication Health
05: Virtual Machine Movement and Hyper-V Replica Normal Less than 20% replication cycles are missed Last synchronization point was less than an hour ago Average latency is less than the configured limit Warning Greater than 20% of replication cycles have been missed More than hour since the last send replica Initial replication has not been completed Failover initiated, but not ‘reverse replication’ Primary virtual machine replication is paused Critical Replica paused on the replica virtual machine Primary server unable to send the replica data

18 Test Failover, Planned Failover, and Failover
05: Virtual Machine Movement and Hyper-V Replica Test failover Non-disruptive testing, with zero downtime New virtual machine created in recovery site From the replica checkpoint Turned off and not connected Stop Test Failover Planned failover Initiated at primary virtual machine which is turned off Sends data that has not been replicated Fail over to replica server Start the replica virtual machine Reverse the replication after primary site is restored

19 Test Failover, Planned Failover, and Failover
05: Virtual Machine Movement and Hyper-V Replica Failover Initiated at replica virtual machine Primary virtual machine has failed (turned off or unavailable) Data loss can occur Reverse the replication after primary site is recovered Other replication-related actions Pause Replication and Resume Replication View Replication Health Extend Replication Remove Recovery Points Remove Replication

20 Hyper-V Replica Resynchronization
05: Virtual Machine Movement and Hyper-V Replica When normal replication process is interrupted Change tracking issues on primary server Replication issues with tracking logs Problems linking virtual hard disk with parent Time travel – virtual machine restored from backup Reverse replication after failover process Processor, storage, and network intensive Configured on primary virtual machine Manual, automatic, or during scheduled time If more than 6 hours, perform full initial replication


Download ppt "Virtual Machine Movement and Hyper-V Replica"

Similar presentations


Ads by Google