Skip to content

Commit dea7637

Browse files
Merge pull request #92579 from Rajeswari-Mamilla/master
Support matrix updates
2 parents 35627e6 + 6cfc16f commit dea7637

5 files changed

+50
-95
lines changed

articles/site-recovery/vmware-azure-configuration-server-requirements.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -26,57 +26,7 @@ For disaster recovery of VMware VMs to Azure, you deploy the configuration serve
2626
- We strongly recommend that you set up the configuration server using the OVA template. However, if you're setting up disaster recovery for VMware VMs and can't use the OVA template, you can deploy the configuration server using [these instructions provided](physical-azure-set-up-source.md).
2727
- If you're deploying the configuration server for disaster recovery of on-premises physical machines to Azure, follow the instructions in [this article](physical-azure-set-up-source.md).
2828

29-
30-
## Hardware requirements
31-
32-
**Component** | **Requirement**
33-
--- | ---
34-
CPU cores | 8
35-
RAM | 16 GB
36-
Number of disks | 3, including the OS disk, process server cache disk, and retention drive for failback
37-
Free disk space (process server cache) | 600 GB
38-
Free disk space (retention disk) | 600 GB
39-
40-
## Software requirements
41-
42-
**Component** | **Requirement**
43-
--- | ---
44-
Operating system | Windows Server 2012 R2 <br> Windows Server 2016
45-
Operating system locale | English (en-us)
46-
Windows Server roles | Don't enable these roles: <br> - Active Directory Domain Services <br>- Internet Information Services <br> - Hyper-V
47-
Group policies | Don't enable these group policies: <br> - Prevent access to the command prompt. <br> - Prevent access to registry editing tools. <br> - Trust logic for file attachments. <br> - Turn on Script Execution. <br> [Learn more](https://technet.microsoft.com/library/gg176671(v=ws.10).aspx)
48-
IIS | - No preexisting default website <br> - No preexisting website/application listening on port 443 <br>- Enable [anonymous authentication](https://technet.microsoft.com/library/cc731244(v=ws.10).aspx) <br> - Enable [FastCGI](https://technet.microsoft.com/library/cc753077(v=ws.10).aspx) setting
49-
50-
## Network requirements
51-
52-
**Component** | **Requirement**
53-
--- | ---
54-
IP address type | Static
55-
Internet access | The server needs access to these URLs (directly or via proxy): <br> - \*.accesscontrol.windows.net<br> - \*.backup.windowsazure.com <br>- \*.store.core.windows.net<br> - \*.blob.core.windows.net<br> - \*.hypervrecoverymanager.windowsazure.com <br> - https:\//management.azure.com <br> - *.services.visualstudio.com <br> - time.nist.gov <br> - time.windows.com <br> OVF also needs access to the following URLs: <br> - https:\//login.microsoftonline.com <br> - https:\//secure.aadcdn.microsoftonline-p.com <br> - https:\//login.live.com <br> - https:\//auth.gfx.ms <br> - https:\//graph.windows.net <br> - https:\//login.windows.net <br> - https:\//www.live.com <br> - https:\//www.microsoft.com <br> - https:\//dev.mysql.com/get/Downloads/MySQLInstaller/mysql-installer-community-5.7.20.0.msi
56-
Ports | 443 (Control channel orchestration)<br>9443 (Data transport)
57-
NIC type | VMXNET3 (if the Configuration Server is a VMware VM)
58-
59-
## Required software
60-
61-
**Component** | **Requirement**
62-
--- | ---
63-
VMware vSphere PowerCLI | [PowerCLI version 6.0](https://my.vmware.com/web/vmware/details?productId=491&downloadGroup=PCLI600R1) should be installed if the Configuration Server is running on a VMware VM.
64-
MYSQL | MySQL should be installed. You can install manually, or Site Recovery can install it.
65-
66-
## Sizing and capacity requirements
67-
68-
The following table summarizes capacity requirements for the configuration server. If you're replicating multiple VMware VMs, you should review the [capacity planning considerations](site-recovery-plan-capacity-vmware.md), and run the [Azure Site Recovery Deployment Planner](site-recovery-deployment-planner.md) tool for VMWare replication.read
69-
70-
**Component** | **Requirement**
71-
--- | ---
72-
73-
| **CPU** | **Memory** | **Cache disk** | **Data change rate** | **Replicated machines** |
74-
| --- | --- | --- | --- | --- |
75-
| 8 vCPUs<br/><br/> 2 sockets * 4 cores \@ 2.5 GHz | 16 GB | 300 GB | 500 GB or less | Les than 100 machines |
76-
| 12 vCPUs<br/><br/> 2 socks * 6 cores \@ 2.5 GHz | 18 GB | 600 GB | 500 GB-1 TB | 100 to 150 machines |
77-
| 16 vCPUs<br/><br/> 2 socks * 8 cores \@ 2.5 GHz | 32 GB | 1 TB | 1-2 TB | 150-200 machines |
78-
79-
29+
[!INCLUDE [site-recovery-configuration-server-requirements](../../includes/site-recovery-configuration-and-scaleout-process-server-requirements.md)]
8030

8131
## Next steps
8232
Set up disaster recovery of [VMware VMs](vmware-azure-tutorial.md) to Azure.

articles/site-recovery/vmware-azure-deploy-configuration-server.md

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Configuration server must be set up as a highly available VMware VM with certain
2323

2424
## Prerequisites
2525

26-
Minimum hardware requirements for a configuration server are summarized in the following table.
26+
Minimum hardware requirements for a configuration server are summarized in the following sections.
2727

2828
[!INCLUDE [site-recovery-configuration-server-requirements](../../includes/site-recovery-configuration-and-scaleout-process-server-requirements.md)]
2929

@@ -32,32 +32,20 @@ Minimum hardware requirements for a configuration server are summarized in the f
3232
You require a user with **one of the following** permissions set in AAD (Azure Active Directory) to register configuration server with Azure Site Recovery services.
3333

3434
1. User should have “Application developer” role to create application.
35-
1. To verify, Sign in to Azure portal</br>
36-
1. Navigate to Azure Active Directory > Roles and administrators</br>
37-
1. Verify if "Application developer" role is assigned to the user. If not, use a user with this permission or reach out to [administrator to enable the permission](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-users-assign-role-azure-portal#assign-roles).
35+
- To verify, Sign in to Azure portal</br>
36+
- Navigate to Azure Active Directory > Roles and administrators</br>
37+
- Verify if "Application developer" role is assigned to the user. If not, use a user with this permission or reach out to [administrator to enable the permission](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-users-assign-role-azure-portal#assign-roles).
3838

39-
1. If the "Application developer" role cannot be assigned, ensure that "User can register application” flag is set as true for user to create identity. To enable above permissions,
40-
1. Sign in to Azure portal
41-
1. Navigate to Azure Active Directory > User settings
42-
1. Under **App registrations", "Users can register applications" should be chosen as "Yes".
39+
2. If the "Application developer" role cannot be assigned, ensure that "User can register application” flag is set as true for user to create identity. To enable above permissions,
40+
- Sign in to Azure portal
41+
- Navigate to Azure Active Directory > User settings
42+
- Under **App registrations", "Users can register applications" should be chosen as "Yes".
4343

4444
![AAD_application_permission](media/vmware-azure-deploy-configuration-server/AAD_application_permission.png)
4545

4646
> [!NOTE]
4747
> Active Directory Federation Services(ADFS) is **not supported**. Please use an account managed through [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-whatis).
4848
49-
## Capacity planning
50-
51-
The sizing requirements for the configuration server depend on the potential data change rate. Use this table as a guide.
52-
53-
| **CPU** | **Memory** | **Cache disk size** | **Data change rate** | **Protected machines** |
54-
| --- | --- | --- | --- | --- |
55-
| 8 vCPUs (2 sockets * 4 cores \@ 2.5 GHz) |16 GB |300 GB |500 GB or less |Replicate fewer than 100 machines. |
56-
| 12 vCPUs (2 sockets * 6 cores \@ 2.5 GHz) |18 GB |600 GB |500 GB to 1 TB |Replicate 100-150 machines. |
57-
| 16 vCPUs (2 sockets * 8 cores \@ 2.5 GHz) |32 GB |1 TB |1 TB to 2 TB |Replicate 150-200 machines. |
58-
59-
If you're replicating more than one VMware VM, read [capacity planning considerations](site-recovery-plan-capacity-vmware.md). Run the [Deployment planner tool](site-recovery-deployment-planner.md) for VMWare replication.
60-
6149
## Download the template
6250

6351
1. In the vault, go to **Prepare Infrastructure** > **Source**.
@@ -144,17 +132,17 @@ If you want to add an additional NIC to the configuration server, add it before
144132

145133
## Upgrade the configuration server
146134

147-
To upgrade the configuration server to the latest version, follow these [steps](vmware-azure-manage-configuration-server.md#upgrade-the-configuration-server). For detailed instructions on how to upgrade all Site Recovery components, click [here](service-updates-how-to.md).
135+
To upgrade the configuration server to the latest version, follow these [steps](vmware-azure-manage-configuration-server.md#upgrade-the-configuration-server). For detailed instructions on how to upgrade all Site Recovery components, visit [service update management](service-updates-how-to.md).
148136

149137
## Manage the configuration server
150138

151139
To avoid interruptions in ongoing replication, ensure that IP address of the configuration server does not change after the configuration server has been registered to a vault. You can learn more about common configuration server management tasks [here](vmware-azure-manage-configuration-server.md).
152140

153141
## FAQ
154142

155-
1. How long is the Licence provided on configuration server deployed through OVF is valid? What happens if I do not reactivate the License?
143+
1. How long is the License provided on configuration server deployed through OVF is valid? What happens if I do not reactivate the License?
156144

157-
The license provided with OVA template is an evaluation license valid for 180 days. Before expiry, you need to activate the license. Else, this can result in frequent shutdown of configuration server and thus cause hinderance to replication activities.
145+
The license provided with OVA template is an evaluation license valid for 180 days. Before expiry, you need to activate the license. Else, it can result in frequent shutdown of configuration server and thus cause hindrance to replication activities. For additional details, refer to article on [manage configuration server license](vmware-azure-manage-configuration-server.md#update-windows-license).
158146

159147
2. Can I use the VM, where the configuration server is installed, for different purposes?
160148

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ You set up an on-premises configuration server when you use [Azure Site Recovery
1616

1717
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
1818

19+
## Update Windows license
20+
21+
The license provided with the OVF template is an evaluation license valid for 180 days. For uninterrupted usage, you must activate Windows with a procured license. License update can be done either through a standalone key or KMS standard key. Guidance is available at [DISM Windows command line for running OS](https://docs.microsoft.com/windows-hardware/manufacture/desktop/dism-windows-edition-servicing-command-line-options). To obtain keys, refer to [KMS client set up](https://docs.microsoft.com/windows-server/get-started/kmsclientkeys).
22+
1923
## Access configuration server
2024

2125
You can access the configuration server as follows:
2226

2327
* Sign in to the VM on which it's deployed, and Start **Azure Site Recovery Configuration Manager** from the desktop shortcut.
24-
* Alternatively, you can access the configuration server remotely from https://*ConfigurationServerName*/:44315/ . Sign in with administrator credentials.
28+
* Alternatively, you can access the configuration server remotely from https://*ConfigurationServerName*/:44315/. Sign in with administrator credentials.
2529

2630
## Modify VMware server settings
2731

@@ -53,7 +57,7 @@ Modify the credentials used to automatically install Mobility Service on the VMw
5357

5458
You can also modify credentials through CSPSConfigtool.exe.
5559

56-
1. Login to the configuration server and launch CSPSConfigtool.exe
60+
1. Log in to the configuration server and launch CSPSConfigtool.exe
5761
2. Choose the account you wish to modify and click **Edit**
5862
3. Enter the new credentials and click **Ok**.
5963

@@ -68,7 +72,7 @@ If you missed adding credentials during OVF deployment of configuration server,
6872

6973
You can also add credentials through CSPSConfigtool.exe.
7074

71-
1. Login to the configuration server and launch CSPSConfigtool.exe
75+
1. Log in to the configuration server and launch CSPSConfigtool.exe
7276
2. Click **Add**, enter the new credentials and click **Ok**.
7377

7478
## Modify proxy settings
@@ -288,10 +292,6 @@ For configuration server deployments before May 2016, certificate expiry was set
288292
3. On the blade with details of chosen configuration server, click **More** > **Refresh Server**.
289293
4. Monitor the progress of the job under **Recovery Services Vault** > **Monitoring** > **Site Recovery jobs**.
290294
291-
## Update Windows license
292-
293-
The license provided with the OVF template is an evaluation license valid for 180 days. For uninterrupted usage, you must activate Windows with a procured license.
294-
295295
## Failback requirements
296296
297297
During reprotect and failback, the on-premises configuration server must be running and in a connected state. For successful failback, the virtual machine being failed back must exist in the configuration server database.

articles/site-recovery/vmware-azure-set-up-source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: ramamill
1313

1414
# Set up the source environment for VMware to Azure replication
1515

16-
This article describes how to set up your source on-premises environment, to replicate VMware VMs to Azure. It includes steps for selecting your replication scenario, setting up an on-premises machine as the Site Recovery configuration server, and automatically discovering on-premises VMs.
16+
This article describes how to set up your source on-premises environment, to replicate VMware VMs to Azure. Article includes steps for selecting your replication scenario, setting up an on-premises machine as the Site Recovery configuration server, and automatically discovering on-premises VMs.
1717

1818
## Prerequisites
1919

@@ -36,7 +36,7 @@ The article assumes that you have already:
3636
You can set up the configuration server as an on-premises VMware VM through an Open Virtualization Application (OVA) template. [Learn more](concepts-vmware-to-azure-architecture.md) about the components that will be installed on the VMware VM.
3737

3838
1. Learn about the [prerequisites](vmware-azure-deploy-configuration-server.md#prerequisites) for configuration server deployment.
39-
2. [Check capacity numbers](vmware-azure-deploy-configuration-server.md#capacity-planning) for deployment.
39+
2. [Check capacity numbers](vmware-azure-deploy-configuration-server.md#sizing-and-capacity-requirements) for deployment.
4040
3. [Download](vmware-azure-deploy-configuration-server.md#download-the-template) and [import](vmware-azure-deploy-configuration-server.md#import-the-template-in-vmware) the OVA template to set up an on-premises VMware VM that runs the configuration server. The license provided with the template is an evaluation license and is valid for 180 days. Post this period, customer needs to activate the windows with a procured license.
4141
4. Turn on the VMware VM, and [register it](vmware-azure-deploy-configuration-server.md#register-the-configuration-server-with-azure-site-recovery-services) in the Recovery Services vault.
4242

@@ -65,7 +65,7 @@ Exclude following folders from Antivirus software for smooth replication and to
6565
- C:\ProgramData\ASRSetupLogs
6666
- C:\ProgramData\LogUploadServiceLogs
6767
- C:\inetpub
68-
- ASR server installation directory. For example: E:\Program Files (x86)\Microsoft Azure Site Recovery
68+
- Site Recovery server installation directory. For example: E:\Program Files (x86)\Microsoft Azure Site Recovery
6969

7070
### If Antivirus Software is active on scale-out Process server/Master Target
7171

@@ -77,7 +77,7 @@ Exclude following folders from Antivirus software
7777
4. C:\ProgramData\ASRSetupLogs
7878
5. C:\ProgramData\LogUploadServiceLogs
7979
6. C:\ProgramData\Microsoft Azure Site Recovery
80-
7. ASR load balanced process server installation directory, Example: C:\Program Files (x86)\Microsoft Azure Site Recovery
80+
7. Azure Site Recovery load balanced process server installation directory, Example: C:\Program Files (x86)\Microsoft Azure Site Recovery
8181

8282

8383
## Next steps

0 commit comments

Comments
 (0)