An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Hello @Craig Dyson
Here are some potential solutions:
- Azure Resource Quota Issues (Error Code 150097):
- Ensure that your subscription is enabled to create Azure VMs in the target region where you plan to set up your disaster recovery (DR) region.
- Verify that your subscription has sufficient quota to create VMs of the necessary sizes. By default, Site Recovery selects a target VM size that matches the source VM size. If an exact match isn’t available, it chooses the closest available size. If no suitable size supports the source VM configuration, you’ll see an error message like: “Replication couldn’t be enabled for the virtual machine <VmName>.”
- To fix this, contact Azure billing support to enable your subscription for creating VMs of the required sizes in the target location. Then retry the failed operation. If the target location has capacity constraints, consider disabling replication to that location and enabling it in a different location with sufficient quota1.
- Trusted Root Certificates (Error Code 151066):
- If the enable replication job fails due to missing trusted root certificates, follow these steps:
- For Windows VMs, install the latest Windows updates to ensure that all trusted root certificates are present on the VM.
- If you’re using a VM running a Linux distribution, make sure that all necessary trusted root certificates are installed.
- Check whether the DigiCert_Global_Root_CA certificate is present. If not, you can download it using the following command:
wget https://www.digicert.com/CACerts/BaltimoreCyberTrustRoot.crt.pem -O Baltimore_CyberTrust_Root.pem1.
- Regenerating Certificates (Azure Appliance Configuration Manager):
- If you’ve renamed the guest OS and are experiencing certificate validation issues, try regenerating the certificate with the new hostname. You can do this by clicking the “Regenerate” button under the certificates tab in the Azure Appliance Configuration Manager2.
- Create a New Recovery Services Vault:
- When setting up the ASR replication appliance, ensure that you create a new and exclusive Recovery Services vault. Avoid using an existing vault.
- Provide the necessary details during registration, including the vCenter Server credentials, password, and friendly name. These details are used to fetch information about virtual machines managed through vCenter4.