Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.8 KB

File metadata and controls

59 lines (34 loc) · 1.8 KB

Configure SRM

Site Recovery Manager (SRM) is a disaster recovery solution by VMware. This tutorial covers enabling SRM addon for AVS private cloud with a SRM license key.

Prerequisites

Deployment Steps

  • Update the parameter values in appropriate parameter file.

  • Run one of the following script.

Bicep

cd Bicep

az deployment group create -g AVS-Step-By-Step-RG -n AVS-SRM-Deployment -c -f "SRM.bicep" -p "@SRM.parameters.json"

ARM

cd ARM

az deployment group create -g AVS-Step-By-Step-RG -n AVS-SRM-Deployment -c -f "SRM.deploy.json" -p "@SRM.parameters.json"

Azure PowerShell

cd PowerShell

.\deploy.ps1

Azure CLI

cd AzureCLI

./deploy.sh

Post-deployment Steps

  • Navigate to Azure VMware Solution Private Cloud in Azure Portal. Under "Manage" tab, click "Addons". Navigate to "Disaster recovery" menu. Ensure that "Uninstall VMware Site Recovery Manager (SRM)" and "Uninstall vSphere Replication" buttons are enabled. Enabled buttons indicate successful deployment of SRM add-on.

  • Complete site pairing as per Configure site pairing in vCenter guidance.

Next Steps

Configure HCX on an existing Azure VMware Solution Private Cloud