Azure site recovery extension on vm is not responding

Payal Patil 20 Reputation points
2025-01-10T16:40:45.44+00:00

I have azure linux vm which have asr configured. When i restarted the vm after patching after that asr replication is not working and i am getting error as "Re synchronisation cannot start as the site recovery extension on machine is not responding" (Error id- 153032)

What I can do to resolve the issue, how I can restart the extension? Vm agent status is ready so no issues with that one.

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
747 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ashok Gandhi Kotnana 2,500 Reputation points Microsoft Vendor
    2025-01-13T06:17:27.6+00:00

    Hi @Payal Patil,

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    It looks like you're encountering an issue with the Azure Site Recovery (ASR) extension on your Linux VM. Here are some steps you can follow to resolve the issue and restart the extension:

    1.Restart the ASR Extension:

    • Connect to your VM using SSH.
    • Run the following command to restart the ASR extension:
    sudo systemctl restart walinuxagent
    

    2.Ensure that your VM has proper network connectivity to the Azure Site Recovery service. Check if the required outbound URLs and IP ranges are accessible

    • Ensure the VM has outbound connectivity to the necessary ASR endpoints. Specifically, verify:
      • Port 443 is open.
      • ASR service URLs like hypervrecoverymanager.windowsazure.com are accessible.

    Refer: https://learn.microsoft.com/en-us/azure/site-recovery/azure-to-azure-troubleshoot-replication

    3.Check Extension Logs:

    • Review the extension logs for any errors or issues. You can find the logs at

    refer: https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/linux-azure-guest-agent#unable-to-connect-to-wireserver-ip-host-ip

    4.Restart the VM:

    • Sometimes, a simple VM restart can resolve the issue. You can restart the VM from the Azure portal or using the following command:
    sudo reboot
    

    5.Restart the ASR Extension

    To restart the ASR extension, you need to manually remove and re-enable the extension:

    a. Uninstall the ASR extension:

    1. Go to the Azure portal and navigate to your VM.
    2. In the left-hand menu, go to Settings > Extensions + applications.
    3. Locate the ASR extension (it may be named something like VmAgent.AzureBackupLinuxExt
    4. Select it and choose Uninstall.

    b. Reinstall the ASR extension:

    1. Navigate to your Recovery Services Vault in the Azure portal.
    2. Under Protected Items, locate the affected VM.
    3. Select Replicated Items and click on the affected VM.
    4. In the Compute and Network settings, Use the Re-sync or Repair option to attempt automatic resolution. This will reinstall the ASR extension.

    Verify Required Dependencies

    If these steps don't resolve the issue, collect the ASR logs and reach out to Azure Support for further assistance.

    Refer Below Links:

    https://azure.microsoft.com/en-us/support/create-ticket https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request

    let us know if you have any further queries. I’m happy to assist you further.    User's image

    Please do not forget to "Accept the answer” and upvote it wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.


0 additional answers

Sort by: Most helpful

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.