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
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-region-replication-create-peering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ To authorize the replication, you need to obtain the resource ID of the replicat
91
91
6. In the Authorize field, paste the destination replication volume resource ID that you obtained in Step 3, then select **OK**.
92
92
93
93
> [!NOTE]
94
-
> Due to various factors, like the state of the destination storage at a given time, there’s likely a difference between the used space of the source volume and the used space of the destination volume. <!-- ANF-14038 -->
94
+
> Due to various factors, such as the state of the destination storage at a given time, there’s likely a difference between the used space of the source volume and the used space of the destination volume. <!-- ANF-14038 -->
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-region-replication-manage-disaster-recovery.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,19 @@ author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
8
ms.date: 11/09/2022
9
-
ms.author: anfdocs
9
+
ms.author: anfdocs
10
10
---
11
11
# Manage disaster recovery using cross-region replication
12
12
13
-
An ongoing replication between the source and the destination volumes (see [Create volume replication](cross-region-replication-create-peering.md)) prepares you for a disaster recovery event.
13
+
An ongoing replication (with [cross-zone](create-cross-zone-replication.md) or [cross-region replication](cross-region-replication-create-peering.md)) between the source and the destination volumes prepares you for a disaster recovery event.
14
14
15
15
When such an event occurs, you can [fail over to the destination volume](#fail-over-to-destination-volume), enabling the client to read and write to the destination volume.
16
16
17
17
After disaster recovery, you can perform a [resync](#resync-replication) operation to fail back to the source volume. You then [reestablish the source-to-destination replication](#reestablish-source-to-destination-replication) and remount the source volume for the client to access.
18
18
19
-
The details are described below.
20
-
21
19
## Fail over to destination volume
22
20
23
-
Failover is a manual process. When you need to activate the destination volume (for example, when you want to failover to the destination region), you need to break replication peering and then mount the destination volume. .
21
+
Failover is a manual process. When you need to activate the destination volume (for example, when you want to fail over to the destination region), you need to break replication peering then mount the destination volume.
24
22
25
23
1. To break replication peering, select the destination volume. Select **Replication** under Storage Service.
26
24
@@ -32,9 +30,9 @@ Failover is a manual process. When you need to activate the destination volume (
32
30
33
31
See [Display health status of replication relationship](cross-region-replication-display-health-status.md).
34
32
35
-
3. Click**Break Peering**.
33
+
3. Select**Break Peering**.
36
34
37
-
4. Type **Yes** when prompted and click the**Break** button.
35
+
4. Type **Yes** when prompted and then select**Break**.
@@ -53,9 +51,9 @@ After disaster recovery, you can reactivate the source volume by performing a re
53
51
> In case the source volume did not survive the disaster and therefore no common snapshot exists, all data in the destination will be resynchronized to a newly created source volume.
54
52
55
53
56
-
1. To reverse resync replication, select the *source* volume. Click**Replication** under Storage Service. Then click**Reverse Resync**.
54
+
1. To reverse resync replication, select the *source* volume. Select**Replication** under Storage Service. Then select**Reverse Resync**.
@@ -70,7 +68,7 @@ After disaster recovery, you can reactivate the source volume by performing a re
70
68
After the resync operation from destination to source is complete, you need to break replication peering again to reestablish source-to-destination replication. You should also remount the source volume so that the client can access it.
71
69
72
70
1. Break the replication peering:
73
-
a. Select the *destination* volume. Click**Replication** under Storage Service.
71
+
a. Select the *destination* volume. Select**Replication** under Storage Service.
74
72
b. Check the following fields before continuing:
75
73
* Ensure that Mirror State shows ***Mirrored***.
76
74
Do not attempt to break replication peering if Mirror State shows *uninitialized*.
@@ -79,12 +77,12 @@ After the resync operation from destination to source is complete, you need to b
79
77
80
78
See [Display health status of replication relationship](cross-region-replication-display-health-status.md).
81
79
82
-
c. Click**Break Peering**.
83
-
d. Type **Yes** when prompted and click the **Break** button.
80
+
c. Select**Break Peering**.
81
+
d. Type **Yes** when prompted then select **Break**.
84
82
85
83
2. Resync the source volume with the destination volume:
86
-
a. Select the *destination* volume. Click**Replication** under Storage Service. Then click**Reverse Resync**.
87
-
b. Type **Yes** when prompted and click the **OK** button.
84
+
a. Select the *destination* volume. Select**Replication** under Storage Service. Then select**Reverse Resync**.
85
+
b. Type **Yes** when prompted then select **OK**.
88
86
89
87
3. Remount the source volume by following the steps in [Mount a volume for Windows or Linux virtual machines](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md).
90
88
This step enables a client to access the source volume.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-region-replication-requirements-considerations.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ This article describes requirements and considerations about [using the volume c
19
19
* SMB volumes are supported along with NFS volumes. Replication of SMB volumes requires an Active Directory connection in the source and destination NetApp accounts. The destination AD connection must have access to the DNS servers or AD DS Domain Controllers that are reachable from the delegated subnet in the destination region. For more information, see [Requirements for Active Directory connections](create-active-directory-connections.md#requirements-for-active-directory-connections).
20
20
* The destination account must be in a different region from the source volume region. You can also select an existing NetApp account in a different region.
21
21
* The replication destination volume is read-only until you [fail over to the destination region](cross-region-replication-manage-disaster-recovery.md#fail-over-to-destination-volume) to enable the destination volume for read and write.
22
+
>[!IMPORTANT]
23
+
>Failover is a manual process. When you need to activate the destination volume (for example, when you want to fail over to the destination region), you need to break replication peering then mount the destination volume. For more information, see [fail over to the destination volume](cross-region-replication-manage-disaster-recovery.md#fail-over-to-destination-volume)
22
24
* Azure NetApp Files replication doesn't currently support multiple subscriptions; all replications must be performed under a single subscription.
23
25
* See [resource limits](azure-netapp-files-resource-limits.md) for the maximum number of cross-region replication destination volumes. You can open a support ticket to [request a limit increase](azure-netapp-files-resource-limits.md#request-limit-increase) in the default quota of replication destination volumes (per subscription in a region).
24
26
* There can be a delay up to five minutes for the interface to reflect a newly added snapshot on the source volume.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-zone-replication-requirements-considerations.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ This article describes requirements and considerations about [using the volume c
21
21
* You can use cross-zone replication with SMB and NFS volumes. Replication of SMB volumes requires an Active Directory connection in the source and destination NetApp accounts. The destination AD connection must have access to the DNS servers or AD DS Domain Controllers that are reachable from the delegated subnet in the destination zone. For more information, see [Requirements for Active Directory connections](create-active-directory-connections.md#requirements-for-active-directory-connections).
22
22
* The destination account must be in a different zone from the source volume zone. You can also select an existing NetApp account in a different zone.
23
23
* The replication destination volume is read-only until you fail over to the destination zone to enable the destination volume for read and write. For more information about the failover process, see [fail over to the destination volume](cross-region-replication-manage-disaster-recovery.md#fail-over-to-destination-volume).
24
+
>[!IMPORTANT]
25
+
>Failover is a manual process. When you need to activate the destination volume (for example, when you want to fail over to the destination region), you need to break replication peering then mount the destination volume. For more information, see [fail over to the destination volume](cross-region-replication-manage-disaster-recovery.md#fail-over-to-destination-volume)
24
26
* Azure NetApp Files replication doesn't currently support multiple subscriptions; all replications must be performed under a single subscription.
25
27
* See [resource limits](azure-netapp-files-resource-limits.md) for the maximum number of cross-zone destination volumes. You can open a support ticket to [request a limit increase](azure-netapp-files-resource-limits.md#request-limit-increase) in the default quota of replication destination volumes (per subscription in a region).
26
28
* There can be a delay up to five minutes for the interface to reflect a newly added snapshot on the source volume.
0 commit comments