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/site-recovery/site-recovery-citrix-xenapp-and-xendesktop.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
@@ -10,4 +10,4 @@ ms.author: ankitadutta
10
10
---
11
11
# End of support for disaster recovery of Citrix workloads
12
12
13
-
As of March 2020, Citrix has announced deprecation and end-of-support for public cloud hosted workloads. Therefore, we do not recommend using Site Recovery for protecting Citrix workloads.
13
+
As of March 2020, Citrix announced the deprecation and end-of-support for public cloud hosted workloads. Therefore, we don't recommend using Site Recovery for protecting Citrix workloads.
Copy file name to clipboardExpand all lines: articles/site-recovery/site-recovery-sharepoint.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article describes how to set up disaster recovery for a multi-
4
4
author: ankitaduttaMSFT
5
5
ms.service: azure-site-recovery
6
6
ms.topic: how-to
7
-
ms.date: 09/06/2024
7
+
ms.date: 09/10/2024
8
8
ms.author: ankitadutta
9
9
10
10
---
@@ -23,7 +23,6 @@ A good disaster recovery solution should allow modeling of recovery plans around
23
23
24
24
This article describes in detail how to protect a SharePoint application using [Azure Site Recovery](site-recovery-overview.md). This article will cover best practices for replicating a three tier SharePoint application to Azure, how you can do a disaster recovery drill, and how you can failover the application to Azure.
25
25
26
-
You can watch the below video about recovering a multi-tier application to Azure.
27
26
28
27
## Prerequisites
29
28
@@ -38,7 +37,7 @@ Before you start, make sure you understand the following:
38
37
39
38
## SharePoint architecture
40
39
41
-
SharePoint can be deployed on one or more servers using tiered topologies and server roles to implement a farm design that meets specific goals and objectives. A typical large, high-demand SharePoint server farm that supports a high number of concurrent users and a large number of content items use service grouping as part of their scalability strategy. This approach involves running services on dedicated servers, grouping these services together, and then scaling out the servers as a group. The following topology illustrates the service and server grouping for a three tier SharePoint server farm. Please refer to SharePoint documentation and product line architectures for detailed guidance on different SharePoint topologies. You can find more details about SharePoint 2013 deployment in [this document](/SharePoint/sharepoint-server).
40
+
SharePoint can be deployed on one or more servers using tiered topologies and server roles to implement a farm design that meets specific goals and objectives. A typical large, high-demand SharePoint server farm that supports a high number of concurrent users and a large number of content items use service grouping as part of their scalability strategy. This approach involves running services on dedicated servers, grouping these services together, and then scaling out the servers as a group. The following topology illustrates the service and server grouping for a three tier SharePoint server farm. Refer to SharePoint documentation and product line architectures for detailed guidance on different SharePoint topologies. You can find more details about SharePoint 2013 deployment in [this document](/SharePoint/sharepoint-server).
42
41
43
42
44
43
@@ -61,13 +60,13 @@ Site Recovery is application-agnostic and should work with any version of ShareP
61
60
62
61
### Things to keep in mind
63
62
64
-
If you are using a shared disk-based cluster as any tier in your application then you will not be able to use Site Recovery replication to replicate those virtual machines. You can use native replication provided by the application and then use a [recovery plan](site-recovery-create-recovery-plans.md) to failover all tiers.
63
+
If you're using a shared disk-based cluster as any tier in your application, then you wn't be able to use Site Recovery replication to replicate those virtual machines. You can use native replication provided by the application and then use a [recovery plan](site-recovery-create-recovery-plans.md) to failover all tiers.
65
64
66
65
## Replicating virtual machines
67
66
68
67
Follow [this guidance](./vmware-azure-tutorial.md) to start replicating the virtual machine to Azure.
69
68
70
-
* Once the replication is complete, make sure you go to each virtual machine of each tier and select same availability set in 'Replicated item > Settings > Properties > Compute and Network'. For example, if your web tier has 3 VMs, ensure all the 3 VMs are configured to be part of same availability set in Azure.
69
+
* Once the replication is complete, make sure you go to each virtual machine of each tier and select same availability set in 'Replicated item > Settings > Properties > Compute and Network'. For example, if your web tier has 3 virtual machines, ensure all the 3 virtual machines are configured to be part of same availability set in Azure.
@@ -79,7 +78,7 @@ Follow [this guidance](./vmware-azure-tutorial.md) to start replicating the virt
79
78
80
79
### Network properties
81
80
82
-
* For the App and Web tier VMs, configure network settings in Azure portal so that the VMs get attached to the right DR network after failover.
81
+
* For the App and Web tier virtual machines, configure network settings in Azure portal so that the virtual machines get attached to the right DR network after failover.
@@ -103,29 +102,29 @@ In the Traffic Manager profile, [create the primary and recovery endpoints](../t
103
102
104
103
Host a test page on a specific port (for example, 800) in the SharePoint web tier in order for Traffic Manager to automatically detect availability post failover. This is a workaround in case you cannot enable anonymous authentication on any of your SharePoint sites.
105
104
106
-
[Configure the Traffic Manager profile](../traffic-manager/traffic-manager-configure-priority-routing-method.md) with the below settings.
105
+
[Configure the Traffic Manager profile](../traffic-manager/traffic-manager-configure-priority-routing-method.md) with the following settings:
107
106
108
107
* Routing method - 'Priority'
109
108
* DNS time to live (TTL) - '30 seconds'
110
109
* Endpoint monitor settings - If you can enable anonymous authentication, you can give a specific website endpoint. Or, you can use a test page on a specific port (for example, 800).
111
110
112
111
## Creating a recovery plan
113
112
114
-
A recovery plan allows sequencing the failover of various tiers in a multi-tier application, hence, maintaining application consistency. Follow the below steps while creating a recovery plan for a multi-tier web application. [Learn more about creating a recovery plan](site-recovery-runbook-automation.md#customize-the-recovery-plan).
113
+
A recovery plan allows sequencing the failover of various tiers in a multi-tier application, hence, maintaining application consistency. Follow the given steps while creating a recovery plan for a multi-tier web application. [Learn more about creating a recovery plan](site-recovery-runbook-automation.md#customize-the-recovery-plan).
115
114
116
115
### Adding virtual machines to failover groups
117
116
118
-
1. Create a recovery plan by adding the App and Web tier VMs.
119
-
2. Click on 'Customize' to group the VMs. By default, all VMs are part of 'Group 1'.
117
+
1. Create a recovery plan by adding the App and Web tier virtual machines.
118
+
2. Click on 'Customize' to group the virtual machines. By default, all virtual machines are part of 'Group 1'.
3. Create another Group (Group 2) and move the Web tier VMs into the new group. Your App tier VMs should be part of 'Group 1' and Web tier VMs should be part of 'Group 2'. This is to ensure that the App tier VMs boot up first followed by Web tier VMs.
122
+
3. Create another Group (Group 2) and move the Web tier virtual machines into the new group. Your App tier virtual machines should be part of 'Group 1' and Web tier virtual machines should be part of 'Group 2'. This is to ensure that the App tier virtual machines boot up first followed by Web tier virtual machines.
124
123
125
124
126
125
### Adding scripts to the recovery plan
127
126
128
-
You can deploy the most commonly used Azure Site Recovery scripts into your Automation account clicking the 'Deploy to Azure' button below. When you are using any published script, ensure you follow the guidance in the script.
127
+
You can deploy the most commonly used Azure Site Recovery scripts into your Automation account clicking the 'Deploy to Azure' button. When you are using any published script, ensure you follow the guidance in the script.
129
128
130
129
[](https://aka.ms/asr-automationrunbooks-deploy)
131
130
@@ -143,37 +142,38 @@ You can deploy the most commonly used Azure Site Recovery scripts into your Auto
143
142
144
143
3. Add a manual step to update the DNS records to point to the new farm in Azure.
145
144
146
-
* For internet facing sites, no DNS updates are required post failover. Follow the steps described in the 'Networking guidance' section to configure Traffic Manager. If the Traffic Manager profile has been set up as described in the previous section, add a script to open dummy port (800 in the example) on the Azure VM.
145
+
* For internet facing sites, no DNS updates are required post failover. Follow the steps described in the 'Networking guidance' section to configure Traffic Manager. If the Traffic Manager profile has been set up as described in the previous section, add a script to open dummy port (800 in the example) on the Azure virtual machine.
147
146
148
-
* For internal facing sites, add a manual step to update the DNS record to point to the new Web tier VM’s load balancer IP.
147
+
* For internal facing sites, add a manual step to update the DNS record to point to the new Web tier virtual machine’s load balancer IP.
149
148
150
149
4. Add a manual step to restore search application from a backup or start a new search service.
151
150
152
-
5. For restoring Search service application from a backup, follow below steps.
151
+
5. For restoring Search service application from a backup, follow these steps:
153
152
154
153
* This method assumes that a backup of the Search Service Application was performed before the catastrophic event and that the backup is available at the DR site.
155
154
* This can easily be achieved by scheduling the backup (for example, once daily) and using a copy procedure to place the backup at the DR site. Copy procedures could include scripted programs such as AzCopy (Azure Copy) or setting up DFSR (Distributed File Services Replication).
156
155
* Now that the SharePoint farm is running, navigate the Central Administration, 'Backup and Restore' and select Restore. The restore interrogates the backup location specified (you may need to update the value). Select the Search Service Application backup you would like to restore.
157
156
* Search is restored. Keep in mind that the restore expects to find the same topology (same number of servers) and same hard drive letters assigned to those servers. For more information, see ['Restore Search service application in SharePoint 2013'](/SharePoint/administration/restore-a-search-service-application) document.
158
157
159
158
160
-
6. For starting with a new Search service application, follow below steps.
159
+
6. For starting with a new Search service application, follow these steps:
161
160
162
161
* This method assumes that a backup of the “Search Administration” database is available at the DR site.
163
162
* Since the other Search Service Application databases are not replicated, they need to be re-created. To do so, navigate to Central Administration and delete the Search Service Application. On any servers which host the Search Index, delete the index files.
164
163
* Re-create the Search Service Application and this re-creates the databases. It is recommended to have a prepared script that re-creates this service application since it is not possible to perform all actions via the GUI. For example, setting the index drive location and configuring the search topology are only possible by using SharePoint PowerShell cmdlets. Use the Windows PowerShell cmdlet Restore-SPEnterpriseSearchServiceApplication and specify the log-shipped and replicated Search Administration database, Search_Service__DB. This cmdlet gives the search configuration, schema, managed properties, rules, and sources and creates a default set of the other components.
165
164
* Once the Search Service Application has be re-created, you must start a full crawl for each content source to restore the Search Service. You lose some analytics information from the on-premises farm, such as search recommendations.
166
165
167
-
7. Once all the steps are completed, save the recovery plan and the final recovery plan will look like following.
166
+
7. Once all the steps are completed, save the recovery plan and the final recovery plan looks like following:
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-set-up-process-server-scale.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,27 @@ author: ankitaduttaMSFT
5
5
ms.service: azure-site-recovery
6
6
ms.topic: how-to
7
7
ms.author: ankitadutta
8
-
ms.date: 09/06/2024
8
+
ms.date: 09/11/2024
9
9
---
10
10
11
-
# Scale with additional process servers
11
+
# Scale with extra process servers
12
12
13
-
By default, when you're replicating VMware VMs or physical servers to Azure using [Site Recovery](site-recovery-overview.md), a process server is installed on the configuration server machine, and is used to coordinate data transfer between Site Recovery and your on-premises infrastructure. To increase capacity and scale out your replication deployment, you can add additional standalone process servers. This article describes how to setup a scale-out process server.
13
+
By default, when you're replicating VMware VMs or physical servers to Azure using [Site Recovery](site-recovery-overview.md), a process server is installed on the configuration server machine, and is used to coordinate data transfer between Site Recovery and your on-premises infrastructure. To increase capacity and scale out your replication deployment, you can add an extra standalone process servers. This article describes how to set up a scale-out process server.
14
14
15
15
## Before you start
16
16
17
17
### Capacity planning
18
18
19
-
Make sure you've performed [capacity planning](site-recovery-plan-capacity-vmware.md) for VMware replication. This helps you to identify how and when you should deploy additional process servers.
19
+
Ensure to perform [capacity planning](site-recovery-plan-capacity-vmware.md) for VMware replication. This helps you to identify how and when you should deploy extra process servers.
20
20
21
-
From 9.24 version, guidance is added during selection of process server for new replications. Process server will be marked Healthy, Warning and Critical based on certain criteria. To understand different scenarios that can influence state of process server, review the [process server alerts](vmware-physical-azure-monitor-process-server.md#process-server-alerts).
21
+
From 9.24 version, guidance is added during selection of process server for new replications. Process server is marked *Healthy*, *Warning*, and *Critical* based on certain criteria. To understand different scenarios that can influence state of process server, review the [process server alerts](vmware-physical-azure-monitor-process-server.md#process-server-alerts).
22
22
23
23
> [!NOTE]
24
24
> Use of a cloned Process Server component is not supported. Follow the steps in this article for each PS scale-out.
25
25
26
26
### Sizing requirements
27
27
28
-
Verify the sizing requirements summarized in the table. In general, if you have to scale your deployment to more than 200 source machines, or you have a total daily churn rate of more than 2 TB, you need additional process servers to handle the traffic volume.
28
+
Verify the sizing requirements summarized in the table. In general, if you have to scale your deployment to more than 200 source machines, or you have a total daily churn rate of more than 2 TB, you need extra process servers to handle the traffic volume.
29
29
30
30
|**Additional process server**|**Cache disk size**|**Data change rate**|**Protected machines**|
0 commit comments