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 服务器和 Desktop Delivery Controller (DDC) 服务器之间分配负载。
通常,如果应用程序与在终端服务器或 Citrix Virtual Apps 上运行不兼容,或者每个虚拟桌面都有独特的要求,则使用 XenDesktop。在这种情况下,每个连接的用户都需要一台桌面主机。但是,可以共用主机,这样每个当前连接的用户只需要一台主机。
为 XenDesktop 部署的核心应用程序服务是 Desktop Delivery Controller (DDC)。DDC 安装在服务器上,其主要功能是注册桌面主机并代理与它们的客户端连接。
DDC 还通过控制桌面状态以及启动和停止桌面来对用户进行身份验证并管理用户虚拟桌面环境的组装。
通常,安装多个 DDC 是为了增强可用性。
Web Interface 服务器提供对虚拟桌面的安全访问。Web Interface 是 Desktop 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 地址、端口和协议类型来创建虚拟服务器,然后单击“确定”。
- 将服务绑定到负载平衡虚拟服务器。
- 导航到 配置 > 流量管理 > 负载平衡 > 虚拟服务器 ,然后选择服务器。
- 单击编辑。
- 在“服务和服务组”中,单击 ** ,然后单击“添加绑定**”。
- 选择要绑定的服务并输入权重值。
- 单击绑定。
使用命令行界面为 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 Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group 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 Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.