7.2

Table Of Contents
20 Click Next.
21 Click Finish.
22 Verify that the installation is successful.
23 (Optional) Add multiple agents with dierent congurations and an endpoint on the same system.
What to do next
“Congure the vSphere Agent,” on page 103.
Configure the vSphere Agent
Congure the vSphere agent in preparation for creating and using vSphere endpoints within
vRealize Automation blueprints.
You use the proxy agent utility to modify encrypted portions of the agent conguration le, or to change the
machine deletion policy for virtualization platforms. Only part of the VRMAgent.exe.config agent
conguration le is encrypted. For example, the serviceConfiguration section is unencrypted.
Prerequisites
Using an account with administrator privileges, log in to the IaaS Windows server where you installed the
vSphere agent.
Procedure
1 Open a Windows command prompt as an administrator.
2 Change to the agent installation folder, where agent-name is the folder containing the vSphere agent.
cd %SystemDrive%\Program Files (x86)\VMware\vCAC\Agents\agent-name
3 (Optional) To view the current conguration seings, enter the following command.
DynamicOps.Vrm.VRMencrypt.exe VRMAgent.exe.config get
The following is an example of the command output.
managementEndpointName: VCendpoint
doDeletes: True
4 (Optional) To change the name of the endpoint that you congured at installation, use the following
command.
set managementEndpointName
For example: DynamicOps.Vrm.VRMencrypt.exe VRMAgent.exe.config set managementEndpointName my-
endpoint
You use this process to rename the endpoint within vRealize Automation, instead of changing
endpoints.
5 (Optional) To congure the virtual machine deletion policy, use the following command.
set doDeletes
For example: DynamicOps.Vrm.VRMencrypt.exe VRMAgent.exe.config set doDeletes false
Option Description
true
(Default) Delete virtual machines destroyed in vRealize Automation from
vCenter Server.
false
Move virtual machines destroyed in vRealize Automation to the
VRMDeleted directory in vCenter Server.
Chapter 4 The Standard vRealize Automation Installation Interfaces
VMware, Inc. 103