7.1

Table Of Contents
Configure the Windows Services Account to Use SQL Authentication
By default, the Windows service account accesses the database during run-time, even if you congured the
database for SQL authentication. You can change run-time authentication from Windows to SQL.
One reason to change run-time authentication might be when, for example, the database is on an untrusted
domain.
Prerequisites
Verify that the vRealize Automation SQL Server database exists. Begin with “Choosing an IaaS Database
Scenario,” on page 77.
Procedure
1 Using an account with administrator privileges, log in to the IaaS Windows server that hosts the
Manager Service.
2 In Administrative Tools > Services, stop the VMware vCloud Automation Center service.
3 Open the following les in a text editor.
C:\Program Files (x86)\VMware\vCAC\Server\ManagerService.exe.config
C:\Program Files (x86)\VMware\vCAC\Server\Model Manager Web\Web.config
4 In each le, locate the <connectionStrings> section.
5 Replace
Integrated Security=True;
with
User Id=database-username;Password=database-password;
6 Save and close the les.
ManagerService.exe.config
Web.config
7 Start the VMware vCloud Automation Center service.
8 Use the iisreset command to restart IIS.
Verify IaaS Services
After installation, the system administrator veries that the IaaS services are running. If the services are
running, the installation is a success.
Procedure
1 From the Windows desktop of the IaaS machine, select Administrative Tools > Services.
2 Locate the following services and verify that their status is Started and the Startup Type is set to
Automatic.
n
VMware DEM – Orchestrator – Name where Name is the string provided in the DEM Name box
during installation.
n
VMware DEM – Worker – Name where Name is the string provided in the DEM Name box during
installation.
n
VMware vCloud Automation Center Agent Agent name
n
VMware vCloud Automation Center Service
3 Close the Services window.
Chapter 4 The Standard vRealize Automation Installation Interfaces
VMware, Inc. 95