Skip to content

Commit faa62ec

Browse files
authored
Merge pull request #266373 from ankitaduttaMSFT/hotdisk
added disk
2 parents 3af1941 + 468f183 commit faa62ec

File tree

5 files changed

+56
-0
lines changed

5 files changed

+56
-0
lines changed
32.1 KB
Loading
25.5 KB
Loading
226 KB
Loading

articles/site-recovery/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@
325325
items:
326326
- name: Set up the source environment
327327
href: vmware-azure-set-up-source.md
328+
- name: For an added disk
329+
href: vmware-azure-enable-replication-added-disk.md
328330
- name: Deploy the configuration server
329331
href: vmware-azure-deploy-configuration-server.md
330332
- name: Set up the target environment
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Enable replication for an added VMware virtual machine disk in Azure Site Recovery
3+
description: This article describes how to enable replication for a disk added to a VMware virtual machine that's enabled for disaster recovery with Azure Site Recovery
4+
ms.author: ankitadutta
5+
author: ankitaduttaMSFT
6+
ms.topic: how-to
7+
ms.date: 02/23/2024
8+
ms.custom: engagement-fy23
9+
ms.service: site-recovery
10+
---
11+
12+
# Enable replication for a disk added to a VMware virtual machine
13+
14+
This article describes how to enable replication for newly added data disks that are added to a VMware virtual machine, which already has disaster recovery enabled to an Azure region, using [Azure Site Recovery](site-recovery-overview.md).
15+
16+
Enabling replication for a disk you add to a virtual machine is now supported for VMware virtual machines also.
17+
18+
**When you add a new disk to a VMware virtual machine that is replicating to an Azure region, the following occurs:**
19+
- Replication health for the virtual machine shows a warning, and a note in the portal informs you that one or more disks are available for protection.
20+
- If you enable protection for the added disks, the warning will disappear after initial replication of the disk.
21+
- If you choose not to enable replication for the disk, you can select to dismiss the warning.
22+
23+
![Screenshot of `Enable replication` for an added disk.](./media/vmware-azure-enable-replication-added-disk/post-add-disk.png)
24+
25+
## Before you start
26+
27+
This article assumes that you've already set up disaster recovery for the VMware virtual machine to which you're adding the disk. If you haven't, follow the [VMware to Azure disaster recovery tutorial](vmware-azure-set-up-replication-tutorial-modernized.md).
28+
29+
## Enable replication for an added disk
30+
31+
To enable replication for an added disk, do the following:
32+
33+
1. In the vault > **Replicated Items**, select the virtual machine to which you added the disk.
34+
2. Select **Disks** > **Data disks** section of the protected item, and then select the data disk for which you want to enable replication (these disks have a **Not protected** status).
35+
36+
37+
> [!NOTE]
38+
> If the enable replication operation for this disk fails, you can resolve the issues and retry the operation.
39+
40+
3. In **Disk Details**, select **Enable replication**.
41+
42+
![Screenshot of the disk to enable replication.](./media/vmware-azure-enable-replication-added-disk/enable-replication.png)
43+
44+
1. Confirm **Enable Replication**
45+
46+
![Screenshot of confirming enable replication for added disk.](./media/vmware-azure-enable-replication-added-disk/confirm-enable-replication.png)
47+
48+
49+
After the enable replication job runs and the initial replication finishes, the replication health warning for the disk issue is removed.
50+
51+
## Next steps
52+
53+
[Learn more](site-recovery-test-failover-to-azure.md) about running a test failover.
54+

0 commit comments

Comments
 (0)