In my case the customer removed the vSphere replication appliance, so I needed removed all vsphere replications.
- Login to ESXi
- Execute this command to list the VMS
vim-cmd vmsvc/getallvms | awk ‘$3 ~ /^\[/ {print $1}’ - Execute this command to remove the flag (you need replace VM id)
vim-cmd hbrsvc/vmreplica.disable 1011