7.2

Table Of Contents
You only need this procedure if you have SCVMM endpoints and agents.
Prerequisites
n
Know the actual path where the SCVMM console is installed.
The following is the default 2012 path that you must replace in the conguration le.
path="{ProgramFiles}\Microsoft System Center 2012\Virtual Machine Manager\bin"
Procedure
1 Stop the DEM Worker service.
2 Open the following le in a text editor.
Program Files (x86)\VMware\vCAC\Distributed Execution Manager\instance-
name\DynamicOps.DEM.exe.config
3 Locate the <assemblyLoadConfiguration> section.
4 Update each path, using the following example as a guideline.
<assemblyLoadConfiguration>
<assemblies>
<!-- List of required assemblies for Scvmm -->
<add name="Errors" path="{ProgramFiles}\Microsoft System Center 2012 R2\Virtual Machine
Manager\bin"/>
<add name="Microsoft.SystemCenter.VirtualMachineManager" path="{ProgramFiles}\Microsoft
System Center 2012 R2\Virtual Machine Manager\bin"/>
<add name="Remoting" path="{ProgramFiles}\Microsoft System Center 2012 R2\Virtual Machine
Manager\bin"/>
<add name="TraceWrapper" path="{ProgramFiles}\Microsoft System Center 2012 R2\Virtual
Machine Manager\bin"/>
<add name="Utils" path="{ProgramFiles}\Microsoft System Center 2012 R2\Virtual Machine
Manager\bin"/>
</assemblies>
</assemblyLoadConfiguration>
5 Save and close DynamicOps.DEM.exe.config.
6 Restart the DEM Worker service.
For more information, see “SCVMM Requirements,” on page 25.
Additional information about preparing the SCVMM environment and creating an SCVMM endpoint is
available in Conguring vRealize Automation.
Configuring Windows Service to Access the IaaS Database
A system administrator can change the authentication method used to access the SQL database during run
time (after the installation is complete). By default, the Windows identity of the currently logged on account
is used to connect to the database after it is installed.
Chapter 4 The Standard vRealize Automation Installation Interfaces
VMware, Inc. 95