Skip to content

Commit 9d17694

Browse files
authored
Merge pull request #91354 from rvandenbedem/patch-52
Update deploy-disaster-recovery-using-jetstream.md
2 parents 10353d0 + 11fe953 commit 9d17694

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/azure-vmware/deploy-disaster-recovery-using-jetstream.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy disaster recovery using JetStream DR
33
description: Learn how to implement JetStream DR for your Azure VMware Solution private cloud and on-premises VMware workloads.
44
ms.topic: how-to
5-
ms.date: 11/17/2021
5+
ms.date: 04/11/2022
66
ms.custom: references_regions
77
---
88

@@ -19,7 +19,7 @@ To learn more about JetStream DR, see:
1919

2020
- [JetStream Solution brief](https://www.jetstreamsoft.com/2020/09/28/solution-brief-disaster-recovery-for-avs/)
2121

22-
- [JetStream DR on Azure Marketplace](https://portal.azure.com/#create/jetstreamsoftware1596597632545.jsdravs-093020)
22+
- [JetStream DR on Azure Marketplace](https://ms.portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/jetstreamsoftware1596597632545.jsdravs-111721)
2323

2424
- [JetStream knowledge base articles](https://www.jetstreamsoft.com/resources/knowledge-base/)
2525

@@ -28,9 +28,9 @@ To learn more about JetStream DR, see:
2828

2929
| Items | Description |
3030
| --- | --- |
31-
| **JetStream Management Server Virtual Appliance (MSA)** | MSA enables both Day 0 and Day 2 configuration, such as primary sites, protection domains, and recovering VMs. MSA is installed on a vSphere node by the cloud admin. The MSA implements a vCenter plugin that allows you to manage JetStream DR natively from vCenter. The MSA doesn't handle replication data of protected VMs. |
31+
| **JetStream Management Server Virtual Appliance (MSA)** | MSA enables both Day 0 and Day 2 configuration, such as primary sites, protection domains, and recovering VMs. MSA is installed on a vSphere node by the cloud admin. The MSA implements a vCenter Server plugin that allows you to manage JetStream DR natively from vCenter Server. The MSA doesn't handle replication data of protected VMs. |
3232
| **JetStream DR Virtual Appliance (DRVA)** | Linux-based Virtual Machine appliance receives protected VMs replication data from the source ESXi host. It's responsible for storing the replication data at the DR site, typically in an object store such as Azure Blob Storage. Depending on the number of protected VMs and the amount of storage to replicate, the private cloudadmin can create one or more DRVA instances. |
33-
| **JetStream ESXi host components (IO Filter packages)** | JetStream software installed on each ESXi host configured for JetStream DR. The host driver intercepts a vSphere VMs IO and sends the replication data to the DRVA. |
33+
| **JetStream ESXi host components (IO Filter packages)** | JetStream software installed on each ESXi host configured for JetStream DR. The host driver intercepts the vSphere VMs IO and sends the replication data to the DRVA. |
3434
| **JetStream protection domain** | Logical group of VMs that will be protected together using the same policies and run book. The data for all VMs in a protection domain is stored in the same Azure Blob container instance. The same DRVA instance handles replication to remote DR storage for all VMs in a protection domain. |
3535
| **Azure Blob Storage containers** | The protected VMs replicated data is stored in Azure Blobs. JetStream software creates one Azure Blob container instance for each JetStream protection domain. |
3636

@@ -39,13 +39,13 @@ To learn more about JetStream DR, see:
3939
## JetStream scenarios on Azure VMware Solution
4040
You can use JetStream DR with Azure VMware Solution for the following two scenarios: 
4141

42-
- On-premises VMware to Azure VMware Solution DR
42+
- On-premises VMware vSphere to Azure VMware Solution DR
4343

4444
- Azure VMware Solution to Azure VMware Solution DR
4545

46-
### Scenario 1: On-premises VMware to Azure VMware Solution DR
46+
### Scenario 1: On-premises VMware vSphere to Azure VMware Solution DR
4747

48-
In this scenario, the primary site is your on-premises VMware environment and the DR site is an Azure VMware Solution private cloud.
48+
In this scenario, the primary site is your on-premises VMware vSphere environment and the DR site is an Azure VMware Solution private cloud.
4949

5050
:::image type="content" source="media/jetstream-disaster-recovery/jetstream-on-premises-to-cloud-diagram.png" alt-text="Diagram showing the on-premises to Azure VMware Solution private cloud JetStream deployment." border="false" lightbox="media/jetstream-disaster-recovery/jetstream-on-premises-to-cloud-diagram.png":::
5151

@@ -59,7 +59,7 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
5959
## Prerequisites
6060

6161

62-
### Scenario 1: On-premises VMware to Azure VMware Solution DR
62+
### Scenario 1: On-premises VMware vSphere to Azure VMware Solution DR
6363

6464
- Azure VMware Solution private cloud deployed with a minimum of three nodes in the target DR region.
6565

@@ -69,16 +69,16 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
6969

7070
- Network connectivity configured between the primary site JetStream appliances and the Azure Storage blob instance.
7171

72-
- [Setup and Subscribe to JetStream DR](https://portal.azure.com/#create/jetstreamsoftware1596597632545.jsdravs-093020) from the Azure Marketplace to download the JetStream DR software.
72+
- [Setup and Subscribe to JetStream DR](https://ms.portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/jetstreamsoftware1596597632545.jsdravs-111721) from the Azure Marketplace to download the JetStream DR software.
7373

7474
- [Azure Blob Storage account](../storage/common/storage-account-create.md) created using either Standard or Premium Performance tier. For [access tier, select **Hot**](../storage/blobs/access-tiers-overview.md).
7575

7676
>[!NOTE]
7777
>The **Enable hierarchical namespace** option on the blob isn't supported.
7878
79-
- An NSX-T network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
79+
- An NSX-T Data Center network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
8080

81-
- A DNS server configured to resolve the IP addresses of Azure VMware Solution vCenter, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
81+
- A DNS server configured to resolve the IP addresses of Azure VMware Solution vCenter Server, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
8282

8383

8484

@@ -88,16 +88,16 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
8888

8989
- Network connectivity configured between the primary site JetStream appliances and the Azure Storage blob instance.
9090

91-
- [Setup and Subscribe to JetStream DR](https://portal.azure.com/#create/jetstreamsoftware1596597632545.jsdravs-093020) from the Azure Marketplace to download the JetStream DR software.
91+
- [Setup and Subscribe to JetStream DR](https://ms.portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/jetstreamsoftware1596597632545.jsdravs-111721) from the Azure Marketplace to download the JetStream DR software.
9292

9393
- [Azure Blob Storage account](../storage/common/storage-account-create.md) created using either Standard or Premium Performance tier. For [access tier, select **Hot**](../storage/blobs/access-tiers-overview.md).
9494

9595
>[!NOTE]
9696
>The **Enable hierarchical namespace** option on the blob isn't supported.
9797
98-
- An NSX-T network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
98+
- An NSX-T Data Center network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
9999

100-
- A DNS server configured on both the primary and DR sites to resolve the IP addresses of Azure VMware Solution vCenter, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
100+
- A DNS server configured on both the primary and DR sites to resolve the IP addresses of Azure VMware Solution vCenter Server, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
101101

102102

103103
For more on-premises JetStream DR prerequisites, see the [JetStream Pre-Installation Guide](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/pre-installation-guidelines/).
@@ -126,7 +126,7 @@ You can follow these steps for both supported scenarios.
126126

127127
| **Field** | **Value** |
128128
| --- | --- |
129-
| **Network** | Name of the NSX-T network segment where you must deploy the JetStream MSA. |
129+
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
130130
| **Datastore** | Name of the datastore where you'll deploy the MSA. |
131131
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name. |
132132
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
@@ -160,7 +160,7 @@ Azure VMware Solution supports the installation of JetStream using either static
160160
| **Gateway** | IP address of the network gateway for the JetStream MSA VM. |
161161
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
162162
| **HostName** | Hostname (FQDN) of the JetStream MSA VM. |
163-
| **Network** | Name of the NSX-T network segment where you must deploy the JetStream MSA. |
163+
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
164164
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Install-JetDRWithStaticIP-Exec1**. It's used to verify if the cmdlet ran successfully. |
165165

166166

@@ -183,7 +183,7 @@ This step also installs JetStream vSphere Installation Bundle (VIB) on the clust
183183
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
184184
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
185185
| **HostName** | Hostname (FQDN) of the JetStream MSA VM. |
186-
| **Network** | Name of the NSX-T network segment where you must deploy the JetStream MSA. |
186+
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
187187
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Install-JetDRWithDHCP-Exec1**. It's used to verify if the cmdlet ran successfully. |
188188

189189

0 commit comments

Comments
 (0)