Skip to content

Commit f804a2c

Browse files
committed
Learn Editor: Update deploy-zerto-disaster-recovery.md
1 parent e273939 commit f804a2c

1 file changed

Lines changed: 40 additions & 42 deletions

File tree

articles/azure-vmware/deploy-zerto-disaster-recovery.md

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,57 @@ ms.custom: engagement-fy23
1010

1111
# Deploy Zerto disaster recovery on Azure VMware Solution
1212

13-
> [!IMPORTANT]
14-
> ### Zerto limitations on Azure VMware Solution
15-
> - AV64 node types are supported in Zerto version 10.0.8 for Azure VMware Solution Gen1. [Deploy Zerto](https://help.zerto.com/bundle/Install.AVS.HTML.10.8/page/deploying_zerto_10_8_on_azure_vmware_solution_avs_.html)
16-
> - DNS and network configuration changes for Zerto Virtual Machine aren't supported after installation.
17-
> - Azure resource group modifications aren't supported after Zerto installation.
18-
19-
> [!Note]
20-
> ### Known Issues with Zerto on Azure VMware Solution
21-
> - Virtual Machine(s) replications may be disrupted during Azure VMware Solution upgrade maintenance.
22-
> - Virtual Machine(s) replications may be disrupted during Azure VMware Solution host replacement maintenance.
23-
> - For other Zerto related know issues [Click here](https://help.zerto.com/bundle/Install.AVS.HTML.10.0_U5/page/known_issues_and_limitations.html)
13+
## Prerequisites
14+
**On‑Premises VMware to Azure VMware Solution (AVS) Disaster Recovery**
15+
- An Azure VMware Solution private cloud deployed in the designated secondary region
16+
- VPN or ExpressRoute connectivity between the on‑premises datacenter and Azure VMware Solution
2417

25-
In this article, learn how to implement disaster recovery for on-premises VMware or Azure VMware Solution-based virtual machines (VMs). The solution in this article uses [Zerto disaster recovery](https://www.zerto.com/solutions/use-cases/disaster-recovery/). Instances of Zerto are deployed at both the protected and the recovery sites.
18+
**Azure VMware Solution to Azure VMware Solution Disaster Recovery**
19+
- AVS private clouds deployed in both primary and secondary regions
20+
- Connectivity, like ExpressRoute Global Reach, between the source and target Azure VMware Solution private cloud.
2621

27-
Zerto is a disaster recovery solution designed to minimize downtime of VMs should a disaster occur. Zerto's platform is built on the foundation of Continuous Data Protection (CDP) that enables minimal or close to no data loss. The platform provides the level of protection wanted for many business-critical and mission-critical enterprise applications. Zerto also automates and orchestrates failover and failback to ensure minimal downtime in a disaster. Overall, Zerto simplifies management through automation and ensures fast and highly predictable recovery times.
22+
**Azure VMware Solution IaaS VMs to Cloud Disaster Recovery**
23+
- Network connectivity, ExpressRoute based, from Azure VMware Solution to the virtual network used for disaster recovery.
24+
- Follow the [Zerto Virtual Replication Azure Quickstart Guide](https://help.zerto.com/bundle/Install.MA.HTML.10.0_U1/page/Prerequisites_Requirements_Microsoft_Azure_Environments.htm) for all remaining prerequisites and configuration steps.
2825

2926
## Core components of the Zerto platform
3027

3128
| Component | Description |
3229
| --- | --- |
33-
| **Zerto Virtual Manager Appliance (ZVMA)** | ZVMA is a management appliance that runs on a secure Linux operating system. The ZVMA enables Day 0 and Day 2 disaster recovery configuration. For example, configuring primary and disaster recovery sites, protecting VMs, recovering VMs, and so on. However, it doesn't handle the replication data of the protected customer Virtual Machines. |
30+
| **Zerto Virtual Manager Appliance (ZVML)** | ZVMA is a management appliance that runs on a secure Linux operating system. The ZVMA enables Day 0 and Day 2 disaster recovery configuration. For example, configuring primary and disaster recovery sites, protecting VMs, recovering VMs, and so on. However, it doesn't handle the replication data of the protected customer Virtual Machines. |
3431
| **Virtual Replication appliance (vRA)** | Linux VM to handle data replication from the source to the replication target. One instance of vRA is installed per ESXi host, delivering a true scale architecture that grows and shrinks along with the private cloud's hosts. The vRA manages data replication to and from protected VMs to its local or remote target, storing the data in the journal. |
3532
| **Zerto ESXi host driver** | Installed on each VMware ESXi host configured for Zerto disaster recovery. The host driver intercepts a vSphere VM's IO and sends the replication data to the chosen vRA for that host. The vRA is then responsible for replicating the VM's data to one or more disaster recovery targets. |
36-
| **Zerto Cloud Appliance (ZCA)** | Windows VM only used when Zerto is used to recover vSphere VMs as Azure Native IaaS VMs. The ZCA is composed of:<ul><li>**ZVM:** A Windows service that hosts the UI and integrates with the native APIs of Azure for management and orchestration.</li><li>**VRA:** A Windows service that replicates the data from or to Azure.</li></ul>The ZCA integrates natively with the platform it gets deployed on, allowing you to use Azure Blob storage within a storage account on Microsoft Azure. As a result, it ensures the most cost-efficient deployment on each of these platforms. |
33+
| **Zerto Cloud Appliance (ZCA)** | Windows VM only used when Zerto is used to recover vSphere VMs as Azure Native IaaS VMs. The ZCA is composed of:<ul><li>**ZVM:** A Windows service that hosts the UI and integrates with the native APIs of Azure for management and orchestration.</li><li>**VRA:** A Windows service that replicates the data from or to Azure.</li></ul> The ZCA integrates natively with the platform it gets deployed on, allowing you to use Azure Blob storage within a storage account on Microsoft Azure. As a result, it ensures the most cost-efficient deployment on each of these platforms. |
3734
| **Virtual Protection Group (VPG)** | Logical group of VMs created on the ZVM. Zerto allows configuring disaster recovery, Backup, and Mobility policies on a VPG. This mechanism enables a consistent set of policies to be applied to a group of VMs. |
3835

39-
To learn more about Zerto platform architecture, see the [Zerto Platform Architecture Guide](https://www.zerto.com/wp-content/uploads/2021/07/Zerto-Platform-Architecture-Guide.pdf).
36+
To learn more about Zerto platform architecture, see the [Zerto Platform Architecture Guide](https://help.zerto.com/bundle/Admin.VC.HTML.10.8/page/The_Zerto_Solution_Architecture.htm).
37+
38+
In this article, learn how to implement disaster recovery for on-premises VMware or Azure VMware Solution-based virtual machines (VMs). The solution in this article uses [Zerto disaster recovery](https://www.zerto.com/solutions/use-cases/disaster-recovery/). Instances of Zerto are deployed at both the protected and the recovery sites.
39+
40+
Zerto is a disaster recovery solution designed to minimize downtime of VMs should a disaster occur. Zerto's platform is built on the foundation of Continuous Data Protection (CDP) that enables minimal or close to no data loss. The platform provides the level of protection wanted for many business-critical and mission-critical enterprise applications. Zerto also automates and orchestrates failover and failback to ensure minimal downtime in a disaster. Overall, Zerto simplifies management through automation and ensures fast and highly predictable recovery times.
4041

41-
## Supported Zerto scenarios
42+
## Disaster recovery limitations, unsupported, and known issues
43+
https://learn.microsoft.com/en-us/azure/azure-vmware/ecosystem-disaster-recovery-vms#disaster-recovery-limitations-unsupported-and-known-issues
44+
- AV64 node types are supported in Zerto version 10.0.8 only with VAIO in Gen1. [Deploy Zerto](https://help.zerto.com/bundle/Install.AVS.HTML.10.8/page/deploying_zerto_10_8_on_azure_vmware_solution_avs_.html)
45+
- DNS and network configuration changes for Zerto Virtual Machine aren't supported after installation.
46+
- Azure resource group modifications aren't supported after Zerto installation.
47+
- Virtual Machine(s) replications may be disrupted during Azure VMware Solution upgrade maintenance.
48+
- Virtual Machine(s) replications may be disrupted during Azure VMware Solution host replacement maintenance.
49+
- For other Zerto related know issues [Click here](https://help.zerto.com/bundle/Install.AVS.HTML.10.0_U5/page/known_issues_and_limitations.html)
4250

43-
You can use Zerto with Azure VMware Solution for the following three scenarios.
4451

45-
> [!NOTE]
46-
> For Azure NetApp Files (ANFs) or Azure Elastic SAN, Azure VMware Solution supports Network File System (NFS) datastores and Virtual Machine File System (VMFS) as a persistent storage options. You can create NFS datastores with Azure NetApp Files volumes or VMFS datastores with Azure Elastic SAN volumes and attach them to clusters of your choice. You can also create virtual machines (VMs) for optimal cost and performance. To use ANF or Elastic SAN datastores, select them as a Recovery Datastore in the Zerto VPG wizard when creating or editing a VPG.
52+
## Zerto‑Supported external Datastores in Azure VMware Solution (AVS)
4753

48-
> [!TIP]
49-
> Explore more about ANF and Elastic SAN datastores and how to attach [Azure NetApp datastores to Azure VMware Solution hosts](/azure/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts?tabs=azure-portal) and [Azure Elastic SAN datastores to Azure VMware Solution hosts](https://learn.microsoft.com/azure/azure-vmware/configure-azure-elastic-san)
54+
Azure VMware Solution fully supports using Azure NetApp Files (ANF) and Azure Elastic SAN as persistent storage through both Network File System (NFS) and Virtual Machine File System (VMFS) datastores.
55+
You can provision NFS datastores backed by Azure NetApp Files volumes or VMFS datastores backed by Azure Elastic SAN volumes, then attach them to any AVS cluster as needed. This flexibility allows you to deploy virtual machines with the right balance of performance and cost.
56+
When configuring Zerto, simply choose your ANF or Elastic SAN datastore as the Recovery Datastore within the VPG creation or editing workflow.
5057

58+
Dive deeper into how these storage options integrate with AVS:
59+
[Azure NetApp datastores to Azure VMware Solution hosts](/azure/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts?tabs=azure-portal) and
60+
[Azure Elastic SAN datastores to Azure VMware Solution hosts](https://learn.microsoft.com/azure/azure-vmware/configure-azure-elastic-san)
5161

62+
63+
## Supported Zerto scenarios in Azure Vmware Solution
5264
### Scenario 1: On-premises VMware vSphere to Azure VMware Solution disaster recovery
5365

5466
In this scenario, the primary site is an on-premises vSphere-based environment. The disaster recovery site is an Azure VMware Solution private cloud.
@@ -67,31 +79,12 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
6779

6880
:::image type="content" source="media/zerto-disaster-recovery/zerto-disaster-recovery-scenario-3-diagram.png" alt-text="Diagram showing Scenario 3 for the Zerto disaster recovery solution on Azure VMware Solution."lightbox="media/zerto-disaster-recovery/zerto-disaster-recovery-scenario-3-diagram.png":::
6981

70-
## Prerequisites
71-
72-
### On-premises VMware to Azure VMware Solution disaster recovery
73-
74-
- Azure VMware Solution private cloud deployed as a secondary region.
75-
76-
- VPN or ExpressRoute connectivity between on-premises and Azure VMware Solution.
77-
78-
### Azure VMware Solution to Azure VMware Solution cloud disaster recovery
79-
80-
- Azure VMware Solution private cloud must be deployed in the primary and secondary regions.
81-
82-
:::image type="content" source="media/zerto-disaster-recovery/zerto-disaster-recovery-scenario-2a-prerequisite.png" alt-text="Diagram shows the first prerequisite for Scenario 2 of the Zerto disaster recovery solution on Azure VMware Solution.":::
83-
84-
- Connectivity, like ExpressRoute Global Reach, between the source and target Azure VMware Solution private cloud.
85-
86-
### Azure VMware Solution IaaS VMs cloud disaster recovery
87-
88-
- Network connectivity, ExpressRoute based, from Azure VMware Solution to the virtual network used for disaster recovery.
8982

9083
- Follow the [Zerto Virtual Replication Azure Quickstart Guide](https://help.zerto.com/bundle/Install.MA.HTML.10.0_U1/page/Prerequisites_Requirements_Microsoft_Azure_Environments.htm) for the rest of the prerequisites.
9184

9285
## Install Zerto on Azure VMware Solution
9386

94-
To deploy Zerto on Azure VMware Solution, follow these [instructions](https://help.zerto.com/bundle/Install.AVS.HTML.10.0_U5/page/zerto_deployment_and_configuration.html).
87+
To deploy Zerto on Azure VMware Solution, follow these [instructions](https://help.zerto.com/category/AVS).
9588

9689
## Support
9790

@@ -111,6 +104,11 @@ No, Zerto customers should reach out Zerto for all supports related issues inclu
111104

112105
Zerto supports on-premises issues, including site pairing, connectivity.
113106

107+
### Does Zerto supports external datastores for VM replication?
108+
Azure VMware Solution fully supports using Azure NetApp Files (ANF) and Azure Elastic SAN as persistent storage through both Network File System (NFS) and Virtual Machine File System (VMFS) datastores.
109+
[Azure NetApp datastores to Azure VMware Solution hosts](/azure/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts?tabs=azure-portal) and
110+
[Azure Elastic SAN datastores to Azure VMware Solution hosts](https://learn.microsoft.com/azure/azure-vmware/configure-azure-elastic-san)
111+
114112
### Does Zerto supports Static IP configuration in VRA installation?
115113

116114
Zerto strongly recommend installing the VRAs at the cluster level and inputting an IP Pool range of dedicated VRA IPs within the “VRA Network Details”. Allowing Zerto to automatically manage installation of VRAs as cluster changes occur in the Azure VMware Solution environment.

0 commit comments

Comments
 (0)