一、Active Directory域服务安装
环境:windows server 2016
官方文档:https://docs.microsoft.com/zh-cn/windows-server/identity/ad-ds/deploy/install-active-directory-domain-services–level-100-
以下涉及命令全部用powershell执行
1.服务器环境:
域控:192.168.0.100
Citrix核心组件:192.168.0.101
Citix VDA:192.168.0.102
2.使用 Windows PowerShell 安装 AD DS
Install-windowsfeature -name AD-Domain-Services -IncludeManagementTools
<<Windows PowerShell cmdlet and arguments>>
3.安装完毕重启系统
Restart-Computer -Force
4.查看ADDSDeployment模块中的可用cmdlet
Get-Command -Module ADDSDeployment
5.安装AD域控中的新林
6.添加新林
7.域控器选项
8.DNS委派
选择默认即可
9.修改日志存储路径
10.DNS创建域管理用户
admin/Root123456
二、Citrix服务端安装
官方文档:https://docs.citrix.com/zh-cn/citrix-virtual-apps-desktops/install-configure/install-core.html
核心组件为 Citrix Delivery Controller、Citrix Studio、Citrix Director、Citrix StoreFront 和 Citrix 许可证服务器。
以下组件以域账号admin@xuncetech.com进行安装配置
1.服务器加入域
admin/Root123456
2.拷贝citrix软件
下载后并解压
3.安装核心组件
服务器192.168.0.101上安装配置
预先安装.net 4.7(具体可以根据提示来安装,目前测试win 2016不需要安装.net 4.7也正常)
安装完sqlserver后会提示重启
4.创建站点
5.创建计算机目录
6.配置交付组
7.配置StoreFront
8.配置URL可供域环境以外的网络访问
三、Citrix VDA安装
官方文档:https://docs.citrix.com/zh-cn/citrix-virtual-apps-desktops/install-configure/install-vdas.html
VDA有两种类型VDA for Server OS和VDA for Desktop OS,这里选择安装VDA for Desktop OS。某种情况来说VDA算是Citrix核心组件中的客户端,最终以VDA的虚拟桌面提供给客户使用。
1.解压软件
2.安装VDA
4.用户终端测试
http://192.168.0.101/Citrix/StoreWeb/
用户登录验证成功
留言