In this post we will setup vSphere replication to use an external SQL database. By default when you setup the vSphere replication appliance, it will use an embedded database to hold replication information but we can change that by using a manual configuration and putting in the proper settings. That’s what we will walk through now.
- Log in to SQL server and login to SQL Management Studio
- Create the VRMS user login by going under Security>Logins. Right click and select New Login
- Create the user
- Create the VRMS database by right clicking Databases and select New Database.
- Name the database and make sure you make the VRMS user the owner of the database
- Go back to the properties of the VRMS user and look at the User Mapping for the DR_VRMS database. Leave dbo as the default User and Default Schema
- Log in to VRMS appliance
- Go to Configuration tab
- Select Manual configuration and enter in the database host, username and password information
- Click Save and Restart Service