The title of this article is that of VMware KB article 2053782. Following the steps seems simple but turned out to provide a couple of pitfalls and inaccuracies:
Open a browser to the MOB at: https://vCenter_Server_IP/eam/mob/
When I opened this URL to my vCenter server, I received the following error message:
The vSphere ESX Agent Manager (vEAM) failed to complete the command.
The thing to point out here is the slash / after “mob” in the URL! Without this slash it won’t work
b. In the <config> field, change the value from true to false:
<config>
<bypassVumEnabled>false</bypassVumEnabled>
</config>
Reading this, the way I understood the instructions was to leave the XML data as is but turn “true” into “false” for the bypassVumEnabled element. In the code example they gave, they removed all the other elements but I thought that’s probably because of saving space in the KB article. WRONG! Turned out you have to:
Hope that helps 🙂