Odeslat dotazOdeslat dotaz
 

OdpovědětMaking VM Highly Available

  • 23. listopadu 2009 15:58Roman_Romano Uživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     
    (Using Microsoft Hyper-V 2008 R2)

    I have a VM created locally on one of my nodes. This was done before i created a cluster hosting this and another node.
    I would now like to move this VM to the cluster to benefit from HA.
    How do i go about moving the VM form its default locally installed location to the a CSV location on my cluster?

    kind regards

    Roman

Odpovědi

  • 23. listopadu 2009 18:03Nathan Lasnoski Uživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     Odpovědět
    Hello,

    To build on what Brian mentioned, you'll be essentially making a non-highly available VM by importing it, then making it highly available through Failover Cluster Manager.  You're essentially "promoting" it to highly available.  To do this:

    *  Open Failover Cluster Manager
    *  Right click on "Services and Applications"
    *  Select "Configure service or application"
    *  Select "Virtual Machine" => Next
    *  Select the VM you'd like to make highly available.

    Some side notes:

    *  Make sure it doesn't have snapshots
    *  Make sure it doesn't use non-highly available storage, like an ISO you happened to mount.

    Have a good day!

    Nathan Lasnoski

Všechny reakce

  • 23. listopadu 2009 16:36BrianEhMVP, ModerátorUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     
    The easiest and fool-proof way is to power off the VM - export it to the CSV volume and then Import it.

    All through the Hyper-V management console.

    Then to the Failover Cluster Management console and add this VM as a new Highly Available VM workload.



    Brian Ehlert (hopefully you have found this useful)
  • 23. listopadu 2009 18:03Nathan Lasnoski Uživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     Odpovědět
    Hello,

    To build on what Brian mentioned, you'll be essentially making a non-highly available VM by importing it, then making it highly available through Failover Cluster Manager.  You're essentially "promoting" it to highly available.  To do this:

    *  Open Failover Cluster Manager
    *  Right click on "Services and Applications"
    *  Select "Configure service or application"
    *  Select "Virtual Machine" => Next
    *  Select the VM you'd like to make highly available.

    Some side notes:

    *  Make sure it doesn't have snapshots
    *  Make sure it doesn't use non-highly available storage, like an ISO you happened to mount.

    Have a good day!

    Nathan Lasnoski
  • 24. listopadu 2009 11:52Roman_Romano Uživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     

    Both,

    Thanks for your replies.
    I'd got as far as exporting the VM to the CSV location but the folder/file structure was different to that of a VM created natively through the cluster.
    I'll continue to have a play about with it.

    once again, many thanks both

    Roman

  • 24. listopadu 2009 15:55BrianEhMVP, ModerátorUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     
    Yes, It will be different - and it should fail-over without a single problem.

    Exported VMs that are added to clusters tend to fail over without a single hitch as the entire VM is neatly placed in a single folder structure.
    Brian Ehlert (hopefully you have found this useful)