Hello @Richard Beyer
Thank you for sharing detailed error details.
Error: "The moc-operator network interface service returned an error while reconciling: The address is already in use: Already Set"
This occurs when the static IP address you're trying to assign to your migrating VM is already being used by another resource in your Azure Local environment.
Possible Causes:
- IP Address Conflict: Another VM on the same network is already using the IP address you're trying to assign
- DNS Server Migration: You're migrating a DNS server that currently provides DNS services for the network itself.
Solution for cause 1: You'd be required to locate and delete the NIC with the conflicting IP address, kindly follow below steps for it:
Step 1: Navigate to the static Lnet (Azure Local logical Network) where the migration was attempted.
Step 2: Identify the IP address in use.
Step 3: Delete the NIC associated with the conflicting IP.
Additionally, if you need to assign a static NIC with the correct IP address to an existing VM after deleting the old NIC, this can also be done.
Solution for cause 2:
Create a second static logical network without the DNS servers specified for migrating the DNS server VMs, and migrate the DNS server to that
Or
migrate the DNS server to a DHCP Lnet instead.
Do let me know if you hit any blocker or if this works out for you, your feedback is highly appreciated.