When attempting to perform a live vMotion of a virtual machine (VM) to a specific ESXi host, the migration fails. The following symptoms are observed:
hostd.log on the source host, the following message is seen: <timestamps> UTC In(166) Hostd[########]: --> message = "The operation was cancelled by the user.",hostd.log on the destination host, the following message is seen:
<timestamps> UTC In(166) Hostd[########]: --> message = "Failed to start migration: Not supported.
/> get /config/Migrate/intOpts/Enabled Current value:0VMware vSphere ESXi 8.0.3
The issue occurs because the Migrate.Enabled advanced setting on the ESXi host is set to 0. This setting must be enabled (1) to support hot migration (vMotion) on the host.
esxcfg-advcfg -g /Migrate/Enabled0, run the following command to enable it: esxcfg-advcfg -s 1 /Migrate/Enabled
Alternatively, modify this in the vSphere Client:
Migrate.Enabled.1 and click OK.