first, use the tool to upload citrix-linuxvda-rhel7-1.3.0 to the VM.
7.1 Installation
I copy the installation package to the new directory /mnt/app, switch to the directory, unzip the installation package.
TAR-XZVF citrix-linuxvda-rhel7-1.3.0.tgz
decompression known as RPM Package for xendesktopvda-1.3.0.312-1.el7.x86_64.rpm
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/89/15/wKiom1gHFojS6qR8AAAOV7wpFoQ197.png-wh_500x0-wm_3 -wmp_4-s_3670742950.png "title=" 1.png "alt=" Wkiom1ghfojs6qr8aaaov7wpfoq197.png-wh_50 "/>
installation VDA RPM Package
rpm-ixendesktopvda-1.3.0.312-1.el7.x86_64.rpm
after the installation is complete, you will be prompted to configure VDA Parameters
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M00/89/13/wKioL1gHFv6gxS4VAAAazK2tgL4903.png-wh_500x0-wm_3 -wmp_4-s_1405860860.png "title=" 2.png "alt=" Wkiol1ghfv6gxs4vaaaazk2tgl4903.png-wh_50 "/>
7.2 Configuring VDA environment variables
The supported environment variables are:
< Span style= "font-family: ' Microsoft Jas Black ', ' Microsoft Yahei '; font-size:12px;" > |
|
ctx_xdl_support_ddc_as_cname |
ctx_xdl_ddc_list = list-ddc-fqdns |
" virtual Delivery Agent requires a space-delimited list of Delivery Controller fully qualified domain names (FQDNs) to register with Delivery. You must specify at least one FQDN or CNAME alias. |
ctx_xdl_vda_port = port-number |
|
ctx_xdl_register_service = Y | N |
linux Virtual Desktop Services support is started during boot. This is usually set to Y. |
ctx_xdl_add_firewall_rules = Y | N |
linux Virtual Desktop service requires that the incoming network connection be allowed through the system firewall. You can automatically open the required ports (default ports 80 and 1494) for your Linux virtual desktops in the system firewall. This is usually set to Y. |
ctx_xdl_ad_integration = 1 | 2 | 3 |
virtual Delivery Agent requires the Delivery Controller to be authenticated using Kerberos configuration settings. The Kerberos configuration is determined by the Active Directory integration tools that are installed and configured on the system. Specify the Active Directory integration method to be used and supported: 1-samba Winbind 2-quest authentication Service 3-cen Trify directcontrol |
linux virtual Desktop supports HDX 3D Pro, a series of graphics acceleration technologies designed to optimize the virtualization level of a rich graphics application. &NBSP;HDX 3D Pro requires the installation of a compatible NVIDIA Grid graphics card. If you select HDX 3D Pro, you need to configure Virtual Delivery agent– (that is, ctx_xdl_vdi_mode=y) for VDI Desktop (single session) mode. This is not supported on SUSE. Be sure to set this value to N. |
ctx_xdl_vdi_mode= Y | N |
Configure the computer as a dedicated desktop delivery model (VDI) or a hosted shared desktop delivery model. For HDX 3D Pro environments, this variable needs to be set to Y. This is usually set to N. |
ctx_xdl_site_name= dns-name |
ctx_xdl_ldap_list= list-ldap-servers |
By default, the Virtual Delivery Agent discovers the LDAP server by querying DNS, but if DNS fails to provide an LDAP Service record, you can provide an LDAP fully qualified domain name (FQDN) and LDAP port (for example, AD1.M ycompany.com:389) list, separated by a space. This variable is usually empty [none]. |
ctx_xdl_search_base= search-base |
By default, the Virtual Delivery Agent queries LDAP using a search base that is set to the root of the Active Directory domain (for example, dc=mycompany,dc=com), but To improve search performance, you can also specify a search basis (for example, ou=vdi,dc=mycompany,dc=com). This variable is usually empty [none]. |
Ctx_xdl_start_service = Y | N |
Whether to start the Linux VDA service after completing the Linux VDA configuration. This is usually set to Y. |
Configure environment variables, which can be configured manually according to the prompts, or pre-set variables for automatic configuration.
This time with automatic configuration, set environment variables and run the configuration script:
Exportctx_xdl_support_ddc_as_cname=N
exportctx_xdl_ddc_list=' ctxddc01.ctx.com ctxddc02.ctx.com '
exportctx_xdl_vda_port=
exportctx_xdl_register_service=Y
exportctx_xdl_add_firewall_rules=Y
exportctx_xdl_ad_integration=1
exportctx_xdl_hdx_3d_pro=N
Exportctx_xdl_vdi_mode=N
Exportctx_xdl_site_name=
exportctx_xdl_ldap_list=
Exportctx_xdl_search_base=
exportctx_xdl_start_service=Y
To run the command:
SUDO-E/opt/citrix/vda/sbin/ctxsetup.sh
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M01/89/15/wKiom1gHF2Hxn4VCAABpBXpzu2w427.png-wh_500x0-wm_3 -wmp_4-s_983179611.png "title=" 3.png "alt=" Wkiom1ghf2hxn4vcaabpbxpzu2w427.png-wh_50 "/>
after the configuration is complete, restart Linux VDA Service to ensure that changes take effect.
Systemctl Restart Ctxvda.servicesystemctl Restart Ctxhdx.service
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M02/89/15/wKiom1gHF3vSBLJKAAANoHZodtY388.png-wh_500x0-wm_3 -wmp_4-s_1969030850.png "title=" 4.png "alt=" Wkiom1ghf3vsbljkaaanohzodty388.png-wh_50 "/>
This article is from the "Qing Cream Drunken Maple" blog, please be sure to keep this source http://ctianlong.blog.51cto.com/1458700/1863421
Citrix XenDesktop releases CentOS 7.2 Desktop (vi)-Install Linux VDA