/var/log/vmware/vpxd.log, the following entries may be observed:[YYYY-MM-DDTHH:MM:SS] warning vpxd[06880] [Originator@6876 sub=InvtVm opID=HB-host-####@######-########] Host [vim.HostSystem:host-####,<ESXi_hostname>] passed in multiple VMs with same instanceUuid but different vmids: existing VM [vim.VirtualMachine:vm-####,<VM_name>], vmid ##, path /vmfs/volumes/<path_to_VM>/<VM_name>.vmx, new VM path /vmfs/volumes/<path_to_VM>/<VM_name>.vmx, vmid ##; ignoring new VMVMware vCenter Server 8.x
VMware vSphere ESXi 8.x
This issue occurs because the UUID of the restored VM is identical to the UUID of the original VM that still exists in the vCenter inventory. As a result, vCenter Server ignores the new VM, assuming it is a duplicate of the existing one.
The issue can be resolved using one of the following methods, depending on the requirement:
Option 1: Remove the original VM from the vCenter inventory
Log in to the vCenter Web Client.
Locate the original VM.
Right-click the VM and select Remove from Inventory.
SSH to the ESXi host where the restored VM resides.
Restart the ESXi management agents:
# /etc/init.d/hostd restart# /etc/init.d/vpxa restart
Option 2: Modify the UUID of either the original or restored VM
For detailed steps, see the "Specifying a UUID for a Virtual Machine" section in KB: Changing or keeping a UUID for a moved virtual machine