Disaster Recovery (part 1 of 4)
Azure Site Recovery
You must follow the guidance in replicate a Virtual Machine to Azure to easily replicate Azure VMs to the Azure region serving as the disaster recovery site, which is available at https://docs/microsoft/com/en-us/azure/site-recovery/azure-to-azure-walkthrough-enable-replication
- To protect Active Directory and DNS, you can refer to Protect Active Directory and DNS document available at https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-active-directory
- To protect database tier running on SQL server, you can refer to Protect SQL Server document available at https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-active-directory
Configure Networking
If you are using a static IP address, you can easily specify the IP address that you want the VM to take as a part of its Azure Site Recovery settings.
Create a recovery plan
It supports the easy sequencing of various tiers in a multi-tier application during a failover and while creating the plan, you have to complete the steps mentioned in Create a recovery planby using Site Recovery available at https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-create-recovery-plans
Add VMs to failover groups
Generate a recovery plan with the help of an application server, web dispatcher, and SAP Central Services VMs.
Add scripts to the recovery plan
For correct functioning of your applications, you may have to perform some operations on the Azure VMs after the failover or during a test failover and by automating some post-failover operations, the most commonly used Azure Site Recovery Scripts can be deployed into an Automation account. Similarly, you can also add a post action script to attach a load balancer on the failed over Azure VMs.
Run a test failover
- In the Azure portal, select your Recovery Services vault.
- Select the recovery plan that you created for SAP applications.
- Select Test Failover.
- To start the test failover process, select the recovery point and the Azure virtual network.
- When the secondary environment is up, perform validations.
- When validations are complete, to clean the failover environment, select Cleanup test failover.
Run a failover
- In the Azure portal, select your Recovery Services vault.
- Select the recovery plan that you created for SAP applications.
- Select Failover.
- To start the failover process, select the recovery point.
Comments
Post a Comment