Skip to content

Commit a75a362

Browse files
authored
Merge pull request #100801 from DennisBray/patch-1
Update deploy-disaster-recovery-using-jetstream.md
2 parents 3c0b39c + 25adf10 commit a75a362

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For full details, refer to the article: [Disaster Recovery with Azure NetApp Fil
138138
139139
- An NSX-T network segment configured on Azure VMware Solution private cloud with DHCP enabled on the segment for the transient JetStream Virtual appliances employed during recovery or failover.
140140

141-
- 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.
141+
- DNS 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, the JetStream DR Management Server Appliance (MSA) and the JetStream Marketplace service for the JetStream virtual appliances.
142142
- (Optional) Azure NetApp Files volume(s) are created and attached to the Azure VMware Solution private cloud for recovery or failover of protected VMs to Azure NetApp Files backed datastores.
143143

144144
- [Attach Azure NetApp Files datastores to Azure VMware Solution hosts (Preview)](attach-azure-netapp-files-to-azure-vmware-solution-hosts.md)
@@ -167,9 +167,9 @@ You can follow these steps for both supported scenarios.
167167
| **Field** | **Value** |
168168
| --- | --- |
169169
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
170-
| **Datastore** | Name of the datastore where you'll deploy the MSA. |
170+
| **Datastore** | Name of the datastore where you will deploy the JetStream MSA. |
171171
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name. |
172-
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
172+
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA will be deployed, for example, **Cluster-1**. |
173173
| **VMName** | Name of JetStream MSA VM, for example, **jetstreamServer**. |
174174
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Invoke-PreflightJetDRInstall-Exec1**. It's used to verify if the cmdlet ran successfully. |
175175
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |
@@ -191,16 +191,16 @@ Azure VMware Solution supports the installation of JetStream using either static
191191
| **Field** | **Value** |
192192
| --- | --- |
193193
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name during the install. |
194-
| **Datastore** | Name of the datastore where you'll deploy the JetStream MSA. |
194+
| **Datastore** | Name of the datastore where the JetStream MSA will be deployed. |
195195
| **VMName** | Name of JetStream MSA VM, for example, **jetstreamServer**. |
196-
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
196+
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA will be deployed, for example, **Cluster-1**. |
197197
| **Netmask** | Netmask of the MSA to be deployed, for example, **255.255.255.0**. |
198198
| **MSIp** | IP address of the JetStream MSA VM. |
199199
| **Dns** | DNS IP that the JetStream MSA VM should use. |
200200
| **Gateway** | IP address of the network gateway for the JetStream MSA VM. |
201201
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
202202
| **HostName** | Hostname (FQDN) of the JetStream MSA VM. |
203-
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
203+
| **Network** | Name of the NSX-T Data Center network segment where the JetStream MSA will be deployed. |
204204
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Install-JetDRWithStaticIP-Exec1**. It's used to verify if the cmdlet ran successfully and should be unique for each run. |
205205

206206

@@ -218,12 +218,12 @@ This step also installs JetStream vSphere Installation Bundle (VIB) on the clust
218218
| **Field** | **Value** |
219219
| --- | --- |
220220
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name during the install. |
221-
| **Datastore** | Name of the datastore where you'll deploy the JetStream MSA. |
221+
| **Datastore** | Name of the datastore where the JetStream MSA will be deployed. |
222222
| **VMName** | Name of JetStream MSA VM, for example, **jetstreamServer**. |
223-
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
223+
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA will be deployed, for example, **Cluster-1**. |
224224
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
225225
| **HostName** | Hostname (FQDN) of the JetStream MSA VM. |
226-
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
226+
| **Network** | Name of the NSX-T Data Center network segment where the JetStream MSA will be deployed. |
227227
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Install-JetDRWithDHCP-Exec1**. It's used to verify if the cmdlet ran successfully and should be unique for each run. |
228228

229229

@@ -266,9 +266,9 @@ Once JetStream DR MSA and JetStream VIB are installed on the Azure VMware Soluti
266266
1. [Create a JetStream replication log store volume](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/create-a-replication-log-store-volume/) using one of the datastores available to the Azure VMware Solution cluster.
267267

268268
>[!TIP]
269-
>Fast local storage, such as vSAN datastore, is preferred for the replication log.
269+
>Fast local storage, such as vSAN datastore, is preferred for the replication log volume.
270270
271-
1. [Create a JetStream protected domain](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/create-a-protected-domain/). You'll provide the Azure Blob Storage site, JetStream DRVA instance, and replication log created in previous steps.
271+
1. [Create a JetStream protected domain](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/create-a-protected-domain/). You'll provide the Azure Blob Storage site, JetStream DRVA instance, and replication log volume created in previous steps.
272272

273273
1. [Select the VMs](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/select-vms-for-protection/) you want to protect and then [start VM protection](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/start-vm-protection/).
274274

@@ -285,7 +285,7 @@ This cmdlet disables JetStream DR only on one of the clusters and doesn't comple
285285

286286
| **Field** | **Value** |
287287
| --- | --- |
288-
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name during the install. |
288+
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster currently protected by JetStream DR, for example, **Cluster-1**. You can only provide one cluster name to be disabled. |
289289
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
290290
| **MSIp** | IP address of the JetStream MSA VM. |
291291
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Disable-JetDRForCluster-Exec1**. It's used to verify if the cmdlet ran successfully and should be unique for each run. |
@@ -302,7 +302,7 @@ This cmdlet disables JetStream DR only on one of the clusters and doesn't comple
302302

303303
| **Field** | **Value** |
304304
| --- | --- |
305-
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name during the install. |
305+
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster currently protected by JetStream DR, for example, **Cluster-1**. You can only provide one cluster name during uninstall. |
306306
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
307307
| **MSIp** | IP address of the JetStream MSA VM. |
308308
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Invoke-PreflightJetDRUninstall-Exec1**. It's used to verify if the cmdlet ran successfully and should be unique for each run.|
@@ -313,7 +313,7 @@ This cmdlet disables JetStream DR only on one of the clusters and doesn't comple
313313

314314
| **Field** | **Value** |
315315
| --- | --- |
316-
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name during the install. |
316+
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster currently protected by JetStream DR, for example, **Cluster-1**. You can only provide one cluster name during uninstall. |
317317
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
318318
| **MSIp** | IP address of the JetStream MSA VM. |
319319
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Uninstall-JetDR-Exec1**. It's used to verify if the cmdlet ran successfully and should be unique for each run.|
@@ -325,7 +325,7 @@ This cmdlet disables JetStream DR only on one of the clusters and doesn't comple
325325

326326
JetStream DR is a solution that [JetStream Software](https://www.jetstreamsoft.com/) supports. For any product or support issues with JetStream, contact [email protected].
327327

328-
Azure VMware Solution uses the Run command (Preview) to automate both the install and uninstall of JetStream DR. Contact Microsoft support for any issue with the run commands. For issues with JetStream install and uninstall cmdlets, contact JetStream for support.
328+
Azure VMware Solution uses the Run command to automate both the install and uninstall of JetStream DR. Contact Microsoft support for any issue with the run commands. For issues with JetStream install and uninstall cmdlets, contact JetStream for support.
329329

330330

331331

0 commit comments

Comments
 (0)