使用vsphere平台部署xendesktop时注意事项。
使用vsphere底层搭建xendesktop时需要对vcenter server配置文件进行修改,具体修改内容如下:
配置XenDesktop 5通过HTTP方式连接Center方法:
1、使用管理员登录到Center服务器;
2、修改vCenter的proxy.xml文件;
- Server 2003:C:/Documents and Settings/All Users/Application Data/VMware/VMware VirtualCenter/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会需要多修改“/”节点的内容
4、修改accessMode的内容为httpAndHttps(默认值为httpsWithRedirect)
转载于:https://blog.51cto.com/hujizhou/1040014