No VMs show in Management Console from VMware ESX Appliance <Fix included>
I was doing a trial of Acronis Backup Advanced 11.5. I installed the VMware ESX appliance to one of our ESXi servers and did the setup as instructed. My management console would show the Agent from the appliance connecting but would not show any VMs from my ESXi Server. With much trial and error I finally broke down and contacted support and with much more trial and error still nothing.
In looking around and several sites on the web I discovered how to get to the Linux behind the appliance and started poking around. Here is the solution for my problem that may help someone else...
1. On the Console of the ESXi Appliance, Hold Ctrl+Alt+Shift+Space Bar+F2. This will take you to a Linux prompt.
2. Type: vi /etc/Acronis/VirtualWare.config and press enter.
3. Find section that says:
<value name="UseInstanceUuid" refcount="10" type="Tdword">
"1"
</value>
4. Use arrow keys to put cursor on the 1. Press R then 0. This will replace the 1 with a 0.
5. Press : then wq <Enter> This will write and quit.
6. Now just reboot the ESX Appliance and VMs will appear in Management console.
Hopefully these steps will help someone out in the future.
Scott

- Log in to post comments