在XenDesktop5.0发布ESXI5.1U1客户端时,使用http或https连接时会报:The hypervisor was not contactable at the supplied address. 的错误。
(xendesktop5.0连接ESXI5.0<vcenter5.0>修改相同的配置)
如果使用http连接,需要修改vcenter server的proxy.xml文件,具体修改内容如下:
配置XenDesktop5通过HTTP方式连接vCenter方法:
1、使用管理员登录到Center服务器;
2、修改vCenter的proxy.xml文件,文件路径如下:
Server 2003:
C:/Documents and Settings/All Users/Application Data/VMware/VMwareVirtualCenter/proxy.xml
Server 2008:
C:/Users/All Users/VMware/VMware VirtualCenter/proxy.xml
Server 2008 R2:
C:/ProgramData/VMware/VMware VirtualCenter/proxy.xml
3、修改proxy.xml文件中的"/"和"/sdk"两节的内容
注意:这里就是注意的内容,XenDesktop 5相对于XenDesktop 4会需要多修改“/”节点的内容
修改accessMode的内容为httpAndHttps(默认值为httpsWithRedirect):
1)、修改"/":
查找
在上方会有accessMode字段,修改内容为:
2)、修改"/sdk":
查找
在上方会有accessMode字段,修改内容为:
修改后如下图:
4、修改完成后保存,并重启VMware VirtualCenter Server服务即可。
如果使用https连接,请参考http://vtech.blog.51cto.com/238654/676431
本文转自 lorysun 51CTO博客,原文链接:http://blog.51cto.com/lorysun/1282641