Error updating the mobility service

Juan David Ruiz Lopez 0 Reputation points
2025-05-28T15:47:14.2733333+00:00

We are trying to update the agent version, but when we run the update from the Azure portal, we get the following error:

Error ID
150114

Error Message
Site recovery mobility service update still required after successful extension update.
Possible causes
Site recovery mobility service update failed due to internal error.
Recommendation
Retry the operation. If the problem persists, contact support.

Error ID
539
Error Message
The requested action couldn't be performed by the Replication Provider.
Possible causes
The Provider action failed. Check other errors for more information.
Recommendation
Resolve the issue and retry the operation.
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
824 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vinod Pittala 3,930 Reputation points Microsoft External Staff Moderator
    2025-05-28T21:15:05.24+00:00

    Hello Juan David Ruiz Lopez,

    The error you're encountering typically indicates a discrepancy between the Azure portal's reported state and what the Azure Site Recovery (ASR) backend expects

    To address this firstly navigate to your VM in the Azure portal and verify the replication health and agent status as shown below. User's image

    And go to the Extensions + applications blade of the VM and check the status of all extensions.

    • If any extension is in a Failed state, ensure its Provisioning State is set to Succeeded before proceeding. User's image

    If all extensions are in a healthy state and replication health is good, you may need to perform a manual installation to try to revert this.

    Please follow the below steps directly on the VM to manually update the Mobility Service:

    • Log in to the VM**.**
    • From the Azure portal, go to: Recovery Services Vault > Replicated Items > Your VM> Site Recovery Infrastructure and download the latest Mobility Service installer.
    • Copy the installer to the VM and extract it with the following command:

               MobilityServiceInstaller.exe /q /x:C:\MobilityTemp  

    • Navigate to the folder:

                cd C:\MobilityTemp  

    • Execute a silent upgrade:

    setup /i /q /x /v" /qn REBOOT=ReallySuppress /l*v C:\Temp\MobilityUpgrade.log"

    • After installation, make sure the following services are running from the VM:

      - InMage PushInstall

      - InMage Scout Application Monitoring

      - InMage Scout Service

    No reboot is required for now, but you may optionally restart the services if needed. Once the upgrade is completed you can validate from the Azure portal that the Mobility Service version reflects the update.

    Retry the "Update Mobility Service" job if it remains flagged in the portal.

    Please proceed with these steps and let me know the outcome. I’ll be happy to assist further if needed.

    Thanks.

    0 comments No comments

Your answer

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