Reply to Message

View discussion in a popup

Replying to:
Irfy
Contributor
Contributor

Hi,

You can actually edit the endpoint name of the vSphere Agent on the Windows Server as follows:

a) Open a command prompt as Administrator on the Windows Server where the Agent is installed.

b) Go to the directory where the Agent is installed, normally C:\Program Files (x86)\vCAC\Agents\<Agent Name Folder>

c) To see the current endpoint name type the following command:

          DynamicOps.Vrm.VRMencrypt.exe VRMAgent.exe.config get

d) And to set the new endpoint name type the following command:

          DynamicOps.Vrm.VRMencrypt.exe VRMAgent.exe.config set managementEndpointName <New name>.

          Note: < > are not required in the above command.

e) Restart the vSphere Agent service.