-
-
在适用于 Azure 的 Citrix DaaS Standard 中创建 Linux VDA
-
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 DaaS Standard for Azure 中创建 Linux VDA
您可以在 Citrix DaaS Standard for Azure(以前称为 Citrix Virtual Apps and Desktops Standard for Azure)中创建已加入域和未加入域的 Linux VDA,以将虚拟应用程序和桌面交付给 Microsoft Azure 中的任何设备。有关详细信息,请参阅Citrix DaaS Standard for Azure。
步骤
要在 Citrix DaaS Standard for Azure 中创建 Linux VDA,请完成以下步骤:
-
在 Azure 中准备主映像:
注意:
您还可以使用 Linux VDA 自我更新功能来安排自动软件更新。为此,请将命令行添加到主映像上的 etc/xdl/mcs/mcs_local_setting.reg 文件中。 例如,您可以添加以下命令行:
create -k "HKLM\System\CurrentControlSet\Control\Citrix\SelfUpdate" -t "REG_DWORD" -v "fEnabled" -d "0x00000001" –force create -k "HKLM\System\CurrentControlSet\Control\Citrix\SelfUpdate" -t "REG_SZ" -v "ScheduledTime" -d "Immediately" –force create -k "HKLM\System\CurrentControlSet\Control\Citrix\SelfUpdate" -t "REG_SZ" -v "Url" -d "`<Your-Azure-Container-Url>`" –force create -k "HKLM\System\CurrentControlSet\Control\Citrix\SelfUpdate" -t "REG_SZ" -v "CaCertificate" -d "`<Local-Certificate-Path-of-PortalAzureCom>`" --force <!--NeedCopy-->- 在 Azure 中,创建受支持的 Linux 发行版 VM。
- 如有必要,请在 Linux VM 上安装桌面环境。
- 在 VM 上,按照 https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-managers 中的说明安装 .NET Runtime 6.0。
- (仅限 Ubuntu)将
source /etc/network/interfaces.d/*行添加到/etc/network/interfaces文件中。 -
(仅限 Ubuntu)将
/etc/resolv.conf指向/run/systemd/resolve/resolv.conf,而不是指向/run/systemd/resolve/stub-resolv.conf:unlink /etc/resolv.conf ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf <!--NeedCopy--> - 安装 Linux VDA 软件包。
-
更改 /etc/xdl/mcs/mcs.conf 中的变量。
mcs.conf配置文件包含用于设置 MCS 和 Linux VDA 的变量。注意:
将 dns 变量保留为未指定状态。 如果在创建计算机目录时选择静态或随机类型,请设置
VDI_MODE=Y。 - 运行
/opt/Citrix/VDA/sbin/deploymcs.sh。 -
在 Azure 中,停止(或解除分配)VM。单击“磁盘导出”以生成虚拟硬盘 (VHD) 文件的 SAS URL,您可以将其用作主映像来创建其他 VM。

-
(可选)在主映像上进行组策略设置。您可以使用
ctxreg工具进行组策略设置。例如,以下命令为 PDF 打印启用自动创建 PDF 通用打印机策略。``` /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\Software\Citrix\GroupPolicy\Defaults\PrintingPolicies" -t "REG_DWORD" -v "AutoCreatePDFPrinter" -d "0x00000001" –force <!--NeedCopy--> ```
-
从 Azure 导入主映像。
-
在“管理”仪表板中,展开右侧的“主映像”。显示屏列出了 Citrix 提供的主映像以及您创建和导入的映像。
提示: 此服务的大多数管理员活动都是通过“管理”和“监视”仪表板进行管理的。创建第一个目录后,登录 Citrix Cloud™ 并选择“托管桌面”服务后,“管理”仪表板会自动启动。

- 单击“导入映像”。
-
输入您在 Azure 中生成的 VHD 文件的 SAS URL。为主映像类型选择 Linux。

- 按照向导中的说明完成主映像的导入。
-
-
创建计算机目录。
访问“管理”仪表板并单击“创建目录”。创建计算机目录时,选择您之前创建的主映像。
注意:
用作主映像的 VM 无法通过 SSH 或 RDP 访问。要访问 VM,请使用 Azure 门户中的“串行控制台”。
共享
共享
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.