Recently I’ve stumbled on the following error when trying to update VMM agent on hosts:
Error (2912) An internal error has occurred trying to contact the hv01.contoso.com server: NO_PARAM: NO_PARAM.
WinRM: URL: [http://hv01.contoso.com:5985], Verb: [INVOKE], Method: [GetError], Resource: http://schemas.microsoft.com/wbem/wsman/1/wmi/root/microsoft/bits/BitsClientJob?JobId={9D5C4B47-E79E-4090-BC3B-552578D0EC8C}] Unknown error (0x80072f0d) Recommended Action Check that WS-Management service is installed and running on server hv01.contoso.com. For more information use the command "winrm helpmsg hresult". If hv01.contoso.com is a host/library/update server or a PXE server role then ensure that VMM agent is installed and running. Refer to <a href="http://support.microsoft.com/kb/2742275">http://support.microsoft.com/kb/2742275</a> for more details.
At some point I’ve found workaround for this issue. Here it is:
- Install DHCP extension manually on every host. Usually the location is located in C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\SwExtn on the VMM server. Depends on where your VMM is installed.
-
Initiate Update Agent task from VMM console on every host. This time the task should finish successful.
I was too lazy to find proper resolution but the workaround should be sufficient enough if you occur this issue. Hope this was helpful.
Thanks, I’ve spent some time lately banging my head against this issue without getting it resolved. I’ll give this a shot!
The error is too general but in my case this workaround helped. Hope it helps you as well.
Still helpful in 2022, thank you!