This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
用例 12:配置 XenDesktop 以进行负载平衡
为了提高虚拟桌面应用程序的交付性能,您可以将 Citrix ADC 设备与 Citrix XenDesktop 集成,并使用 Citrix ADC 负载平衡功能在 Web Interface 服务器和桌面 Delivery Controller (DDC) 服务器之间分配负载。
通常,如果应用程序与在端点服务器或 XenApp 上运行不兼容,或者每个虚拟桌面都有唯一要求,则可以使用 XenDesktop。在这种情况下,每个连接的用户都需要一个桌面主机。但是,可以共用主机,以便每个当前连接的用户只需要一个主机。
为 XenDesktop 部署的核心应用程序服务是桌面 Delivery Controller (DDC)。DDC 安装在服务器上,其主要功能是注册桌面主机并代理与它们的客户端连接。
DDC 还通过控制桌面的状态以及启动和停止桌面,对用户虚拟桌面环境进行身份验证,并管理用户虚拟桌面环境的程序集。
一般来说,安装多个 DDC 以提高可用性。
Web Interface 服务器提供对虚拟桌面的安全访问。Web Interface 是与桌面 Delivery Controller (DDC) 的初始连接门户。用户设备上的 Web 浏览器将信息发送到 Web 服务器,Web 服务器与服务器场进行通信,为用户提供对虚拟桌面的访问权限。
下图显示了使用 XenDesktop 的 Citrix ADC 设备的拓扑。
图 1. XenDesktop 的负载平衡
注意
虽然您可以使用 HTTP 协议,但 Citrix 建议您使用 SSL 进行客户端与 Citrix ADC 设备之间的通信。即使使用 SSL 协议与客户端进行通信,也可以使用 HTTP 协议进行 Citrix ADC 和 DDC 服务器之间的通信。
使用 GUI 配置 XenDesktop 的负载平衡
- 创建服务。
- 导航到“配置”>“流量管理”>“负载平衡”>“服务”,然后单击“添加”。
- 通过指定名称、IP 地址、端口和协议类型来创建服务,然后单 击“确定”。
- 创建负载平衡虚拟服务器。
- 导航到“配置”>“流量管理”>“负载平衡”>“虚拟服务器”,然后单击“添加”。
- 通过指定名称、IP 地址、端口和协议类型来创建虚拟服务器,然后单 击“确定”。
- 将服务绑定到负载平衡虚拟服务器。
- 导航到“配置”>“流量管理”>“负载平衡”>“虚拟服务器”,然后选择一个服务器。
- 单击编辑。
- 在 服务和服务组中,单击 >并单击 添加绑定。
- 选择要绑定的服务并输入权重值。
- 单击 Bind(绑定)。
使用命令行界面配置 XenDesktop 的负载平衡
- 要创建服务,请在命令提示符下键入:
add service <name> <serverName> <serviceType> <port>
<!--NeedCopy-->
示例:
add service Service-HTTP-1 192.0.2.5 HTTP 80
<!--NeedCopy-->
- 要创建虚拟服务器,请在命令提示符下键入:
add lb vserver <name> <serviceType> <ip> <port>
<!--NeedCopy-->
示例:
add lb vserver Vserver-LB-1 HTTP 10.102.29.60 80
- 要将服务绑定到负载平衡虚拟服务器,请在命令提示符下键入:
bind lb vserver <name> <serviceName>
<!--NeedCopy-->
示例:
bind lb vserver Vserver-LB-1 Service-HTTP-1
<!--NeedCopy-->
共享
共享
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select Do Not Agree to exit.