Howdy,
I don't know the term for this so had trouble searching... We have multiple hyper-V host machines and most of our guest machines are created in pairs (e.g. web01, web02). What is the easiest, best, whatever way to set Hyper-V to never put the guests that are in the same grouping on the same host at the same time?
We generally have 3 Hyper-V hosts in each environment and we don't have more than 2 of one type of server so we have the N+1 setup to allow for patching and such but I don't know how to configure it so that it web01 is on host 01 and web02 is on host02 that when host01 goes into maintenance mode, that it doesn't put web01 on host02 where web02 is since then if host02 died we lost both web boxes.
Not sure if there's a fancy way that it can just look at the name of the box and if it seems another box with the same name (except the last digit) we can tell it to not use that host or if we have to hard code these two certain boxes should never be together and these other 2 boxes should never be together and do it that way...
Thanks.