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!
自定义服务器 ID 持久性
在自定义服务器 ID 持久化方法中,客户端请求中指定的服务器 ID 用于维护持久性。要使这种类型的持久性发挥作用,必须先在服务上设置服务器 ID。NetScaler 设备检查客户端请求的 URL 并连接到与指定服务器 ID 关联的服务器。服务提供商必须确保用户知道在其对特定服务的请求中要提供的服务器 ID。
例如,如果站点提供来自不同服务器的不同类型的数据(如图像、文本和多媒体),则可以为每个服务器分配一个服务器 ID。在 NetScaler 设备上,为相应的服务指定这些服务器 ID,并在相应的负载平衡虚拟服务器上配置自定义服务器 ID 持久性。发送请求时,客户端将服务器 ID 插入到指明所需数据类型的 URL 中。
要配置自定义服务器 ID 持久性,请执行以下操作:
- 在负载平衡设置中,为要使用用户定义的服务器 ID 来保持持久性的每项服务分配一个服务器 ID。允许使用字母数字服务器 ID。
- 使用默认语法表达式语言指定规则,检查服务器 ID 的 URL 查询并将流量转发到相应的服务器。
- 配置自定义服务器 ID 持久性。
注意:持久性超时值不影响自定义服务器 ID 持久性类型。对永久客户机的最大数量没有限制,因为这种持久性类型不存储任何客户端信息。
示例:
在包含两个服务的负载平衡设置中,将服务器 ID 2345-photo-56789 分配给 Service-1,将服务器 ID 2345-drawing-abb123 分配给 Service-2。将这些服务绑定到名为 Web11 的虚拟服务器。
set service Service-1 10.102.29.5 -CustomServerID 2345-photo-56789
set service Service-2 10.102.29.6 -CustomServerID 2345-drawing-abb123
<!--NeedCopy-->
在虚拟服务器 Web11 上,启用自定义服务器 ID 持久化。
创建以下表达式,以便检查所有包含字符串“sid=”的 URL 查询。
HTTP.REQ.URL.AFTER_STR(“sid=”)
示例:
set lb vserver Web11 -persistenceType customserverID -rule "HTTP.REQ.URL.AFTER_STR("sid=")"
bind lb vserver Web11 Service-[1-2]
<!--NeedCopy-->
当客户端向 Web11 的 IP 地址发送带有以下 URL 的请求时,设备会将请求定向到 Service-2 并遵循持久性。
示例:
http://www.example.com/index.asp?&sid=2345-drawing-abb123
有关默认语法策略表达式的更多信息,请参阅 策略配置和参考。
使用配置实用程序配置自定义服务器 ID 持久性
- 导航到流量管理 > 负载平衡 > 服务。
- 打开服务并设置服务器 ID。
- 导航到“流量管理”>“负载平衡”>“虚拟服务器”,然后打开虚拟服务器。
- 在“高级设置”中,选择“持久性”。
- 选择客户名称,然后指定一个表达式。
共享
共享
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.