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.
本文解决在SCVMM2008R2中添加新主机时遇到的DNS解析错误及WinRM配置问题。具体错误为无法通过DNS解析主机名且WinRM监听器存在问题。文中提供了检查WinRM监听器状态的方法及如何正确配置以解决问题。

389

被折叠的 条评论
为什么被折叠?



