I am searching for a method to avoid having multiple virtual machines part of a cluster running on the same Windows Server 2012 Hyper-V server managed by SCVMM 2012.
What is the way to do this? The feature is named anti-affinity. I did not find much info on this. In Hyper-V this was done by the cluster using cluster.exe
In Hyper-V Windows Server 2012 cluster.exe is not available anymore and replaced by PowerShell.
I also read something about using custom properties in SCVMM2012 and using Placement Rules.This does not work for me in SCVMM 2012 CTP2.
I also like to know if it is possible to keep two VM's together on the same Hyper-V host (affinity). And also if there is a way to keep virtual machines running on a subset of cluster nodes. So if the cluster has 10 servers, the VM should only run in node 1 and 2 (for Oracle licensing purposes for example)
Thanks!