Skip to content

Commit 59a051d

Browse files
PS selection updates
1 parent 8926b19 commit 59a051d

4 files changed

+26
-30
lines changed

articles/site-recovery/site-recovery-plan-capacity-vmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Before you set up the Site Recovery infrastructure, access the environment to me
115115

116116
## Deploy additional process servers
117117

118-
If you scale out your deployment beyond 200 source machines or if you have a total daily churn rate of more than 2 TB, you must add process servers to handle the traffic volume. We have enhanced the product in 9.24 version to provide in-product guidance on when to set up a scale-out process server. To learn when and how to set up the process server, see [Scale for failback by using additional process servers](vmware-azure-set-up-process-server-scale.md). After you set up the process server, you can migrate source machines to use it.
118+
If you scale out your deployment beyond 200 source machines or if you have a total daily churn rate of more than 2 TB, you must add process servers to handle the traffic volume. We have enhanced the product in 9.24 version to provide [in-product guidance](vmware-azure-manage-process-server.md#process-server-selection-guidance) on when to set up a scale-out process server. [Set up the process server](vmware-azure-set-up-process-server-scale.md) to protect new source machines or [balance the load](vmware-azure-manage-process-server.md#balance-the-load-on-process-server).
119119

120120
### Migrate machines to use the new process server
121121

articles/site-recovery/vmware-azure-common-questions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: site-recovery
77
services: site-recovery
8-
ms.date: 04/08/2019
8+
ms.date: 04/23/2019
99
ms.topic: conceptual
1010
ms.author: raynew
1111
---
@@ -239,11 +239,15 @@ Yes, but note that physical machine can only be failed back to a VMware VM.
239239

240240
In the Recovery Services vault, click **Configuration Servers** in **Site Recovery Infrastructure** > **Manage**. Then in **Servers**, select **Download registration key** to download the vault credentials file.
241241

242+
## Process Server
242243

244+
### Unable to select process server during enable replication
243245

246+
From 9.24 version, enhancements are made to provide [in-product guidance](vmware-azure-manage-process-server.md#process-server-selection-guidance) on when to set up a scale-out process server. This is to avoid process server throttling and avoid usage of unhealthy process server.
244247

248+
### What should I do to obtain accurate health status of process server?
245249

246-
250+
Upgrade Site Recovery components to the [latest versions](service-updates-how-to.md#links-to-currently-supported-update-rollups) (at least 9.24 or above).
247251

248252
## Failover and failback
249253
### Can I use the process server at on-premises for failback?

articles/site-recovery/vmware-azure-manage-process-server.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,19 @@ Through this option, entire workload protected under a process server is moved t
6464
2. Monitor the progress of the job under **Recovery Services Vault** > **Monitoring** > **Site Recovery jobs**.
6565
3. It takes 15 minutes for the changes to reflect post successful completion of this operation OR [refresh the configuration server](vmware-azure-manage-configuration-server.md#refresh-configuration-server) for immediate effect.
6666

67+
## Process Server selection guidance
68+
69+
Azure Site Recovery automatically identifies if Process Server is approaching its usage limits. Guidance is provided when you to set up a scale-out process server.
70+
71+
|Health Status |Explanation | Resource availability | Recommendation|
72+
|---------|---------|---------|---------|
73+
| Healthy (Green) | Process server is connected and is healthy |CPU and memory utilization is below 80%; Free space availability is above 30%| This process server can be used to protect additional servers. Ensure that the new workload is within the [defined process server limits](#sizing-requirements).
74+
|Warning (Orange) | Process server is connected but certain resources are about to reach maximum limits | CPU and memory utilization is between 80% - 95%; Free space availability is between 25% - 30% | Usage of process server is close to threshold values. Adding new servers to same process server will lead to crossing the threshold values and can impact existing protected items. It is advised to [setup a scale-out process server](#before-you-start) for new replications.
75+
|Warning (Orange) | Process server is connected but data wasn't uploaded to Azure in last 30 min | Resource utilization is within threshold limits | Troubleshoot [data upload failures](vmware-azure-troubleshoot-replication.md#monitor-process-server-health-to-avoid-replication-issues) before adding new workloads **OR** [setup a scale-out process server](#before-you-start) for new replications.
76+
|Critical (Red) | Process server might be disconnected | Resource utilization is within threshold limits | Troubleshoot [Process server connectivity issues](vmware-azure-troubleshoot-replication.md#monitor-process-server-health-to-avoid-replication-issues) OR [setup a scale-out process server](#before-you-start) for new replications.
77+
|Critical (Red) | Resource utilization has crossed threshold limits | CPU and memory utilization is above 95%; Free space availability is less than 25%. | Adding new workloads to same process server is disabled as resource threshold limits are already met. So, [setup a scale-out process server](#before-you-start) for new replications.
78+
Critical (Red) | Data wasn't uploaded from Azure to Azure in last 45 min. | CPU and memory utilization is above 95%; Free space availability is less than 25%. | Troubleshoot [data upload failures](vmware-azure-troubleshoot-replication.md#monitor-process-server-health-to-avoid-replication-issues) before adding new workloads to same process server OR [setup a scale-out process server](#before-you-start)
79+
6780
## Reregister a process server
6881

6982
If you need to reregister a process server running on-premises, or in Azure, with the configuration server, do the following:
@@ -120,6 +133,4 @@ If anti-virus software is active on a standalone process server or master target
120133
- C:\ProgramData\ASRSetupLogs
121134
- C:\ProgramData\LogUploadServiceLogs
122135
- C:\ProgramData\Microsoft Azure Site Recovery
123-
- Process server installation directory, Example: C:\Program Files (x86)\Microsoft Azure Site Recovery
124-
125-
## Process Server selection
136+
- Process server installation directory, Example: C:\Program Files (x86)\Microsoft Azure Site Recovery

articles/site-recovery/vmware-azure-set-up-process-server-scale.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Set up a process server in Azure to fail back during disaster recovery of VMware VMs and physical servers with Azure Site Recovery | Microsoft Docs'
3-
description: This article describes how to set up a process server in Azure, to fail back from Azure to on-premises during disaster recovery of VMware VMs and physical servers.
2+
title: Set up a scale-out process server during disaster recovery of VMware VMs and physical servers with Azure Site Recovery | Microsoft Docs'
3+
description: This article describes how to set up scale-out process server during disaster recovery of VMware VMs and physical servers.
44
author: Rajeswari-Mamilla
55
manager: rochakm
66
ms.service: site-recovery
@@ -11,35 +11,16 @@ ms.author: ramamill
1111

1212
# Scale with additional process servers
1313

14-
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 do this.
15-
16-
## Process Server selection guidance
17-
18-
Azure Site Recovery automatically identifies if Process Server is approaching it's usage limits and guide you to set up a scale out process server.
19-
20-
|Health Status |Explanation | Resource availability | Recommendation|
21-
|---------|---------|---------|---------|
22-
| Healthy (Green) | Process server is connected and is healthy |CPU and memory utilization is below 80%; Free space availability is above 30%| This process server can be used to protect additional servers. Ensure that the new workload is within the [defined process server limits](#sizing-requirements).
23-
|Warning (Orange) | Process server is connected but certain resources are about to reach maximum limits | CPU and memory utilization is between 80% - 95%; Free space availability is between 25% - 30% | Usage of process server is close to threshold values. Adding new servers to same process server will lead to crossing the threshold values and can impact existing protected items. So, it is advised to [setup a scale-out process server](#before-you-start) for new replications.
24-
|Warning (Orange) | Process server is connected but data wasn't uploaded to Azure in last 30 min | Resource utilization is within threshold limits | Troubleshoot [data upload failures](vmware-azure-troubleshoot-replication.md#monitor-process-server-health-to-avoid-replication-issues) before adding new workloads to same process server OR [setup a scale-out process server](#before-you-start) for new replications.
25-
|Critical (Red) | Process server might be disconnected | Resource utilization is within threshold limits | Troubleshoot [Process server connectivity issues](vmware-azure-troubleshoot-replication.md#monitor-process-server-health-to-avoid-replication-issues) OR [setup a scale-out process server](#before-you-start) for new replications.
26-
|Critical (Red) | Resource utilization has crossed threshold limits | CPU and memory utilization is above 95%; Free space availability is less than 25%. | Adding new workloads to same process server is disabled as resource threshold limits are already met. So, [setup a scale-out process server](#before-you-start) for new replications.
27-
Critical (Red) | Data wasn't uploaded from Azure to Azure in last 45 min. | CPU and memory utilization is above 95%; Free space availability is less than 25%. | Troubleshoot [data upload failures](vmware-azure-troubleshoot-replication.md#monitor-process-server-health-to-avoid-replication-issues) before adding new workloads to same process server OR [setup a scale-out process server](#before-you-start)
28-
29-
###
30-
31-
A process server selected during Prepare Source step is marked green if
32-
33-
- it is in a connected state
34-
- has sufficient resources (CPU, Memory, Free space) to handle on-going replication workload and is capable to handling at least 30% more of additional workload.
35-
14+
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.
3615

3716
## Before you start
3817

3918
### Capacity planning
4019

4120
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.
4221

22+
From 9.24 version, guidance is added during selection of process server for new replications. Process server will be marked Healthy, Warning and Critial based on certain criteria. To understand different scenarios that can influence state of process server, visit [process server selection guidance](vmware-azure-manage-process-server.md#process-server-selection-guidance).
23+
4324
> [!NOTE]
4425
> Use of a cloned Process Server component is not supported. Follow the steps in this article for each PS scale-out.
4526

0 commit comments

Comments
 (0)