使用vsphere底层搭建xendesktop时需要对vcenter server配置文件进行修改,具体修改内容如下:

配置XenDesktop 5通过HTTP方式连接Center方法:

1、使用管理员登录到Center服务器;

2、修改vCenter的proxy.xml文件;

  1. Server 2003:C:/Documents and Settings/All Users/Application Data/VMware/VMware VirtualCenter/proxy.xml
  2. Server 2008:C:/Users/All Users/VMware/VMware VirtualCenter/proxy.xml
  3. Server 2008 R2:C:/ProgramData/VMware/VMware VirtualCenter/proxy.xml

3、修改proxy.xml文件中的"/"和"/sdk"两节的内容

  1. 注意:这里就是注意的内容,XenDesktop 5相对于XenDesktop 4会需要多修改“/”节点的内容

4、修改accessMode的内容为httpAndHttps(默认值为httpsWithRedirect)


5、修改完成后保存,并重启VMware VirtualCenter Server服务即可