Setting Up for Linux Desktops

Table Of Contents
2 Manually install Open VMware Tools (OVT) on your Ubuntu 14.04 or Ubuntu 16.04 machine using the
following command:
apt-get install open-vm-tools
See Prepare a Linux Machine for Remote Desktop Deployment for additional information.
3 Install any dependency packages that are required for the Linux distribution.
See Install Dependency Packages for Horizon Agent for more information.
4 Install Horizon Agent for Linux in the Linux VM.
sudo ./install_viewagent.sh -A yes
See Install Horizon Agent on a Linux Virtual Machine for details.
5 Integrate your Linux VM with Active Directory.
n
To use the PBISO authentication solution, perform the following steps:
a Download PBIS Open 8.5.6 or later from
https://www.beyondtrust.com/products/powerbroker-identity-services-open/
and install it on your Linux VM.
sudo ./pbis-open-8.5.6.2029.linux.x86_64.deb.sh
b Integrate your Linux VM with Active Directory using the information in PowerBroker Identity
Services Open (PBISO) Authentication section in Integrating Linux with Active Directory.
n
If you choose not to use PBISO to integrate your Linux VM with Active Directory, you must set the
OfflineJoinDomain option to none in the /etc/vmware/viewagent-custom.conf file.
Otherwise, the creation of the instant-clone floating desktop pool fails.
6 If your DHCP server does not broadcast to a DNS server, specify a DNS server for your Linux
system.
A new virtual network adapter is added when a new instant-cloned VM is created. Any setting in the
network adapter, such as the DNS server, in the VM template is lost when the new network adapter is
added to the instant-cloned VM. PBIS requires a valid DNS server and the FQDN mapping in
the /etc/hosts is not acceptable. To avoid losing the DNS Server setting when the new network
adapter is added to the cloned VM, you must specify a DNS server in your Linux system. For
example, in an Ubuntu 14.04 or 16.04 system, specify the DNS server by adding the following lines in
the /etc/resolvconf/resolv.conf.d/head file.
nameserver 10.10.10.10
search mydomain.org
Setting Up Horizon 7 for Linux Desktops
VMware, Inc. 74