Configuring Horizon 2309 for a Successful Deployment – Part 1
In this first part of our series dedicated to Horizon 2309, we will explore the prerequisites and initial configuration steps necessary for a successful deployment. Before we begin, let’s outline the topics we will cover:
1. Pre-requisites for Horizon 2309 installation
2. Creating three Windows Server 2016/2022 virtual machines for “Connection Server,” “Replica Server,” and “Event database” (SQL Server)
3. Configuring a KEMP load balancer for the Connection and Replica servers
4. Installing the latest version of Horizon from the VMware Customer Connect website
5. Verifying the validity of the license
6. Creating a dedicated user account for the vCenter Server on the Connection Server
7. Registering the vCenter Server on the Connection Server
8. Configuring the Replica Server and Event database (SQL Server)
Now, let’s dive into the details of each step:
1. Pre-requisites for Horizon 2309 installation:
Before installing Horizon 2309, there are a few pre-requisites to consider:
a. The server must be a member of the domain.
b. You must be logged in as an administrator with domain credentials.
c. IIS or other applications should not occupy port 80, or you may encounter installation errors.
To resolve this issue, you can modify the following registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesHTTP
Modify the value of “Start” to “4” (the default is set to “3”). This will allow Horizon to use port 80 for its installation.
2. Creating three Windows Server 2016/2022 virtual machines:
For this series, we will create three virtual machines for the Connection Server, Replica Server, and Event database (SQL Server). These virtual machines can be created using a standard installation of Windows Server 2016 or 2022. We will not cover every step of the installation process, as it is a straightforward procedure.
3. Configuring a KEMP load balancer:
To ensure proper scalability and high availability, we will configure a KEMP load balancer for the Connection and Replica servers. This load balancer will distribute incoming traffic between the two servers, ensuring that no single server is overwhelmed with requests. We will cover the configuration of the load balancer in detail in the next part of this series.
4. Installing the latest version of Horizon:
From the VMware Customer Connect website, download the latest version of Horizon (currently version 2309). Once downloaded, install the software following the on-screen prompts. Note that you may choose to select or not select the CEIP (Customer Experience Improvement Program) during the installation process.
5. Verifying the validity of the license:
After the installation is complete, you will be prompted to verify the validity of your license. Make sure that your license is active and valid before proceeding further.
6. Creating a dedicated user account for the vCenter Server on the Connection Server:
To avoid using the “administrator@vsphere.local” account, which may remain logged in and pose security risks, we will create a dedicated user account for the vCenter Server on the Connection Server. This user account should have appropriate permissions to access the Horizon infrastructure.
7. Registering the vCenter Server on the Connection Server:
Once the vCenter Server is installed and the dedicated user account is created, register the vCenter Server on the Connection Server. To do this, navigate to the “Settings” menu, then select “Servers.” From here, you can complete the registration process.
8. Configuring the Replica Server and Event database (SQL Server):
In the next part of this series, we will configure the Replica Server and Event database (SQL Server). We will cover the steps necessary to create these virtual machines, install the required software, and configure the databases for Horizon.
This concludes Part 1 of our series on configuring Horizon 2309 for a successful deployment. In the next part, we will delve into the configuration of the Replica Server and Event database (SQL Server). We hope you have enjoyed this article and will join us for the next part of the series.