Skip to content

Commit 982315f

Browse files
authored
Merge pull request #194177 from Sharmistha-Rai/main
Restructured the doc for appliance deployment
2 parents 2cd5459 + 0afae12 commit 982315f

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

articles/site-recovery/deploy-vmware-azure-replication-appliance-preview.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ You deploy an on-premises replication appliance when you use [Azure Site Recover
2222
- The replication appliance coordinates communications between on-premises VMware and Azure. It also manages data replication.
2323
- [Learn more](vmware-azure-architecture-preview.md) about the Azure Site Recovery replication appliance components and processes.
2424

25-
## Hardware requirements
25+
## Pre-requisites
26+
27+
### Hardware requirements
2628

2729
**Component** | **Requirement**
2830
--- | ---
2931
CPU cores | 8
3032
RAM | 32 GB
3133
Number of disks | 3, including the OS disk - 80 GB, data disk 1 - 620 GB, data disk 2 - 620 GB
3234

33-
## Software requirements
35+
### Software requirements
3436

3537
**Component** | **Requirement**
3638
--- | ---
@@ -41,7 +43,7 @@ Group policies | Don't enable these group policies: <br> - Prevent access to the
4143
IIS | - No pre-existing default website <br> - No pre-existing website/application listening on port 443 <br>- Enable [anonymous authentication](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731244(v=ws.10)) <br> - Enable [FastCGI](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc753077(v=ws.10)) setting
4244
FIPS (Federal Information Processing Standards) | Do not enable FIPS mode|
4345

44-
## Network requirements
46+
### Network requirements
4547

4648
|**Component** | **Requirement**|
4749
|--- | ---|
@@ -50,7 +52,7 @@ FIPS (Federal Information Processing Standards) | Do not enable FIPS mode|
5052
|NIC type | VMXNET3 (if the appliance is a VMware VM)|
5153

5254

53-
### Allow URLs
55+
#### Allow URLs
5456

5557
Ensure the following URLs are allowed and reachable from the Azure Site Recovery replication appliance for continuous connectivity:
5658

@@ -72,9 +74,9 @@ Ensure the following URLs are allowed and reachable from the Azure Site Recovery
7274
> [!NOTE]
7375
> Private links are not supported with the preview release.
7476
75-
## Folder exclusions from Antivirus program
77+
### Folder exclusions from Antivirus program
7678

77-
### If Antivirus Software is active on appliance
79+
#### If Antivirus Software is active on appliance
7880

7981
Exclude following folders from Antivirus software for smooth replication and to avoid connectivity issues.
8082

@@ -94,10 +96,24 @@ C:\Program Files\Microsoft Azure VMware Discovery Service <br>
9496
C:\Program Files\Microsoft On-Premise to Azure Replication agent <br>
9597
E:\ <br>
9698

97-
### If Antivirus software is active on Source machine
99+
#### If Antivirus software is active on Source machine
98100

99101
If source machine has an Antivirus software active, installation folder should be excluded. So, exclude folder C:\ProgramData\ASR\agent for smooth replication.
100102

103+
## Sizing and capacity
104+
An appliance that uses an in-built process server to protect the workload can handle up to 200 virtual machines, based on the following configurations:
105+
106+
|CPU | Memory | Cache disk size | Data change rate | Protected machines |
107+
|---|-------|--------|------|-------|
108+
|16 vCPUs (2 sockets * 8 cores @ 2.5 GHz) | 32 GB | 1 TB | >1 TB to 2 TB | Use to replicate 151 to 200 machines.|
109+
110+
- You can perform discovery of all the machines in a vCenter server, using any of the replication appliances in the vault.
111+
112+
- You can [switch a protected machine](switch-replication-appliance-preview.md), between different appliances in the same vault, given the selected appliance is healthy.
113+
114+
For detailed information about how to use multiple appliances and failover a replication appliance, see [this article](switch-replication-appliance-preview.md)
115+
116+
101117
## Prepare Azure account
102118

103119
To create and register the Azure Site Recovery replication appliance, you need an Azure account with:
@@ -108,7 +124,7 @@ To create and register the Azure Site Recovery replication appliance, you need a
108124

109125
If you just created a free Azure account, you're the owner of your subscription. If you're not the subscription owner, work with the owner for the required permissions.
110126

111-
## Prerequisites
127+
## Required permissions
112128

113129
**Here are the required key vault permissions**:
114130

@@ -219,7 +235,7 @@ In case of any organizational restrictions, you can manually set up the Site Rec
219235

220236
4. After saving connectivity details, Select **Continue** to proceed to registration with Microsoft Azure.
221237

222-
5. Ensure the [prerequisites](#prerequisites) are met, proceed with registration.
238+
5. Ensure the [prerequisites](#pre-requisites) are met, proceed with registration.
223239

224240
![Register appliance](./media/deploy-vmware-azure-replication-appliance-preview/app-setup-register.png)
225241

@@ -283,18 +299,6 @@ You will also be able to see a tab for **Discovered items** that lists all of th
283299

284300
![Replication appliance preview](./media/deploy-vmware-azure-replication-appliance-preview/discovered-items.png)
285301

286-
## Sizing and capacity
287-
An appliance that uses an inbuilt process server to protect the workload can handle up to 200 virtual machines, based on the following configurations:
288-
289-
|CPU | Memory | Cache disk size | Data change rate | Protected machines |
290-
|---|-------|--------|------|-------|
291-
|16 vCPUs (2 sockets * 8 cores @ 2.5 GHz) | 32 GB | 1 TB | >1 TB to 2 TB | Use to replicate 151 to 200 machines.|
292-
293-
- You can perform discovery of all the machines in a vCenter server, using any of the replication appliances in the vault.
294-
295-
- You can [switch a protected machine](switch-replication-appliance-preview.md), between different appliances in the same vault, given the selected appliance is healthy.
296-
297-
For detailed information about how to use multiple appliances and failover a replication appliance, see [this article](switch-replication-appliance-preview.md)
298302

299303
## Next steps
300304
Set up disaster recovery of [VMware VMs](vmware-azure-set-up-replication-tutorial-preview.md) to Azure.

0 commit comments

Comments
 (0)