Here’s what they might indicate:
- Error ID 1511183 - Unable to stop Site Recovery mobility Service
The error message “Unable to stop Site Recovery mobility Service” typically indicates an issue with the Azure Site Recovery Mobility Service on your virtual machine (VM). Here are a few potential solutions:
- Restart your VM: Sometimes, simply restarting your VM can resolve issues with the Mobility Service.
- Reinstall the Mobility Service: If restarting doesn’t work, you might need to uninstall and reinstall the Mobility Service. You can do this by running the
InMageVSSProvider_Uninstall.cmd
script to uninstall the service, and then theInMageVSSProvider_Install.cmd
script to reinstall it. - Check for updates: Ensure your VM and the Mobility Service are up-to-date. You might need to install the latest Windows updates or updates to the Mobility Service
https://learn.microsoft.com/en-us/azure/site-recovery/azure-to-azure-troubleshoot-errors
- Error ID 539 - The requested action couldn’t be performed by the Replication Provider
The exact cause can vary, but it’s often due to issues with the replication process. A common solution is to uninstall the older version of the mobility service, reboot the server, and retry the enable protection operation.
See the following link for more details:
https://learn.microsoft.com/en-us/answers/questions/1119584/asr-replication-error-539-and-310146
If you find this response helpful and it resolves your issue, please consider marking it as “Accepted” or giving it an upvote. This will help others in the community find the solution more easily.