Replicate Hyper-V cluster VMs to Windows Azure

Hello,
I'm wondering if there is a possibility that we can create a replication from our hyper-v cluster to windows azure. So we have a hyper-v cluster. We are now replicating to an other site. Can we replace this site with windows azure? So that we can run our
VMs in azure when our site fails.
hope someone can tell me more.

I hate to break i down to you, but you
can't replicate a virtual machine from Hyper-V to Windows Azure IaaS cloud.
The answer is simple - you don't have access to any hypervisor in Azure, but virtual machines (the layer above).
The blog post you are referring to is how to setup SCVMM together with Windows Azure Hyper-V Recovery Manager
- which is a service in Azure that function as a control panel/orchestration of Hyper-V Replica in your environments.
-kn
Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

Similar Messages

  • Move 2012 R2 Hyper-V Cluster to New Subnet

    I have a two-node Hyper-V cluster running on Windows Server 2012 R2. I am moving it to a remote hosting facility. So it is going to be going to a new subnet with different IP addresses than it has now. What do I need to do to make this a smooth transition?
    Is there an article about it? I haven't found it yet.
    Thanks,
    Rob

    It's a simple process.
    The IPs that you have to change are:
    - Management IPs of your nodes (2 IPs)
    - Private IPs of your nodes (LM, CSV)
    - The Cluster IP address
    The cluster communicates using DNS names. So when you will change the IP addresses, the DNS record will be updated, and then the cluster will resume the communications.
    What i suggest is:
    Change the nodes private IP addresses (CSV, LM). Verify that the nodes communicates using these new IP addresses. Verify that the cluster have updated its configuration (You should see the new IP addresses on the cluster console, Networks)
    Change the cluster IP adress, verify that the DNS has been updated, and that the cluster Name and IP are online (Cluster console)
    Change the first node IP, verify that the DNS record has been updated
    Change the second node IP, verify that the DNS record has been updated
    Now, the configuration should work normally
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • Is it possible to Migrate Live VMs from a Windows 2012 Hyper-V Cluster to a different 2012 R2 Cluster?

    At the moment I'm in a bit of dilemma because I know that Windows 2012 supports "Shared Nothing Live Migration" but recently I got to know that this feature is available for stand alone Hyper-V Servers. My Setup is that I have
    3 Servers running Windows Server 2012 Hyper-v Failover Cluster and I need to migrate everything to a new cluster running on Windows Server 2012 R2 and offcourse some VMs can't be turned off during migration so I need to do this live during production hours.
    Another note is that both clusters will be running on the different LUNs since each cluster has its own CSVs. I need to know if it is possible to migrate such VMs/Roles Live without have any downtime of the VMs/Roles?

    Yes, but one exception - live migration works only on "compatible cpu's". There actually is a setting in CPU for forcing compatibility
    mode. If that is not set, and you mvoe for example from AMD to Intel, then - this is not possible in live migration, cluster or not.

  • Cluster Quorum Disk failing inside Guest cluster VMs in Hyper-V Cluster using Virtual Disk Sharing Windows Server 2012 R2

    Hi, I'm having a problem in a VM Guest cluster using Windows Server 2012 R2 and virtual disk sharing enabled. 
    It's a SQL 2012 cluster, which has around 10 vhdx disks shared this way. all the VHDX files are inside LUNs on a SAN. These LUNs are presented to all clustered members of the Windows Server 2012 R2 Hyper-V cluster, via Cluster Shared Volumes.
    Yesterday happened a very strange problem, both the Quorum Disk and the DTC disks got the information completetly erased. The vhdx disks themselves where there, but the info inside was gone.
    The SQL admin had to recreated both disks, but now we don't know if this issue was related to the virtualization platform or another event inside the cluster itself.
    Right now I'm seen this errors on one of the VM Guest:
     Log Name:      System
    Source:        Microsoft-Windows-FailoverClustering
    Date:          3/4/2014 11:54:55 AM
    Event ID:      1069
    Task Category: Resource Control Manager
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      ServerDB02.domain.com
    Description:
    Cluster resource 'Quorum-HDD' of type 'Physical Disk' in clustered role 'Cluster Group' failed.
    Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster
    Manager or the Get-ClusterResource Windows PowerShell cmdlet.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
        <EventID>1069</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-04T17:54:55.498842300Z" />
        <EventRecordID>14140</EventRecordID>
        <Correlation />
        <Execution ProcessID="1684" ThreadID="2180" />
        <Channel>System</Channel>
        <Computer>ServerDB02.domain.com</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="ResourceName">Quorum-HDD</Data>
        <Data Name="ResourceGroup">Cluster Group</Data>
        <Data Name="ResTypeDll">Physical Disk</Data>
      </EventData>
    </Event>
    Log Name:      System
    Source:        Microsoft-Windows-FailoverClustering
    Date:          3/4/2014 11:54:55 AM
    Event ID:      1558
    Task Category: Quorum Manager
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      ServerDB02.domain.com
    Description:
    The cluster service detected a problem with the witness resource. The witness resource will be failed over to another node within the cluster in an attempt to reestablish access to cluster configuration data.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
        <EventID>1558</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>42</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-04T17:54:55.498842300Z" />
        <EventRecordID>14139</EventRecordID>
        <Correlation />
        <Execution ProcessID="1684" ThreadID="2180" />
        <Channel>System</Channel>
        <Computer>ServerDB02.domain.com</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="NodeName">ServerDB02</Data>
      </EventData>
    </Event>
    We don't know if this can happen again, what if this happens on disk with data?! We don't know if this is related to the virtual disk sharing technology or anything related to virtualization, but I'm asking here to find out if it is a possibility.
    Any ideas are appreciated.
    Thanks.
    Eduardo Rojas

    Hi,
    Please refer to the following link:
    http://blogs.technet.com/b/keithmayer/archive/2013/03/21/virtual-machine-guest-clustering-with-windows-server-2012-become-a-virtualization-expert-in-20-days-part-14-of-20.aspx#.Ux172HnxtNA
    Best Regards,
    Vincent Wu
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Create failover cluster to host Windows 2012 DC, Exchange 2013 and SQL as VMs

    One of our clients has running Windows Essential 2012, SQL and exchange 2007 as VM on VMware for 4 years without major issue. However, the physical server is getting old and have some hardware issues recently. They have budgets to buy two Dell servers, EqualLogic
    SAN, Windows server 2012 Datacenter and Exchange 2013. Is it possible for them to create failover cluster to host Windows 2012 DC, Exchange 2013 and SQL as VMs?
    Bob Lin, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on
    http://www.ChicagoTech.net
    How to Setup Windows, Network, VPN & Remote Access on
    http://www.howtonetworking.com

    We will move all VMs from VMware to Hyper-V. Thank you.
    Bob Lin, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on <p><a href="http://www.chicagotech.net"><span style="color:#0033cc">http://www.ChicagoTech.net<br/> </span></a></p>
    How to Setup Windows, Network, VPN &amp; Remote Access on <p><a href="http://www.howtonetworking.com"><span style="color:#0033cc">http://www.howtonetworking.com<br/> </span></a></p>

  • How many licence for Windows Server 2012R2 in hyper-v cluster base on free Hyper-V Server 2012R2

    Hi
    I build cluster consist 4 nodes (2 procesors, 4 core per procesor=8 virtual processors per node). I installed free Hyper-V Server 2012 R2 on each node and created cluster.
    I've got one Windows Server 2012 R2 Standard. How many VMs (with Windows Server 2012 R2 Standrard as OS) can I run on this cluster using this DVD? 1, 2 or none?
    Thank you in advance
    Tomasz
    Kind Regards Tomasz

    The detail here is this:
    You are asking about the 'virtual instance granting' license.
    - this only applies if Windows Server is installed on the bare metal with the Hyper-V Role added. (regardless of the edition)
    - this only applies to licensing, it does not limit the number of VMs that you can run.
    - If there is a cluster, all nodes should be the same edition to remove any licensing ambiguity.
    This is strictly OS licensing for the VMs and has absolutely nothing to do with how many VMs you can run:
    Most likely your hardware will run out of physical resources before you reach the maximums outlined here:
    http://technet.microsoft.com/en-us/library/jj680093.aspx
    If you have a cluster - there can be a maximum of 8,000 running VMs
    If you have individual Hyper-V Servers there can be a maximum of 1,024 running VMs
    Do the math - you would need a minimum of ~8 cluster nodes to touch that 8,000 number.  But as you add nodes, you don't add HA VM capacity.  But you can run a combination of HA and non-HA VMs up to a the maximum of 1,024 running VMs per node. 
    In other words, mix and match if you want to push the boundary.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Adding nodes to Windows Server 2008 R2 Hyper-V Cluster..

    Currently we have a 3 node Windows Server 2008 R2 Hyper-V Cluster in production. There are about 3 terrabytes worth of VMs running across these nodes.
    It is over-committed, so i've setup two new nodes to add to the cluster.
    I've done this before in a SQL cluster but never a Hyper-V cluster.
    If I don't run validation when adding the nodes, will there be downtime?
    The quorum is setup for disk majority, everything is identical on all nodes that needs to be. Shared storage is recognized and ready on the new nodes. I've gone through every checklist that Microsoft has. I'm just curious if the virtual machines will go
    offline on the current nodes when i add the two new nodes.
    Everything is identical down to the wsus updates installed. From networking to storage everything is perfect.
    I don't want to run validation as I know that'll take everything offline.

    Hi,
    It is recommend to run a validation test. You can select custom test. (skip storage).
    When add the new node to existing cluster . it will not bring down existing VM. 
    Lai (My blog:- http://www.ms4u.info)

  • Windows server 2012 Datacenter Hyper-V Cluster -- Failed to validate Operating System Installation Option?

    Hi I have a 4 node Windows server 2012 Hyper-V cluster. When I try to run a cluster validation report, everything else is fine but it fails at validate the Operating System Installation Option step. I did some research but couldn't really find any solution.
    Anyone knows how to pass this test? Thanks.
    Here's the error I get when run the test:
    An error occurred while executing the test.
    The operation has failed. An error occurred while getting the operating system installation option for node "server1"

    Hi JasonLiu2002,
    Please post the original error information, the current information is so wide that difficult to determine where may have issue and please offer more information about your
    server configuration, you can refer the following article to prepare your cluster environment first.
    Windows Server 2012 Hyper-V Best Practices (In Easy Checklist Form)
    http://blogs.technet.com/b/askpfeplat/archive/2013/03/10/windows-server-2012-hyper-v-best-practices-in-easy-checklist-form.aspx
    When you preparing the new cluster on Server 2012 please install the Recommended hotfixes and updates for Windows Server 2012-based failover clusters updates.
    http://support.microsoft.com/kb/2784261
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to monitor the performances of VMs & Hyper-v Cluster host node running on SCVMM Cluster.

    hello...,
    How to monitor the performances of VMs & Hyper-v Cluster hosts node running on SCVMM Cluster from SCOM so that we can
    Identify the highest utilized(CPU and Memory ) VM on that from cluster  hyper-v host.
    Identify the lowest utilized (CPU and Memory )Hyper-v Host in the Cluster .
    After identifies VMs and Hyper-v cluster  host on SCVMM , so that we  can  proceed to do migrate the Highest Utilized VM to Lowest Utilized
    Hyper-v cluster host. 
    To identified and implement above ,what are the things I need to do or configured on SCOM.
    Thanks
    RICHA KM

    hello...,
    How to monitor the performances of VMs & Hyper-v Cluster hosts node running on SCVMM Cluster from SCOM
    so that we can
    Identify the highest utilized(CPU and Memory ) VM on that from cluster  hyper-v
    host.
    Identify the lowest utilized (CPU and Memory )Hyper-v Host in the Cluster .
    After identifies VMs and Hyper-v cluster  host on SCVMM , so that we  can  proceed
    to do migrate the Highest Utilized VM to Lowest Utilized Hyper-v cluster host. 
    To identified and implement above ,what are MPs i need to installed on SCOM for implementing
    this.
    Thanks
    RICHA KM

  • How to specify only possible owner of the VM in Hyper-v cluster (Windows 2012R2)

    Good day,
    We want to prevent the migration of
    virtual machines between the cluster nodes in indows 2012R2 Hyper-V cluster.
    How to specify only possible owner of the VM in Hyper-v cluster (Windows 2012R2) ?
    SQL clustering

    Hi Al_leont,
    I ask if your using FOCM or SCVMM as you configure possible owners in different places. As well as possible owners you can also configure preferred owners, affinity and anti affinity groups and placement rules.
    To configure possible owner in FOCM you select the VM you want to configure, then in the bottom window select the resources tab (change from summary tab). Right click the Virtual Machine Resource, then select the Advance Polices tab of
    the popup window. You should then see the hyper-V nodes as Possible owners.
    In SCVMM you just right click on the VM and select properties, then settings form the popup window.
    Preferred owners, affinity and anti affinity groups, placement rules are configured in other locations or by PowerShell.
    Kind Regards
    Michael Coutanche
    Blog:   
    Twitter:   LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Cluster VMs not accessible from other node hyper-v 2012 r2

    I have implementing 3 node cluster using Windows server 2012 r2 hyper-v environment, Scenario as below....
    3 HP server, every server 4 NIC`s, i made team using 4 NIC`s, and Cisco switch port configured as ether-channel and trunk port.
     cluster up and running across all node, suddenly i have faced that i can`t access VM when its not on the same node from where i am accessing Cluster manager. but i can access that VM only if i log on that owned node via cluster manager.\
    Please help.
    Thanks
    Shipon 
     

    Hi Shipon,
    Your network configuration not meet the cluster network requirement,
    Network adapters and cable (for network communication): The network hardware, like other components in the failover cluster solution, must be marked as "Certified for Windows
    Server 2008 R2." If you use iSCSI, your network adapters should be dedicated to either network communication or iSCSI, not both.
     In the network infrastructure that connects your cluster nodes, avoid having single points of failure. There are multiple ways of accomplishing this. You
    can connect your cluster nodes by multiple, distinct networks. Alternatively, you can connect your cluster nodes with one network that is constructed with teamed network adapters, redundant switches, redundant routers, or similar hardware that removes single
    points of failure.
    The related KB:
    Network Recommendations for a Hyper-V Cluster in Windows Server 2012
    http://technet.microsoft.com/en-us/library/dn550728.aspx
    Understanding Requirements for Failover Clusters
    http://technet.microsoft.com/en-us/library/cc771404.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Azure VMs - WSUS / Windows Updates / Patching

    Hey all
    I am planning to deploy some Azure VMs. Can anyone point me in the right direction around patching Azure VMs.
    Do I just rely on the Windows Update in control panel for updates or would I install a WSUS server just like I would in my on-premise world? ... or would my on-premise WSUS server be capable of patching Azure VMs?
    I read somewhere that MS can sometimes just apply patches that can reboot VMs without any notice - is this correct?
    Thanks
    Karen

    Hi Karen;
    Thank you for your post.
    Azure provides patching either via Window Updates via Control Panel, or one can also use a WSUS server for patching. Yes you could either have your on-prem WSUS server for updates (you would need to Create a a Site to Site VPN).
    Regarding VM reboots there are two types of maintenance planned and unplanned.
    To ensure high availability of your applications/services hosted in Windows Azure Virtual Machines,  we recommend using multiple VMs with availability sets. VMs in the same availability set are placed in different fault
    domains and update domains so that planned updates, or unexpected failures, will not impact all the VMs in that availability set. For example, if you have two VMs and configure them to be part of an availability set, when a host is being updated, only
    one VM is brought down at a time. This will provide high availability since you have one VM available to serve the user requests during the host update process. Mark Russinovich has posted a great
    blog post which explains Windows Azure Host updates in detail. Managing the high availability
    is detailed here.
    For more info you could refer to this posts.
    http://blogs.msdn.com/b/mast/archive/2014/06/14/taking-a-closer-look-at-microsoft-azure-maintenance-to-avoid-downtime.aspx
    http://support.microsoft.com/kb/2721672
    Warm Regards;
    Prasant

  • High Network Utilization on HeartBeat and LiveMigration networks - Windows 2012 R2 Hyper-V cluster

    Hi all,
    I have just setup a fresh Windows 2012 R2 Hyper-V cluster with 4 nodes.
    Config:
    Network:
    2 x Networks for iSCSI
    1 x VM network 1
    1 x VM network 2
    1 x Heartbeat
    1 x LiveMigration
    Disks:
    5 GB = Quorum
    2 x 2.99 TB (Deduplication enabled)
    The problem I am getting is that HeartBeat and LiveMigration (both configured with Cluster Only traffic) have alot of traffic on them even though no LiveMigration (the only card configured for LiveMigration) is going on.
    All network configuration is the same as it was in Windows 2008 R2 SP1 cluster which these machines where running before (not upgrade, fresh install and migration) and did not have this "problem".
    Has anyone experienced this or have a solution to this?
    Regards,
    Thorir
    thorir

    Hi Thorir,
    According to your discription , you can try to monitor and analyse the traffic of LM via network monitor for troubleshooting .
    Here is the links for downloading and using network monitor  :
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    http://technet.microsoft.com/en-us/library/cc723623.aspx
     Any further information please feel free to let us know.
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to create Windows 8.1 templates to deploy VMs on Windows Server Hyper-v Host.

    hello expert,
    please guild me steps for creating specially only for creating VM templates of Windows 8.1 so that this template can be used to deploy VMs on Windows Server platforms (2012,2012 R2).
    Thanks
    RICHA KM

    Since this is the SCVMM forum:
    http://technet.microsoft.com/en-us/library/hh427282.aspx
    "How to Create a Virtual Machine Template"
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • Hyper-V cluster: Unable to fail VM over to secondary host

    I am working on a Server 2012 Hyper-V Cluster. I am unable to fail my VMs from one node to the other using either LIVE or Quick migration.
    A force shutdown of VMHost01 will force a migration to VMHost02. And once we are on VMHost02 we can migrate back to VMHost01, but once that is done we can't move the VMs back to VMHost02 without a force shutdown.
    The following error pops up:
    Event ID: 21502 The Virtual Machine Management Service failed to establish a connection for a Virtual machine migration with host.... The connection attempt failed because the connected party did not properly respond after a period of time, or the established
    connection failed because connected host has failed to respond (0X8007274C)
    Here's what I noticed:
    VMMS.exe is running on VMHost02 however it is not listening on Port 6600. Confirmed this after a reboot by running netstat -a. We have tried setting this service to a delayed start.
    I have checked Firewall rules and Anti-Virus exclusions, and they are correct. I have not run the cluster validation test yet, because I'll need to schedule a period of downtime to do so.
    We can start/stop the VMMS.exe service just fine and without errors, but I am puzzled as to why it will not listen on Port 6600 anywhere. Anyone have any suggestions on how to troubleshoot this particular issue? 
    Thanks,
    Tho H. Le

    Just ran into the same issue in a 16-node cluster being managed by VMM. When trying to live migrate VMs using the VMM console the migration would fail with the following: Error 10698. Failover Cluster manager would report the following error code: Error
    (0x8007274C).
    + Validated Live Migration and Cluster networks. Everything checked out.
    + Looking in Hyper-V manager and migrations are enabled and correct networks displayed.
    + Found this particular Blog that mentions that the Virtual Machine Management service is not listening to port 6600
    http://blogs.technet.com/b/roplatforms/archive/2012/10/16/shared-nothing-migration-fails-0x8007274c.aspx
    Ran the following from an elivated command line:
    Netstat -ano | findstr 6600
    Node 2 did not return anything
    Node 1 returned correct output:
    TCP
    10.xxx.251.xxx:6600
    0.0.0.0:0
    LISTENING
    4540
    TCP
    10.xxx.252.xxx:6600
    0.0.0.0:0
    LISTENING
    4560
    Set Hyper-V Virtual Machine Service to delayed start.
    Restarted the service; no change.
    Checked the Event Logs for Hyper-V VMMS and noted the following events - VMMS Listener started
    for Live Migration networks, and then shortly after listener stopped.
    Removed the system from the cluster and restarted - No change
    Checked this host by running gpedit.msc - could not open console: Permission Error
    Tried to run a GPO refresh (gpupdate /force), but error returned that LocalGPO could not apply registry settings. Group Policy
    processing would not continue until this was resolved.
    Checked the local group policy folder on node 2 and it was corrupt:
    C:\Windows\System32\GroupPolicy\Machine\reg.pol showed 0K for the size.
    Copied local policy folders from Node 1 to 2, and then was able to refresh the GPOs.
    Restarting the VMMS service did not change the status of the ports.
    Restarted Server, added Live Migration networks back into Hyper-V manager and now netstat output reports that VMMS service
    is listening on 6600.

Maybe you are looking for

  • Keeping itunes library after hard drive has been wiped

    Help! We had a problem with our computer in that the whole hard drive was wiped so it's gone back to factory settings. Does this now mean that we'll have to start again and put the whole library of songs back on? I've got over 2,000 songs on my ipod

  • Changing the Z-Order of objects

    Is it possible to change the z-ordering of items, either as they are being drawn or at a later time?  I have an extension that calculates and draws overlapping objects, and in order to get the sizes and positions correct, I need to occasionally move

  • How to remove/change printer in Important Modified Prefs; stays as default

    Old printer (Samsung, listed in my Important Modified Preferences in Troubleshooting) will not allow new printer to be Default printer. No matter what I do. I've followed the instructions here in FF Help re about:config & reset and others too. Is thi

  • XL REPORTER: Balance sheet by project code

    Dear all, I am trying to use XL report to create BS report by project code (in columns).  I could get it to work 90%.  I am now stuck at the point where i need to separately show the amount when there's no project code assigned.  When i use column ex

  • Why won't iTunes 11 open?

    I had to upgrade to iTunes 11 today (yuck!) cause My phones iOS 7 and iTunes 10.7 didn't work with it :(. I've had iTunes 11 before and downgraded cause I hated it. Like I said I downloaded it and when it finished installing I could use it. I closed