unable to add host to SCVMM 2008R2
I added a new host to SCVMM 2008R2 has following error:
VMHOST.domain.name Cannot resolve with DNS.
Ensure there is network communications with the DNS Server . if the problems persists , contact your network administrator.
ID:404
Deatils:the requested name is valid,but no data of the requested type was found.
Error (2927)
A Hardware Management error has occurred trying to contact
server XXXXX
(Unknown error (0x803380e4)
This error is common but the specific error 0x803380e4 is
not and I couldn’t find anything related.
WinRM is correctly installed and the same server can
integrate another VMM Platform without any problem.
solutions:
Run this command as administrator, to see if there is an existing winrm listener running on the VMHOST.domain.name which you are trying to manage through VMM.
Winrm e winrm/config/listener
If the above command returns an existing winrm listener, delete them using the following commands.
winrm delete winrm/config/listener?address=*+transport=http
winrm delete winrm/config/listener?address=*+transport=https
Re-add the host in VMM.
Hope this helps.