Install and Configure Horizon 8 Connection Server

Share on:

Overview

I will be going over how to install and configure horizon 8 connection server. This includes installing the connection server, licensing horizon view, configure event database, and replacing self signed certificate.

Demo is running Horizon 8 2103, Windows Server 2019, and SQL Server 2019.

Lets begin!

System requirements

Click here for system requirements and sizing.

Install connection server

  1. On your Connection Server run “VMware-Horizon-Connection-Server-x86_64-X.X.X.exe” as administrator.

  1. At the welcome screen press next and accept the license agreement.

3.Specify installation location

  1. At the installation options screen select Horizon 7 Standard Server and your IP protocol.

Note: Leave Install HTML Access checked if you plan using HTML access function. Otherwise, uncheck to disable this feature.

  1. At the Data Recovery screen create a password. This password is required when restoring from a backup. Make sure you remember this password!

  1. At the firewall configuration screen choose Configure Windows Firewall automatically.

  1. At the Initial Horizon 7 Administrators page chose either Authorize the local Administrators group or Authorize a specific domain user or domain group. This configures administrator permissions to admin console.

  1. At the user experience improvement program screen you can choose to participate in CEIP program from VMware.

  1. Press Next on the “Operatoinal Data Collection” screen.

  1. Before pressing install verify the platform you’re installing on horizon on. If you’re install horizon on premise select “General”. Otherwise select the drop down and choose your platform.

  1. Press “Finish” afterthe installation has completed.

  1. After installation has completed, verify services on connection server.
  • VMware Horizon View Blast Secure Gateway
  • VMware Horizon View Connection Server
  • VMware Horizon View Framework Component
  • VMware Horizon View Message Bus Component
  • VMware Horizon View PCoIP Secure Gateway
  • VMware Horizon View Script Host (Startup Type should be disabled by default)
  • VMware Horizon View Security Gateway Component
  • VMware Horizon View Web Component
  • VMwareVDMDS

  1. Verify web interface is reachable (HTTPS://FQDN of connection server)

Licensing Horizon View

  1. Open a web browser and connect to the admin interface of a connection server. (HTTPS://FQDN of connection server/admin) and log in.

  1. Once logged in, Licensing and Usage page will appear

  1. Click “Edit License” and add license.

Configure Event Database

  1. Go to Event Configuration under settings

  1. Click edit on Event Database

  1. Edit Event Database window should appear. Provide the information for the following:
  • Database Server
    • Hostname/FQDN of Database Server
  • Database Type
    • Microsoft SQL Server/ Orcale / PostgreSQL
  • Database
    • Name of Event Database (Example “ViewEvents”
  • User Name
    • Name of account be used to create connection between the database server and connection server.
    • Use SQL Server Authentication for this user. Do not use the Integrated Windows Authentication security model method of authentication.
  • Password/Confirm Paassword
    • Password of user account used to connect to SQL Server
  1. Press OK to configure your event database.

Add Syslog Server

  1. Go to Event Configuration under settings

  1. Click add under Syslog

  1. Configure syslog server address and port, then press ok.

Replace Self Signed Certificate

Prerequisites to replacing self signed certificate on connection/replica server you will need to have certificate authority in your environment. If you don’t already have CA in your environment. Please see my guide on how to Install Active Directory Certificate Services.

Create Certificate Template

  1. Open Certificate Templates management console.

  1. Right Click on Web Server and select duplicate template.

Template settings:

  • Compatibility
    • Certificate Authority: Windows Server 2008 R2
    • Certificate recipient : Windows 7/ Server 2008 R2

  • General (These settings we will based on environment requirements. I will be providing lab settings for now.)
    • Template Display name: Horizon View
    • Validity period: 2 Years
    • Renewal Period: 6 Weeks

  • Request Handling
    • Allow Private Key to be exported.

  • Extension
    • Edit Applications Policies
      • Click Add and Select “Client Authentication”

  • Security
    • Add Computer Object or Security group
    • Select allow for Read and Enroll permissions.

Note: I recommend creating a security group and nesting your connection server and replica servers inside the security group. Then adding the security group to security tab for read and enroll privileges.

Side Note: When adding a computer account to security group you might need to reset the whole cache of Kerberos tickets on a computer (local system) in order to update the computer memberships. See more about this at the bottom of the page.

Now that the template has been created we will need to issue the certificate template through Certificate Authority management console.

  1. Open Certificate Authority management console again. Right click on Certificate Templates select new and then Certificate Templates to issue.

  1. Select “Horizon View” template and click ok.

Quick Side note…

When adding a computer account to security group you might need to reset the whole cache of Kerberos tickets on a computer (local system) in order to update the computer memberships. If not the enrollment process might fail. You can reset whole cache the Kerberos tickets on a computer by running klist or rebooting the computer. Either way will reset the Kerberos cache on the computer.

To use klist method do the following:

  • Run command prompt as administrator
  • Type the following command
    • klist -lh 0 -li 0x3e7 purge
  • After running klist command run a group policy update
    • gpupdate /force
  • After running the klist command, run a gpresult to verify.
    • gpresult /r /scope computer
  • Look under “The computer is a part of the following security groups.” to verify the computer is now part of the new security group.

Replace Connection/Replica Self Signed Certificate

  1. On your connection server open Microsoft management console (mmc.exe)

  2. Click file and select add/remove snap-in

  1. Select certificate snap-in and press add

  1. Select computer account and press next.

  1. Select local computer and finish

  1. Press ok on add or remove Snap-ins

  1. In certificates management console navigate to a folder under personal called Certificates.

  1. Look for a certificate that contains a friendly name of “vdm”

  1. Right click on the “vdm” certificates and select properties

  1. At the properties page change the friendly name from “vdm” to “vdm-old” and then press OK.

  1. Right click on the certificate folder and select request new certificate under all tasks.

  1. Certificate Enrollment wizard will appear. Press next and select Active Directory Enrollment Policy and press next again.

  1. Select the Horizon View template and expand details. Once details has been expanded click on properties.

Under the subject tab configure the following:

  • Subject Name
    • Type: Common Name
    • FQDN of connection/replica server
  • Alternative Name:
    • Type: DNS
      • Hostname
      • FQDN

NOTE: If you plan on using load balancer or alias make sure to include the CNAME FQDN and hostname in the DNS type under alternative name.

  1. Under the general tab add “vdm” in the friendly name section.

  1. Once both subject and general tab are done press ok and then enroll. The enrollment should now be completed.

  2. Open services and restart VMware Horizon View Connection Server

  1. After the VMware Horizon Connection Server services has restarted. Log into the horizon admin console and verify all issues have been cleared.