VM created on one node does not start on another
hello,
i have windows 2008 r2 - hyperv enabled on 2 nodes , 1 clustered storage(node3) mounted on both these nodes(node1, node2)
now problem when create new vm using hyper-v manager from/on node1, vm not start using command on node2
========================
start-vm vm_name -server node2
========================
this command neither gives error nor starts vm.
but when run command
========================
start-vm vm_name
========================
the vm starts , shows running on node1.
as per requirement vm should start on of nodes having shared volume.
what missing here ? should replicate vm's config file on nodes if ?
please help.
hey,
you need add failover cluster feature both nodes, open failover cluster manager , create new hyper-v cluster. add disk cluster , convert cluster shared volume. move vm volume , able start vm on both nodes without need replicate (hyper-v replica, not possible between cluster nodes) or live migrate (shared nothing live migration) vm.
regards,
benedict
Windows Server > Hyper-V
Comments
Post a Comment