Skip to content

Commit 66ff3da

Browse files
author
Ankita Dutta
committed
acro
1 parent 03950dc commit 66ff3da

4 files changed

+42
-42
lines changed

articles/site-recovery/azure-vm-disaster-recovery-with-accelerated-networking.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: engagement-fy23
1818
1919
Accelerated Networking enables single root I/O virtualization (SR-IOV) to a VM, greatly improving its networking performance. This high-performance path bypasses the host from the datapath, reducing latency, jitter, and CPU utilization, for use with the most demanding network workloads on supported VM types. The following picture shows communication between two VMs with and without accelerated networking:
2020

21-
:::image type="content" source="./media/azure-vm-disaster-recovery-with-accelerated-networking/accelerated-networking-benefit.png" alt-text="Screenshot of difference between accelerated and non-accelerated networking." lightbox="./media/azure-vm-disaster-recovery-with-accelerated-networking/accelerated-networking-benefit.png":::
21+
:::image type="content" source="./media/azure-vm-disaster-recovery-with-accelerated-networking/accelerated-networking-benefit.png" alt-text="Screenshot of difference between accelerated and nonaccelerated networking." lightbox="./media/azure-vm-disaster-recovery-with-accelerated-networking/accelerated-networking-benefit.png":::
2222

2323
Azure Site Recovery enables you to utilize the benefits of Accelerated Networking, for Azure virtual machines that are failed over to a different Azure region. This article describes how you can enable Accelerated Networking for Azure virtual machines replicated with Azure Site Recovery.
2424

@@ -31,7 +31,7 @@ Before you begin, ensure that you understand:
3131

3232
## Accelerated Networking with Windows VMs
3333

34-
Azure Site Recovery supports enabling Accelerated Networking for replicated virtual machines only if the source virtual machine has Accelerated Networking enabled. If your source virtual machine does not have Accelerated Networking enabled, you can learn how to enable Accelerated Networking for Windows virtual machines [here](../virtual-network/create-vm-accelerated-networking-powershell.md#enable-accelerated-networking-on-existing-vms).
34+
Azure Site Recovery supports enabling Accelerated Networking for replicated virtual machines only if the source virtual machine has Accelerated Networking enabled. If your source virtual machine doesn't have Accelerated Networking enabled, you can learn how to enable Accelerated Networking for Windows virtual machines [here](../virtual-network/create-vm-accelerated-networking-powershell.md#enable-accelerated-networking-on-existing-vms).
3535

3636
### Supported operating systems
3737
The following distributions are supported out of the box from the Azure Gallery:
@@ -47,7 +47,7 @@ For more information on VM instances, see [Windows VM sizes](../virtual-machines
4747

4848
## Accelerated Networking with Linux VMs
4949

50-
Azure Site Recovery supports enabling Accelerated Networking for replicated virtual machines only if the source virtual machine has Accelerated Networking enabled. If your source virtual machine does not have Accelerated Networking enabled, you can learn how to enable Accelerated Networking for Linux virtual machines [here](../virtual-network/create-vm-accelerated-networking-cli.md#enable-accelerated-networking-on-existing-vms).
50+
Azure Site Recovery supports enabling Accelerated Networking for replicated virtual machines only if the source virtual machine has Accelerated Networking enabled. If your source virtual machine doesn't have Accelerated Networking enabled, you can learn how to enable Accelerated Networking for Linux virtual machines [here](../virtual-network/create-vm-accelerated-networking-cli.md#enable-accelerated-networking-on-existing-vms).
5151

5252
### Supported operating systems
5353
The following distributions are supported out of the box from the Azure Gallery:
@@ -84,7 +84,7 @@ If you have enabled Accelerated Networking on the source virtual machine after e
8484
:::image type="content" source="./media/azure-vm-disaster-recovery-with-accelerated-networking/network-interface-accelerated-networking-enabled.png" alt-text="Screenshot of Enable Accelerated Networking." lightbox="./media/azure-vm-disaster-recovery-with-accelerated-networking/network-interface-accelerated-networking-enabled.png":::
8585

8686

87-
The above process should also be followed for existing replicated virtual machines, that did not previously have Accelerated Networking enabled automatically by Site Recovery.
87+
The above process should also be followed for existing replicated virtual machines that didn't previously have Accelerated Networking enabled automatically by Site Recovery.
8888

8989
## Next steps
9090
- Learn more about [benefits of Accelerated Networking](../virtual-network/accelerated-networking-overview.md#benefits).

articles/site-recovery/vmware-azure-disaster-recovery-powershell.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Set up VMware disaster recovery using PowerShell in Azure Site Revoery
2+
title: Set up VMware disaster recovery using PowerShell in Azure Site Recovery
33
description: Learn how to set up replication and failover to Azure for disaster recovery of VMware VMs using PowerShell in Azure Site Recovery.
44
author: ankitaduttaMSFT
55
manager: gaggupta
@@ -16,7 +16,7 @@ ms.custom: devx-track-azurepowershell
1616
> [!CAUTION]
1717
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
1818
19-
In this article, you see how to replicate and failover VMware virtual machines to Azure using Azure PowerShell.
19+
In this article, you see how to replicate and fail over VMware virtual machines to Azure using Azure PowerShell.
2020

2121
You learn how to:
2222

@@ -39,7 +39,7 @@ Before you start:
3939
- Review the [support requirements](./vmware-physical-azure-support-matrix.md) for all components.
4040
- You have the Azure PowerShell `Az` module. If you need to install or upgrade Azure PowerShell, follow this [Guide to install and configure Azure PowerShell](/powershell/azure/install-azure-powershell).
4141

42-
## Log into Azure
42+
## Log in to Azure
4343

4444
Log into your Azure subscription using the Connect-AzAccount cmdlet:
4545

@@ -53,7 +53,7 @@ Select-AzSubscription -SubscriptionName "ASR Test Subscription"
5353
```
5454
## Set up a Recovery Services vault
5555

56-
1. Create a resource group in which to create the Recovery Services vault. In the example below, the resource group is named VMwareDRtoAzurePS and is created in the East Asia region.
56+
1. Create a resource group in which to create the Recovery Services vault. In the following example, the resource group is named VMwareDRtoAzurePS and is created in the East Asia region.
5757

5858
```azurepowershell
5959
New-AzResourceGroup -Name "VMwareDRtoAzurePS" -Location "East Asia"
@@ -66,7 +66,7 @@ Select-AzSubscription -SubscriptionName "ASR Test Subscription"
6666
ResourceId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/VMwareDRtoAzurePS
6767
```
6868

69-
2. Create a Recovery services vault. In the example below, the Recovery services vault is named VMwareDRToAzurePs, and is created in the East Asia region and in the resource group created in the previous step.
69+
2. Create a Recovery services vault. In the following example, the Recovery services vault is named VMwareDRToAzurePs, and is created in the East Asia region and in the resource group created in the previous step.
7070

7171
```azurepowershell
7272
New-AzRecoveryServicesVault -Name "VMwareDRToAzurePs" -Location "East Asia" -ResourceGroupName "VMwareDRToAzurePs"
@@ -96,7 +96,7 @@ Select-AzSubscription -SubscriptionName "ASR Test Subscription"
9696
C:\Work\VMwareDRToAzurePs_2017-11-23T19-52-34.VaultCredentials
9797
```
9898

99-
4. Use the downloaded vault registration key and follow the steps in the articles given below to complete installation and registration of the Configuration Server.
99+
4. Use the downloaded vault registration key and follow the following steps in the articles to complete installation and registration of the Configuration Server.
100100
- [Choose your protection goals](vmware-azure-set-up-source.md#choose-your-protection-goals)
101101
- [Set up the source environment](vmware-azure-set-up-source.md#set-up-the-configuration-server)
102102

@@ -107,7 +107,7 @@ Set the vault context using the Set-ASRVaultContext cmdlet. Once set, subsequent
107107
> [!TIP]
108108
> The Azure Site Recovery PowerShell module (Az.RecoveryServices module) comes with easy to use aliases for most cmdlets. The cmdlets in the module take the form *\<Operation>-**AzRecoveryServicesAsr**\<Object>* and have equivalent aliases that take the form *\<Operation>-**ASR**\<Object>*. You can replace the cmdlet aliases for ease of use.
109109
110-
In the example below, the vault details from the $vault variable is used to specify the vault context for the PowerShell session.
110+
In the following example, the vault details from the $vault variable is used to specify the vault context for the PowerShell session.
111111

112112
```azurepowershell
113113
Set-ASRVaultContext -Vault $vault
@@ -128,10 +128,10 @@ Subsequent sections of this article assume that the vault context for Azure Site
128128

129129
## Validate vault registration
130130

131-
For this example, we have the following:
131+
For this example, we have the following requirements:
132132

133133
- A configuration server (**ConfigurationServer**) has been registered to this vault.
134-
- An additional process server (**ScaleOut-ProcessServer**) has been registered to *ConfigurationServer*
134+
- An extra process server (**ScaleOut-ProcessServer**) has been registered to *ConfigurationServer*
135135
- Accounts (**vCenter_account**, **WindowsAccount**, **LinuxAccount**) have been set up on the Configuration server. These accounts are used to add the vCenter server, to discover virtual machines, and to push-install the mobility service software on Windows and Linux servers that are to be replicated.
136136

137137
1. Registered configuration servers are represented by a fabric object in Site Recovery. Get the list of fabric objects in the vault and identify the configuration server.
@@ -316,7 +316,7 @@ Errors : {}
316316

317317
## Create storage accounts for replication
318318

319-
**To write to managed disk, use [PowerShell Az.RecoveryServices module 2.0.0](https://www.powershellgallery.com/packages/Az.RecoveryServices/2.0.0-preview) onwards.** It only requires creation of a log storage account. It is recommended to use a standard account type and LRS redundancy since it is used to store only temporary logs. Ensure that the storage account is created in the same Azure region as the vault.
319+
**To write to managed disk, use [PowerShell Az.RecoveryServices module 2.0.0](https://www.powershellgallery.com/packages/Az.RecoveryServices/2.0.0-preview) onwards.** It only requires creation of a log storage account. It's recommended to use a standard account type and LRS redundancy since it's used to store only temporary logs. Ensure that the storage account is created in the same Azure region as the vault.
320320

321321
If you are using a version of Az.RecoveryServices module older than 2.0.0, use the following steps to create storage accounts. These storage accounts are used later to replicate virtual machines. Ensure that the storage accounts are created in the same Azure region as the vault. You can skip this step if you plan to use an existing storage account for replication.
322322

@@ -348,13 +348,13 @@ You will need the following details to protect a discovered virtual machine:
348348
* The resource group in which virtual machines must be created on failover.
349349
* Optionally, the Azure virtual network and subnet to which the failed over virtual machine should be connected.
350350

351-
Now replicate the following virtual machines using the settings specified in this table
351+
Now replicate the following virtual machines using the settings specified in this table:
352352

353353

354354
|Virtual machine |Process Server |Storage Account |Log Storage account |Policy |Account for Mobility service installation|Target resource group | Target virtual network |Target subnet |
355355
|-----------------|----------------------|-----------------------------|---------------------|-----------------|-----------------------------------------|-----------------------|-------------------------|---------------|
356356
|CentOSVM1 |ConfigurationServer |N/A| logstorageaccount1 |ReplicationPolicy|LinuxAccount |VMwareDRToAzurePs |ASR-vnet |Subnet-1 |
357-
|Win2K12VM1 |ScaleOut-ProcessServer|premiumstorageaccount1 |logstorageaccount1 |ReplicationPolicy|WindowsAccount |VMwareDRToAzurePs |ASR-vnet |Subnet-1 |
357+
|Win 2K12VM1 |ScaleOut-ProcessServer|premiumstorageaccount1 |logstorageaccount1 |ReplicationPolicy|WindowsAccount |VMwareDRToAzurePs |ASR-vnet |Subnet-1 |
358358
|CentOSVM2 |ConfigurationServer |replicationstdstorageaccount1| N/A |ReplicationPolicy|LinuxAccount |VMwareDRToAzurePs |ASR-vnet |Subnet-1 |
359359

360360

@@ -448,7 +448,7 @@ Errors : {}
448448

449449
## Run a test failover
450450

451-
1. Run a DR drill (test failover) as follows:
451+
1. Run a disaster recovery drill (test failover) as follows:
452452

453453
```azurepowershell
454454
#Test failover of Win2K12VM1 to the test virtual network "V2TestNetwork"
@@ -459,7 +459,7 @@ Errors : {}
459459
#Start the test failover operation
460460
$TFOJob = Start-AzRecoveryServicesAsrTestFailoverJob -ReplicationProtectedItem $ReplicatedVM1 -AzureVMNetworkId $TestFailovervnet.Id -Direction PrimaryToRecovery
461461
```
462-
2. Once the test failover job completes successfully, you will notice that a virtual machine suffixed with *"-Test"* (Win2K12VM1-Test in this case) to its name is created in Azure.
462+
2. Once the test failover job completes successfully, you'll notice that a virtual machine suffixed with *"-Test"* (Win2K12VM1-Test in this case) to its name is created in Azure.
463463
3. You can now connect to the test failed over virtual machine, and validate the test failover.
464464
4. Clean up the test failover using the Start-ASRTestFailoverCleanupJob cmdlet. This operation deletes the virtual machine created as part of the test failover operation.
465465

articles/site-recovery/vmware-azure-install-linux-master-target.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Keep an Ubuntu 16.04.2 minimal 64-bit ISO in the DVD drive and start the system.
102102

103103
1. In the next selection for encrypting your home directory, select **No** (the default option), and then select **Enter**.
104104

105-
1. If the time zone that's displayed is correct, select **Yes** (the default option), and then select **Enter**. To reconfigure your time zone, select **No**.
105+
1. If the time zone displayed is correct, select **Yes** (the default option), and then select **Enter**. To reconfigure your time zone, select **No**.
106106

107107
1. From the partitioning method options, select **Guided - use entire disk**, and then select **Enter**.
108108

@@ -125,7 +125,7 @@ Keep an Ubuntu 16.04.2 minimal 64-bit ISO in the DVD drive and start the system.
125125
![Select how to manage upgrades](./media/vmware-azure-install-linux-master-target/image18-ubuntu.png)
126126

127127
> [!WARNING]
128-
> Because the Azure Site Recovery master target server requires a very specific version of the Ubuntu, you need to ensure that the kernel upgrades are disabled for the virtual machine. If they are enabled, then any regular upgrades cause the master target server to malfunction. Make sure you select the **No automatic updates** option.
128+
> Because the Azure Site Recovery master target server requires a very specific version of the Ubuntu, you must ensure that the kernel upgrades are disabled for the virtual machine. If they are enabled, then any regular upgrades cause the master target server to malfunction. Make sure you select the **No automatic updates** option.
129129
130130
1. Select default options. If you want openSSH for SSH connect, select the **OpenSSH server** option, and then select **Continue**.
131131

@@ -181,12 +181,12 @@ To get the ID for each SCSI hard disk in a Linux virtual machine, the **disk.Ena
181181

182182
#### Disable kernel upgrades
183183

184-
Azure Site Recovery master target server requires a specific version of the Ubuntu, ensure that the kernel upgrades are disabled for the virtual machine. If kernel upgrades are enabled,it can cause the master target server to malfunction.
184+
Azure Site Recovery master target server requires a specific version of the Ubuntu. Ensure that the kernel upgrades are disabled for the virtual machine. If kernel upgrades are enabled, it can cause the master target server to malfunction.
185185

186-
#### Download and install additional packages
186+
#### Download and install extra packages
187187

188188
> [!NOTE]
189-
> Make sure that you have Internet connectivity to download and install additional packages. If you don't have Internet connectivity, you need to manually find these Deb packages and install them.
189+
> Make sure that you have Internet connectivity to download and install extra packages. If you don't have Internet connectivity, you need to manually find these Deb packages and install them.
190190
191191
```bash
192192
sudo apt-get install -y multipath-tools lsscsi python-pyasn1 lvm2 kpartx
@@ -354,11 +354,11 @@ After the installation has finished, register the configuration server by using
354354
355355
### Install VMware tools / open-vm-tools on the master target server
356356
357-
You need to install VMware tools or open-vm-tools on the master target so that it can discover the data stores. If the tools are not installed, the reprotect screen isn't listed in the data stores. After installation of the VMware tools, you need to restart.
357+
You need to install VMware tools or open-vm-tools on the master target so that it can discover the data stores. If the tools are not installed, the reprotected screen isn't listed in the data stores. After installation of the VMware tools, you need to restart.
358358

359359
### Upgrade the master target server
360360

361-
Running the installer will automatically detect that the agent is installed on the master target. To complete the upgrade, complete the following steps:
361+
Running the installer automatically detects that the agent is installed on the master target. To complete the upgrade, complete the following steps:
362362
1. Copy tar.gz from configuration server to linux master target
363363
2. Run this command to validate the version you are running: cat /usr/local/.vx_version
364364
3. Extract tar: tar -xvf latestlinuxmobsvc.tar.gz
@@ -373,7 +373,7 @@ After the setup has been completed, check the version of the master target insta
373373
sudo cat /usr/local/.vx_version
374374
```
375375

376-
You will see that the **Version** field gives the version number of the master target.
376+
You'll see that the **Version** field gives the version number of the master target.
377377
378378
## Upgrade OS of master target server from Ubuntu 16.04 to Ubuntu 20.04
379379

0 commit comments

Comments
 (0)