HCX Migration Attempt Shows the Following Warning, "Selected target network(s) has ephemeral binding. VM will be migrated with NIC being disconnected."
book
Article ID: 380310
calendar_today
Updated On:
Products
VMware HCX
Issue/Introduction
During HCX migration operations, users may encounter a warning message stating: "Selected target network(s) has ephemeral binding. VM will be migrated with NIC being disconnected." This occurs when attempting to migrate VMs to networks configured with ephemeral binding.
Environment
VMware HCX
Distributed Virtual Switch (DVS) with ephemeral binding portgroups
Source and target environments configured for HCX migration
Cause
HCX does not support network connectivity when migrating to portgroups configured with ephemeral binding. This is because
Ephemeral binding assigns port numbers at the host level
During migration, this can result in disconnected NICs that don't automatically reconnect after migration completion
HCX requires static binding for network extension support
Resolution
There are several approaches to resolve this issue
Option 1 (Recommended for small-scale migrations)
Proceed with the migration understanding NICs will disconnect
Manually reconnect VM network adapters post-migration using either:
vSphere UI: Edit VM settings and check "Connected" and "Connect at power on"
PowerCLI: Use Set-NetworkAdapter with -Connected and -StartConnected parameters
Option 2 (For larger-scale migrations where network changes are feasible)
Create a new portgroup with static binding and a different VLAN
Migrate VMs to the new portgroup
Remove old portgroup
Recreate original portgroup with static binding
Move VMs back to the original network if desired
Note: When working with management networks or critical infrastructure, it's often safer to use Option 1 and manually reconnect NICs rather than modifying network configurations.