Most likely the result of this issue.
https://learn.microsoft.com/en-us/answers/questions/634019/win-2012r2-hyper-v-host-ad-clean-up-host-is-no-lon.html?childToView=634099#answer-634099
Event 14050 after restoring VM Domain controller
Since restoring the VM, Event log on the Hyper-V host has Event 14050 Failed to register the service principal name 'Hyper-V Replica Service', Failed to register the service principal name 'Microsoft Virtual System Migration Service'. Failed to register the service principal name 'Hyper-V Replica Service' and similar messages – all Event ID 14050.
I checked the VM, AD Users and Computers, Advanced features, Selected the Hyper-V host, Attribute Editor tab, and checked servicePrincipalName had the value idap /<Host_Server_Name>.idap/#<numbers & text>.
On the Hyper-V host, I ran
setspn -S "Hyper-V Replica Service/HyperV" <VM_Server_Name>
setspn -S "Microsoft Virtual System Migration Service/HyperV" <VM_Server_Name>
setspn -S "Microsoft Virtual Console Service/HyperV" <VM_Server_Name>
setspn -S "Microsoft Virtual System Migration Service/HyperV.<FQDN>" <VM_Server_Name>
After running these I received the message Updated Object., but the host server is still generating the 14050 errors
I checked the AD ports and I believe they are the defaults:
netsh int ipv4 show dynamicportrange tcp
Start Port : 49152
Number of Ports : 16384
C:\Windows\system32>
Protocol udp Dynamic Port Range
Start Port : 49152
Number of Ports : 16384
As I believe the server is running on the default ports, I don’t think I need to run scripts for non default ports to overcome the 14050 errors. But the 14050 errors are still generating.
All suggestions welcome as I'm not sure what else I need to try. The objective is to eliminate the repetitive 14050 errors on the hyper-v host.
Thanks,
2 answers
Sort by: Most helpful
-
Anonymous
2021-11-19T16:04:34.283+00:00 -
JeffR 21 Reputation points
2021-11-21T14:23:20.453+00:00 Hi @Anonymous ,
Removing and rejoining the domain didnt overcome this problem.