The last couple of posts have dealt with preparing the environment to install Horizon View 6.0. We’ve covered prerequisites, design considerations, preparing Active Directory, and even setting up the service accounts that will be used for accessing services and databases.
Now its time to actually install and configure the Horizon View components. These tasks will be completed in the following order:
- Install Horizon View Composer
- Install Horizon View Connection Server
- Configure the Environment for the first time
- Install the Security Server
One note that I want to point out is that the installation process for most components has not changed significantly from previous versions.
Before we can install Composer, we need to create an ODBC Data Source to connect to the Composer database. The database and the account for accessing the database were created in Part 6. Composer can be installed once the ODBC data source has been created.
Composer can either be installed on your vCenter Server or on a separate Windows Server. The first option is only available if you are using the Windows version of vCenter. This walkthrough assumes that Composer is being installed on a separate server.
Service Account
Part 6 covers the steps for creating the Composer service account. This account should have local administrator rights on the server prior to installing Composer.
Creating the ODBC Data Source
Unfortunately, the Composer installer does not create the ODBC Data Source driver as part of the Composer installation, and this is something that will need to be created by hand before Composer can be successfully installed. The View Composer database doesn’t require any special settings in the ODBC setup, so this step is pretty easy.
Note: The ODBC DSN setup can be launched from within the installer, but I prefer to create the data source before starting the installer. The steps for creating the data source are the same whether you launch the ODBC setup from the start menu or in the installer.
1. Go to Start –> Administrative Tools –> Data Sources (ODBC)

2. Click on the System DSN tab.
3. Click Add.

4. Select SQL Server Native Client 10.0 and click Finish. This will launch the wizard that will guide you through setting up the data source.

Note: SQL Server 2012 uses Native Client 11.0. If the Composer database is installed on SQL Server 2012, Native Client 11.0 should be used.
Note: The SQL Server Native Client is not installed by default. If you are connecting to a database on another server, you will need to download and install the native client for SQL Server 2008 R2 from Microsoft (direct download link).
5. When the Create a New Data Source wizard launches, you will need to enter a name for the data source, a description, and the name of the SQL Server that the database resides on. If you have multiple instances on your SQL Server, it should be entered as ServerName\InstanceName. Click next to continue.

6. Select SQL Server Authentication. Enter your SQL Server username and password that you created above. Optional: Check the Connect to SQL Server to obtain default settings box to retrieve the default settings from the server. Click Next to continue.

7. Change the default database to the viewComposer database that you created above. Click Next to continue.

8. Click Test Data Source to verify that your settings are correct.

9. If your database settings are correct, you will see the windows below. If you do not see the TESTS COMPLETED SUCCESSFULLY, verify that you have entered the correct username and password and that your login has the appropriate permissions on the database object. Click OK to return to the previous window.

10. Click OK to close the Data Source Administrator and return to the desktop.

Installing View Composer
Once the database connection has been set up, Composer can be installed. The steps for installing Composer are:
1. Launch the View Composer installer.
2. If .Net Framework 3.5 SP1 is not installed, you will be prompted to install the feature before continuing.

3. Click Next to continue.

4. Accept the license agreement and click next.

5. Select the destination folder where Composer will be installed.

6. Configure View to use the ODBC data source that you set up. You will need to enter the data source name, SQL login, and password before continuing.

7. After the data source has been configured, you will need to select the port that Composer will use for communicating with the View Connection Servers. You also have the option of selecting an existing certificate if you have installed one.

8. Click Install to start the installation.

9. Once the installation is finished, you will be prompted to restart your computer.

So now that Composer is installed, what can we do with it? Not much at the moment. A connection server is required to configure and use Composer for linked clone desktops, and the next post in this series will cover how to install that Connection Server.
You must be logged in to post a comment.