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!
平衡 SYSLOG 服务器的负载
NetScaler 设备将其 SYSLOG 事件和消息发送到所有已配置的外部日志服务器。这会导致存储冗余消息,并使系统管理员难以进行监视。为了解决此问题,NetScaler 设备提供了负载平衡算法,该算法可以在外部日志服务器之间对 SYSLOG 消息进行负载平衡,从而实现更好的维护和性能。支持的负载平衡算法包括 RoundRobin、LeastBandwidth、CustomLoad、LeastConnection、LeastPackets 和 AuditlogHash。
使用命令行界面对 SYSLOG 服务器进行负载平衡
在命令提示符下,键入:
-
添加服务并将服务类型指定为 SYSLOGTCP 或 SYSLOGUDP。
add service <name>(<IP> | <serverName>) <serviceType (SYSLOGTCP | SYSLOGUDP)> <port>
-
添加负载平衡虚拟服务器,将服务类型指定为 SYSLOGTCP 或 SYSLOGUDP,将负载平衡方法指定为 AUDITLOGHASH。
add lb vserver <name> <serviceType (SYSLOGTCP | SYSLOGUDP)> [-lbMethod <AUDITLOGHASH>]
-
将服务绑定到负载平衡虚拟服务器。
Bind lb vserver <name> <serviceName>
-
添加 SYSLOG 操作并指定以 SYSLOGTCP 或 SYSLOGUDP 作为服务类型的负载平衡服务器名称。
add syslogaction <name> <serverIP> [-lbVserverName <string>] [-logLevel <logLevel>]
-
通过指定规则和操作来添加 SYSLOG 策略。
add syslogpolicy <name> <rule> <action>
-
将 SYSLOG 策略绑定到系统全局以使策略生效。
bind system global <policyName>
使用 GUI 对 SYSLOG 服务器进行负载平衡
-
添加服务并将服务类型指定为 SYSLOGTCP 或 SYSLOGUDP。
导航到“流量管理”>“服务”,单击“添加”,然后选择 SYLOGTCP 或 SYSLOGUDP 作为协议。
-
添加负载平衡虚拟服务器,将服务类型指定为 SYSLOGTCP 或 SYSLOGTCP,将负载平衡方法指定为 AUDITLOGHASH。
导航到“流量管理”>“虚拟服务器”,单击“添加”,然后选择 SYLOGTCP 或 SYSLOGUDP 作为协议。
-
将服务绑定到负载平衡虚拟服务器。
- 导航到流量管理 > 负载平衡 > 虚拟服务器,选择负载平衡虚拟服务器,然后单击编辑。
- 在“服务和服务组”部分,单击“负载平衡虚拟服务器服务绑定”,然后单击“添加绑定”。
- 在“服务绑定”页上,单击“选择服务”,选择服务类型为 SYSLOGTCP 或 SYSLOGUDP 的服务,然后单击“选择”。
- 在“服务绑定”页面上,单击“绑定”。
- 单击“关闭”,然后单击“完成”,返回虚拟服务器页面。
-
添加 SYSLOG 操作并指定以 SYSLOGTCP 或 SYSLOGUDP 作为服务类型的负载平衡服务器名称。
导航到“系统”>“审核”,单击“服务器”,然后通过选择“服务器”中的“负载虚拟服务器”选项来添加 服务器。
-
通过指定规则和操作来添加 SYSLOG 策略。
导航到“系统”>“Syslog”,单击“策略”,然后添加 SYSLOG 策略。
-
将 SYSLOG 策略绑定到系统全局以使策略生效。
导航到“系统”>“Syslog”,选择一个 SYSLOG 策略并单击“操作”,然后单击“全局绑定”并将策略绑定到系统全局。
示例:
以下配置使用 AUDITLOGHASH 作为负载平衡方法指定外部日志服务器之间的 SYSLOG 消息的负载平衡。AUDITLOGHASH 方法根据来自审核代理的输入哈希值对流量进行负载平衡。代理是在 NetScaler 设备中生成审核日志的模块。例如,如果代理 LSN 想要根据客户端 IP 地址对审核日志进行负载平衡,则 LSN 模块会根据 clientIP 生成哈希值,并将哈希值传递给审核日志模块。审核日志模块将具有相同哈希值的审核日志消息发送到外部 syslog 服务器。
NetScaler 设备生成 SYSLOG 事件和消息,这些事件和消息在服务、服务 1、服务 2 和服务 3 之间进行负载平衡。
add service service1 192.0.2.10 SYSLOGUDP 514
add service service2 192.0.2.11 SYSLOGUDP 514
add service service3 192.0.2.11 SYSLOGUDP 514
add lb vserver lbvserver1 SYSLOGUDP -lbMethod AUDITLOGHASH
bind lb vserver lbvserver1 service1
bind lb vserver lbvserver1 service2
bind lb vserver lbvserver1 service3
add syslogaction sysaction1 -lbVserverName lbvserver1 -logLevel All
add syslogpolicy syspol1 ns_true sysaction1
bind system global syspol1
<!--NeedCopy-->
在 ICMP 数据包被阻塞时,使用以下命令使用带有 FQDN 的 LB 服务器配置 SYSLOG:
set service service1 -healthMonitor NO
限制:
- NetScaler 设备不支持外部负载平衡虚拟服务器负载平衡日志服务器之间的 SYSLOG 消息。
共享
共享
在本文中
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.