You are unable to perform HCX migration such as vMotion and Bulk Migration from HCX plugin UI with the following errors.One or more VMs have errors, cannot proceed with migration.
External device(s) detected on VM-name.
This issue is caused due to the presence of external drives on a VM that are not available on the SDDC.
Configure the Virtual Hardware settings on the VM from the vCenter UI:
Alternatively, you can configure this setting by using PowerCLI:
get-vm -Name <VM Name> | get-cddrive | Set-CDDrive -StartConnected $false
If the problem persists after the above measures, please remove the "CD/DVD drive" from the VM: