-
-
会话录制(预览版)
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!
会话录制(预览版)
您可以在 Linux VDA 上录制和回放会话。
启用或禁用会话录制
要为 Linux VDA 启用或禁用会话录制,请将 SmAudAllowed 分别设置为 1 或 0。您可以使用以下命令:
sudo /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\SmartAuditor" -t "REG_DWORD" -v "SmAudAllowed" -d "0x00000001" --force
<!--NeedCopy-->
sudo /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\SmartAuditor" -t "REG_DWORD" -v "SmAudAllowed" -d "0x00000000" --force
<!--NeedCopy-->
注意:
在 Linux VDA 上启用会话录制后,用户登录会话时会收到会话正在被录制的通知。
随着录制文件大小的增加,录制文件下载时间会更长,并且在回放期间使用查找滑块导航时响应会更慢。要控制文件大小,请为文件指定一个阈值限制。当录制达到此限制时,当前文件将关闭,并创建一个额外文件以继续录制。此操作称为翻转。
使用以下命令,您可以为翻转指定两个阈值:
sudo /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\SmartAuditor" -t "REG_DWORD" -v "RolloverFileSizeInMB" -d "0x00000032" --force
sudo /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\SmartAuditor" -t "REG_DWORD" -v "RolloverTimeInHours" -d "0x0000000c" --force
<!--NeedCopy-->
- RolloverFileSizeInMB。当当前文件达到指定大小时,它将关闭并打开一个新文件。默认情况下,当大小超过 50 MB 时会发生翻转。支持的值:10–300。
- RolloverTimeInHours。当达到指定持续时间时,当前文件将关闭并打开一个新文件。默认情况下,当会话录制 12 小时后会发生翻转。支持的值:1–24。
当满足上述两个条件中的第一个时,就会发生翻转。例如,您为文件大小指定 17 MB,为持续时间指定 6 小时。当您的录制在 3 小时内达到 17 MB 时,会话录制会关闭该文件并打开一个新文件。
为防止创建许多小文件,无论为文件大小指定的值是多少,翻转都不会发生,直到至少经过一小时。此规则的例外情况是文件大小超过 300 MB。
指定录制文件的存储位置
录制文件默认存储在 /var/xdl/session_recordings 下。要指定不同的路径,请运行以下命令:
sudo /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\SmartAuditor" -t "REG_SZ" -v "Path" -d "<your custom storage path>" --force
<!--NeedCopy-->
您可以将录制文件存储在本地驱动器或指向网络路径的挂载点上。配置您设置的存储路径的适当访问权限,并授予用户 ctxsrvr 对该路径的写入权限。
查看录制文件
要查看录制文件,请完成以下步骤以安装会话录制播放器或会话录制 Web 播放器:
- 使用您的 Citrix 帐户凭据访问 Citrix Virtual Apps and Desktops 下载页面 并下载产品文件。解压缩该文件。
- 双击 SessionRecordingPlayer.msi 和 SessionRecordingWebPlayer.msi,然后按照说明完成安装。
提示:
要使用会话录制 Web 播放器,请仅将其安装在会话录制服务器上,并确保录制文件在会话录制服务器上可用。有关详细信息,请参阅 Citrix 会话录制文档。
限制
- 对于虚拟应用程序会话,录制通知可能不会居中显示。
共享
共享
在本文中
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.