-
-
-
与 Citrix Telemetry Service 集成
-
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!
与 Citrix Telemetry Service 集成
通过与 Linux VDA 软件集成的 Citrix Telemetry Service (ctxtelemetry
),您可以运行 Citrix Scout,然后使用 /opt/Citrix/VDA/bin/xdlcollect.sh 脚本来收集有关 Linux VDA 的日志。
注意:
从 Linux VDA 1912 及更早版本升级后,必须重新运行 /opt/Citrix/VDA/sbin/ctxsetup.sh 以配置 Citrix Telemetry Service (
ctxtelemetry
) 的变量。有关这些变量的详细信息,请参阅轻松安装。
启用和禁用 Citrix Telemetry Service
- 要启用该服务,请运行 sudo systemctl enable ctxtelemetry.socket 命令。
- 要禁用该服务,请运行 sudo systemctl disable ctxtelemetry.socket。
端口
默认情况下,Citrix Telemetry Service (ctxtelemetry
) 使用 TCP/IP 端口 7503 侦听 Citrix Scout。它使用 Delivery Controller 上的 TCP/IP 端口 7502 与 Citrix Scout 进行通信。
在安装 Linux VDA 时,可以使用默认端口或者通过以下变量更改端口。
- CTX_XDL_TELEMETRY_SOCKET_PORT - 用于侦听 Citrix Scout 的套接字端口。默认端口为 7503。
- CTX_XDL_TELEMETRY_PORT - 用于与 Citrix Scout 通信的端口。默认端口为 7502。
要在安装 VDA 后更改端口,请执行以下操作:
-
要更改用于与 Scout 通信的端口,请运行以下命令。
/opt/Citrix/VDA/bin/ctxreg update -k "HKLM\Software\Citrix\VirtualDesktopAgent" -v "TelemetryServicePort" -d <port number> -t REG_DWORD <!--NeedCopy-->
-
要更改侦听 Scout 的套接字端口,请运行以下命令以打开并编辑 ctxtelemetry.socket 文件。
sudo vi /etc/systemd/system/ctxtelemetry.socket <!--NeedCopy-->
-
运行以下命令以重新启动套接字端口。
sudo systemctl daemon-reload sudo systemctl stop ctxtelemetry.socket sudo systemctl start ctxtelemetry.socket <!--NeedCopy-->
-
在防火墙配置中启用新端口。
例如,如果您使用的是 Ubuntu,请运行 sudo ufw allow 7503 命令以启用端口 7503。
调试模式
如果 Citrix Telemetry Service 无法按预期方式运行,则可以启用调试模式来确定原因。
-
要启用调试模式,请运行以下命令以打开
ctxtelemetry
文件,然后将 DebugMode 值更改为 1。sudo vi /opt/Citrix/VDA/sbin/ctxtelemetry <!--NeedCopy-->
-
手动停止 Citrix Telemetry Service,或者等待 15 分钟以使服务自动停止。
在此示例中,可以运行以下命令来停止 Citrix Telemetry Service。
sudo netstat -ntlp Kill -9 1958 <!--NeedCopy-->
-
要重新启动 Citrix Telemetry Service,请在 Scout 上选择您的 Linux VDA 并在 /var/log/xdl/ 中查找 telemetry-debug.log。
服务等待时间
打开套接字端口的 systemd
守护程序默认启动并使用少量资源。Citrix Telemetry Service 默认处于停止状态,并仅在从 Delivery Controller 发出日志收集请求时启动。日志收集完成后,服务会等待新的收集请求,持续时间为 15 分钟,如果没有任何收集请求,则会再次停止。可以通过以下命令配置等待时间。最小值为 10 分钟。如果设置的值小于 10 分钟,则最小值 10 分钟将生效。设置等待时间后,停止并重新启动服务。
/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\Software\Citrix\VirtualDesktopAgent" -v "TelemetryServiceIdleTimeoutInMinutes" -d <number> -t REG_DWORD
<!--NeedCopy-->
验证测试
在开始收集信息之前,验证测试将针对选定的每台计算机自动运行。这些测试将确保满足这些要求。如果某台计算机的测试失败,Scout 将显示一条消息,提供建议的更正措施。有关验证测试的详细信息,请参阅 Citrix Scout 文档中的验证测试部分。
共享
共享
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 I DO NOT AGREE to exit.