You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In the **Enable Replication** page, under the **Source** tab, select the **Region**, **Subscription**, and the **Resource group** your virtual machines are in.
55
+
1. In the **Enable Replication** page, do the following:
56
+
1. Under the **Source** tab,
57
+
1. Select the **Region**, **Subscription**, and the **Resource group** your virtual machines are in.
58
+
1. Retain values for the **Virtual machine deployment model** and **Disaster recovery between availabiity zone?** fields.
1. Under the **Virtual machines** tab, select all the virtual machines that are part of your cluster.
61
-
> [!NOTE]
62
-
> If you wish to protect multiple clusters, select all the virtual machines of all the clusters in this step.
63
-
> Don’t select the Active Directory virtual machines. Azure Site Recovery shared disk doesn't support Active Directory virtual machines.
63
+
1. Under the **Virtual machines** tab, select all the virtual machines that are part of your cluster.
64
+
> [!NOTE]
65
+
> - Ensure to select all the virtual machines representing your cluster. If you wish to protect multiple clusters, select all the virtual machines of all the clusters in this step.
66
+
> - If you don't select all the virtual machines, Site Recovery prompts you to choose the ones you missed. If you continue without selecting them, then the shared disks for those machines won't be protected.
67
+
> - Don’t select the Active Directory virtual machines as Azure Site Recovery shared disk doesn't support Active Directory virtual machines.
> Ensure to select all the virtual machines representing your cluster.
70
-
> If you don't select all the virtual machines, Site Recovery prompts you to choose the ones you missed. If you continue without selecting them, then the shared disks for those machines won't be protected.
1. Under **Replication settings** tab, in the **Storage** section, select **View/edit storage configurations**. The **Customize target settings** page opens. You can view and confirm the shared disk settings on this page.
73
-
74
-
:::image type="content" source="media/tutorial-shared-disk/enable-replication-settings.png" alt-text="Screenshot showing shared disk settings.":::
73
+
1. Under **Replication settings** tab,
74
+
1. in the **Storage** section, select **View/edit storage configuration**. The **Customize target settings** page opens. You can view and confirm the shared disk settings on this page.
75
+
1. Retain values for all other fields.
76
+
77
+
:::image type="content" source="media/tutorial-shared-disk/enable-replication-settings.png" alt-text="Screenshot showing shared disk settings.":::
75
78
76
79
77
-
1. If your virtual machines have a protected shared disk, you see a **Shared disks** tab on the **Customize target settings** page.
78
-
1.On the **Customize target settings** page > **Shared disks** tab, do the following:
79
-
1. Select the **Shared disks**tab and verify the name and recovery disk type of the shared disks.
80
-
1. Select the *Churn for the virtual machine* option for your disk if you want to enable high churn.
81
-
1.Select **Confirm Selection**.
82
-
1. On the **Replication settings** page, select **Next**.
80
+
81
+
1.If your virtual machines have a protected shared disk, you see a **Shared disks** tab on the **Customize target settings** page.
82
+
On the **Customize target settings**page > **Shared disks** tab, do the following:
83
+
1. Verify the name and recovery disk type of the shared disks.
84
+
1.To enable high churn, select the *Churn for the virtual machine* option for your disk.
85
+
1. Select **Confirm Selection**.
83
86
84
-
:::image type="content" source="media/tutorial-shared-disk/target-settings.png" alt-text="Screenshot showing shared disk selection.":::
85
-
86
-
87
-
1. Under the **Manage** tab, do the following:
88
-
1. In the **Shared disk clusters** section, assign a **Cluster name** for the group, which is used to represent the group throughout their disaster recovery lifecycle. This name is used to trigger any operations, monitor, or operate via PowerShell/REST.
87
+
88
+
:::image type="content" source="media/tutorial-shared-disk/target-settings.png" alt-text="Screenshot showing shared disk selection.":::
89
89
90
-
> [!TIP]
91
-
> We recommend that you use the same name as your cluster.
1. On the **Replication settings** page, select **Next**.
91
+
1. Under the **Manage** tab, do the following:
92
+
1. In the **Shared disk clusters** section, assign a **Cluster name** for the group, which is used to represent the group throughout their disaster recovery lifecycle.
93
+
94
+
This name is used to trigger any operations, monitor, or operate via PowerShell/REST.
We recommend that you use the same name as your cluster
95
99
1. Under **Replication policy** section, select an appropriate replication policy and extension update settings.
96
100
1. Review the information and select **Enable replication**.
97
101
@@ -116,17 +120,20 @@ The recovery point is consistent across all the virtual machines when all the vi
116
120
117
121
To failover to a recovery point that is consistent across all the virtual machines, follow these steps:
118
122
119
-
1. Navigate to the **Failover** page.
123
+
1. Navigate to the **Failover** page from the shared disk vault.
120
124
1. In the **Recovery point** field, select *Custom* and choose a recovery point.
121
125
1. Retain the values in **Time span** field.
122
126
1. In the **Custom recovery point** field, select the desired time span.
123
127
128
+
:::image type="content" source="media/tutorial-shared-disk/recovery-point-list.png" alt-text="Screenshot showing recovery point list.":::
129
+
124
130
> [!NOTE]
125
-
> In the **Custom recovery point** field, the available options denote the number of nodes of the cluster that were protected in a healthy state when the recovery point was taken.
131
+
> In the **Custom recovery point** field, the available options shows the number of nodes of the cluster that were protected in a healthy state when the recovery point was taken.
132
+
1. Select **Failover**.
126
133
127
134
On failing over to this recovery point, the virtual machines come up at that same recovery point and a cluster can be started. The shared disk is also attached to all the nodes.
128
135
129
-
:::image type="content" source="media/tutorial-shared-disk/recovery-point-list.png" alt-text="Screenshot showing recovery point list.":::
136
+
130
137
131
138
Once the failover is complete, the **Cluster failover** site recovery job shows all the jobs as completed.
132
139
@@ -139,32 +146,37 @@ The virtual machines that are part of the cluster recovery point, failover at th
139
146
140
147
To failover the cluster to a recovery point, follow these steps:
141
148
142
-
1. Navigate to the **Failover** page.
149
+
1. Navigate to the **Failover** page from the shared disk vault.
143
150
1. In the **Recovery point** field, select *Custom* and choose a recovery point.
151
+
1. Retain values for the **Time span** field.
144
152
1. Select an individual recovery point for the virtual machines that are *not* part of the cluster recovery point.
145
153
146
154
These virtual machines then failover like independent virtual machines and the shared disk is no longer attached to them.
Join these virtual machines back to the cluster (and shared disk) manually after validating any ongoing maintenance activity and data integrity. Once the failover is complete, the **Cluster failover** site recovery job shows all the jobs as completed.
Join these virtual machines back to the cluster (and shareddisk) manually after validating any ongoing maintenance activity and data integrity. Once the failover is complete, the **Cluster failover** site recovery job shows all the jobs as completed.
After the failover, the Azure virtual machine created in the target region appears in Virtual Machines. Ensure that the virtual machine is running and sized appropriately.
167
+
After the failover, the Azure virtual machine created in the target region appear on the **Virtual machines** page. Ensure that the virtual machine is running and sized appropriately.
160
168
161
169
If you want to use a different recovery point for the virtual machine, do the following:
162
170
163
-
1. Navigate to the virtual machine cluster page and select **Change recovery point**.
171
+
1. Navigate to the virtual machine **Overview** page and select **Change recovery point**.
@@ -196,13 +208,13 @@ Once the enable replication is in progress, you can view the protected cluster b
196
208
197
209
The **Replicated items** page displays a hierarchical grouping of the clusters with the *Cluster Name* you provided in the [Enable replication](#enable-replication-for-shared-disks) step.
198
210
199
-
From this page, you can manage your cluster's protection. You can monitor the protection of your cluster and its nodes, including the replication health, RPO, and replication status. You can also failover, reprotect, and disable replication actions.
211
+
From this page, you can monitor the protection of your cluster and its nodes, including the replication health, RPO, and replication status. You can also failover, reprotect, and disable replication actions.
200
212
201
213
## Disable replication
202
214
203
-
To disable protecting your cluster with Azure Site Recovery, follow these steps:
215
+
To disable replication of your cluster with Azure Site Recovery, follow these steps:
204
216
205
-
1.Navigate to the **Cluster Monitoring**tab on the toolbar.
217
+
1.Select **Cluster Monitoring** on the virtual machine **Overview** page.
206
218
1. On the **Disable Replication** page, select the applicable reason to disable protection.
207
219
1. Select **OK**.
208
220
@@ -214,4 +226,4 @@ To disable protecting your cluster with Azure Site Recovery, follow these steps:
0 commit comments