Microsoft Virtual System Migration – Service is missing
When you using Live Migration on your Hyper-V nodes and for authentication protocol Kerberos, you need set up kerberos delegation in ADUC. I had one customer, where service Microsoft Virtual System Migration is missing.
To solve this problem please register Service Principal Name for this service, open CMD and run following commands:
- setspn -S „Microsoft Virtual System Migration ServicesServername“ Servername
- setspn -S „Microsoft Virtual System Migration ServicesServername.fqdn“ Servername
After running those commands you will see „MVSMS“ in the list of the services and now you can add for delegation using Kerberos.
(Visited 1 474 times, 1 visits today)
Great Article, thanks!
The command is missing a dash:
setspn -S „Microsoft Virtual System Migration Services/Servername“ Servername