3

I have 2 machines with Hyper-V 2012 (free, console version) that I manage from Windows 8. Whenever I want to move any machines from there's always this error. I have enabled Kerberos, I setup delegation on both hosts (all delegations, not just the necessary ones), I have disabled firewall's and I am even logged in as Domain Admin to both machines. I have re logged multiple times but it still fails. I've read that it's best to move machines from the HOST that is the source but since it's Hyper-V 2012 free version (core) there's no GUI there so I can't do it directly. So I'm using Windows 8 Pro.

enter image description here

As additional information using powershell command (on the SOURCE host) works just fine (had to adjust some settings in the VM as the other host has less RAM but using following command makes the move:

PS C:\> move-vm -Name WEB -DestinationHost HOSTHV4 -DestinationStoragePath 'C:\VM-4\WEB'
MadBoy
  • 3,725
  • 15
  • 63
  • 94
  • don't they have to be in a failover cluster together for livemigration? – SpacemanSpiff Feb 09 '13 at 14:49
  • No, I have other client and installed Windows 2012 STD there with Hyper-V role and there's no problem. Just that I am doing move's, replication setup from the source servers as there is GUI. Here I don't have GUI. – MadBoy Feb 10 '13 at 09:19

2 Answers2

2

I have encountered this myself and it ended up being a small omission on my part in the confirugation. Did you remember to change the Authentication protocol for Live Migrations from the default of Credential Security Support Provider (CredSSP) to Kerberos? This needs to be done on both servers. I am including a screenshot of the setting I'm referring to.

Hyper-V Settings Page

Harold Wong
  • 771
  • 4
  • 8
  • Yes I have everything configured just like on your screen. It just doesn't work if i am not doing move from the command line on the machine that has source. – MadBoy Feb 14 '13 at 10:28
0

This has to do with delegation. You need to go into active directory and give the machines delegation to each other. You'll want to for both the cifs service and the Microsoft Virtual System Migration Service.

Should look similar to this

example configuration