Share via

Azure Migrate Error 1000037 :"The moc-operator network interface service returned an error while reconciling: The address is already in use: Already Set"

Richard Beyer 61 Reputation points
2025-11-02T18:24:37.49+00:00

We are using Azure migrate from VMWare to Azure Local on a Dell AX760 cluster. This is a new Azure Local install (Version 2510) and only has a few VMs so far and these were successfully migrated. I am attempting to migrate one of our Domain Controllers (Windows 2012 R2) with a static address and having failures at the "Starting failover" step. I have applied the script for static IP migrations. The VM is on the default vlan.

I have removed the Azure Local Network Adapter and OS Drive created by the failed migration and cannot locate another adapter in the same system that would be conflicting. I noticed that the migration step "Turning off resource on primary" is showing "skipped" even though the migration is set to shutdown the original. I even tried manually shutting down the source VM before doing the migration.

The full error message is:

Error ID

1000037

Error message

An ARC service operation failed with error code: 'InUse', message: '{"id":"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/<masked by moderator>","name":"<masked by moderator>","resourceId":"/subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/Microsoft.AzureStackHCI/networkInterfaces/<nic-name>","status":"Failed","startTime":"2025-11-02T17:52:07.1965403Z","endTime":"2025-11-02T17:52:19.7632125Z","error":{"code":"InUse","message":"The moc-operator network interface service returned an error while reconciling: The address is already in use: Already Set","additionalInfo":[{"type":"ErrorInfo","info":{"category":"Uncategorized","recommendedAction":"","troubleshootingURL":""}}]}}', error message: 'The moc-operator network interface service returned an error while reconciling: The address is already in use: Already Set Status: 200 (OK) ErrorCode: InUse Service request succeeded. Response content and headers are not included to avoid logging sensitive data. '.

Possible causes

An ARC service operation failed.

Any suggestions?

Regards,

Richard Beyer

Azure Local

Answer accepted by question author

  1. Ankit Yadav 14,165 Reputation points Microsoft External Staff Moderator
    2025-11-03T02:27:36.61+00:00

    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:

    1. IP Address Conflict: Another VM on the same network is already using the IP address you're trying to assign
    2. 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.

    User's image

    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.

    3 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Chris VanDenBerg 0 Reputation points
    2026-04-23T15:46:50.19+00:00

    We are having same issue and I suspect it's the DNS. Do we have to create a separate vlan with a different IP space because it won't let you create a separate vlan with the same IP space. Trying to avoid changing the IP address on the DC VM being migrated.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.