SRM 5.8 Installation

SRM 5.8 Installation

January 5, 2015 0 By Eric Shanks

SRM Installation Prerequisites

Database Prerequisites

Before you are able to install SRM, you’ll need a database to store configuration files.  Create a database on your SQL Server to house the configuration information.  Note: You’ll need a database server in both the protected site and recovery site; one for each SRM Server.

  • Pre-create the SQL Database and assign your SRM Service account AT LEAST the ADMINISTER BULK OPERATIONS, CONNECT, AND CREATE TABLE permissions.
  • Ensure the SRM database schema has the same name as the database user account.
  • The SRM database service account should be the database owner of the SRM database
  • The SRM database schema should be the default schema of the SRM database user.
  • On your SRM Servers, install the SQL Server native client for your version of SQL Server.

Create an ODBC connection to the SRM database on your SRM Servers.  Select the SQL Native Client appropriate for your database server.

SRM58-SQLNativeCLI

Give it a name, and point the ODBC connection to the server.

SRM58-ODBC1

Enter login information.

SRM58-ODBC2

Enter the SRM database

SRM58-ODBC3

Installer Prerequisites

VMware Site Recovery Manager installation is relatively simple.  Grab the installer from http://vmware.com/downloads and run the installer on your SRM Server.   There are a couple of notes to be aware of when installing though.

  • Right click the installer and run as Administrator if you are leaving UAC on.  This makes re-installation easier in the future.
  • The installation should be done by a user who will be running the SRM Service.  The logged in installer by default is the service account that is used.
  • The logged in user should have administrative access to the server it’s being installed on.
  • Consistent use of SSL Certificates need to be used
    • If any vCenter is using custom SSL Certificates then the SRM Services must also use SSL certificates from a Certificate Authority
    • If the protected site vCenter uses SSL Certificates then the recovery site vCenter Server should also use SSL certificates from a Certificate Authority
    • If you need to use custom SSL certificates from a certificate authority instead of the default VMware certificates, the CN for both SRM servers should be identical
    • I recommend reviewing this post from Sam McGeown if you need to use SSL Certificates

Install

Run the installer as an administrator.  Click Next on the welcome screen.

SRM58_Install1

 

 

You can view additional prerequisite tasks from the next screen.  I’ve covered many of them already in this post.

SRM58_Install2

 

Choose the location for the install files.

 

SRM58_Install3

 

 

Enter the location of the vCenter server associated with the SRM Server, as well as some credentials to register the service with vCenter.

SRM58_Install4

Give the site a name and enter an email address and select the Host IP Address and ports to be used.

 

SRM58_Install5

If you’re using the same SRM Server for multiple sites, select the Custom SRM Option and enter the information, otherwise just use the default if it’s a 1 to 1 relationship with another SRM Server.

SRM58_Install6

If you’re using the default SSL Certificates then click the “Automatically generate a certificate and then enter some certificate information to generate a cert.

SRM58_Install7 SRM58_Install8

If you’re using custom SSL Certificates, then you’ll load your SSL Certificate during this phase.

SRM58-Cert1Install

SRM58-Cert2Install

Next, select your Data Source that you created prior to the installation.  (If you forgot to do this, there is a button to do it during setup)

SRM58_Install9

Select the connection counts for the database.

SRM58_Install10

Enter the password for the service account for the Site Recovery Manager Server.  The user will be the logged in user.

SRM58_Install11

 

Once all the information has been entered, click the Install button.

SRM58_Install12

Watch as the installer progresses.

 

SRM58_Install13Summary

There are quite a few things that need to be done before the install process happens, but it will make your life simpler to have these done beforehand.  Now that you’ve installed SRM on one of your sites, repeat the process for the second site.