Setting Up for Linux Desktops
Table Of Contents
- Setting Up Horizon 7 for Linux Desktops
- Contents
- Setting Up Horizon 7 for Linux Desktops
- Features and System Requirements
- Preparing a Linux Virtual Machine for Desktop Deployment
- Setting Up Active Directory Integration for Linux Desktops
- Setting Up Graphics for Linux Desktops
- Installing Horizon Agent
- Configuration Options for Linux Desktops
- Create and Manage Linux Desktop Pools
- Bulk Deployment of Horizon 7 for Manual Desktop Pools
- Overview of Bulk Deployment of Linux Desktops
- Overview of Bulk Upgrade of Linux Desktops
- Create a Virtual Machine Template for Cloning Linux Desktop Machines
- Input File for the Sample PowerCLI Scripts to Deploy Linux Desktops
- Sample Script to Clone Linux Virtual Machines
- Sample Script to Join Cloned Virtual Machines to AD Domain
- Sample Script to Join Cloned Virtual Machines to AD Domain Using SSH
- Sample Script to Upload Configuration Files to Linux Virtual Machines
- Sample Script to Upload Configuration Files to Linux Virtual Machines Using SSH
- Sample Script to Upgrade Horizon Agent on Linux Desktop Machines
- Sample Script to Upgrade Horizon Agent on Linux Virtual Machines Using SSH
- Sample Script to Perform Operations on Linux Virtual Machines
- Troubleshooting Linux Desktops
- Collect Diagnostic Information for Horizon 7 for Linux Machine
- Troubleshooting Copy and Paste between Remote Desktop and Client Host
- Configuring the Linux Firewall to Allow Incoming TCP Connections
- View Agent Fails to Disconnect on an iPad Pro Horizon Client
- SLES 12 SP1 Desktop does not Auto Refresh after Drag and Drop
- SSO Fails to Connect to a PowerOff Agent
- Unreachable VM After Creating a Manual Desktop Pool for Linux
- Index
Table 6‑3. Example Blast Configuration Options in /etc/vmware/config
Option name Parameter
High-
speed
LAN LAN
Dedicate
d WAN
Broadba
nd WAN
Low-
speed
WAN
Extremely Low
speed
Bandwidth
seings
RemoteDisplay.max
BandwidthKbps
1000000
(1 Gbps)
1000000
(1 Gbps)
1000000
(1 Gbps)
5000 (5
Mbps)
2000 (2
Mbps)
1000 (1 Mbps)
Max FPS RemoteDisplay.max
FPS
60 30 30 20 15 5
Audio Playback RemoteDisplay.allo
wAudio
TRUE TRUE TRUE TRUE TRUE FALSE
Display Quality
(JPEG/PNG)
RemoteDisplay.max
QualityJPEG
90 90 90 70 60 50
Display Quality
(JPEG/PNG)
RemoteDisplay.mid
QualityJPEG
35 35 35 35 35 35
Display Quality
(JPEG/PNG)
RemoteDisplay.min
QualityJPEG
25 25 25 20 20 20
Display Quality
(H.264)
RemoteDisplay.qp
maxH264
28 36 36 36 36 42
Display Quality
(H.264)
RemoteDisplay.qp
minH264
10 10 10 10 10 10
Examples of Client Drive Redirection Options for Linux Desktops
Congure client drive redirection (CDR) options to determine whether a local system's shared folders and
drives can be accessed from the remote Linux desktops.
Congure CDR seings by adding entries to the /etc/vmware/config le.
The following conguration example shares the d:\ebooks and C:\spreadsheets folders, makes both folders
read-only, and prevents the client from sharing more folders.
cdrserver.forcedByAdmin=true
cdrserver.sharedFolders=d:\ebooks,;c:\spreadsheets,
cdrserver.permissions=R
In the previous example, the comma "," placed after ebooks and spreadsheets is mandatory for correct
option parsing.
Any "R" included in the cdrserver.sharedFoldersoption would impact all the folders listed in that
seing. In the following example, the ebooks and spreadsheets folders are both read-only even if the R value
is only placed after /home/jsmith folder path.
cdrserver.sharedFolders=d:\ebooks,;c:\spreadsheets,;/home/jsmith,R
Suppress the vSphere Console Display of a Linux Desktop
When a user connects to a Linux desktop, the desktop can also be displayed in the vSphere console for the
Linux virtual machine. You can congure Linux virtual machines to ensure that the vSphere console is blank
when users connect to their desktops.
Procedure
u
On the ESXi host, add the following line to the Linux virtual machine's vmx le.
RemoteDisplay.maxConnections = "0"
The vSphere console display remains blank even when you connect to the virtual machine when the
user is logged out of the desktop.
Chapter 6 Configuration Options for Linux Desktops
VMware, Inc. 55










