Skip to content

Commit 774dc6f

Browse files
authored
Merge pull request #91114 from rvandenbedem/patch-29
Update avs-tutorial-prepare-avs.md
2 parents 62d0d95 + 4b7c379 commit 774dc6f

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

articles/site-recovery/avs-tutorial-prepare-avs.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This is the second tutorial in a series that shows you how to set up disaster re
2020
In this article, you learn how to:
2121

2222
> [!div class="checklist"]
23-
> * Prepare an account on the vCenter server or vSphere ESXi host, to automate VM discovery.
24-
> * Prepare an account for automatic installation of the Mobility service on VMware VMs.
25-
> * Review VMware server and VM requirements and support.
23+
> * Prepare an account on the vCenter Server to automate VM discovery.
24+
> * Prepare an account for automatic installation of the Mobility service on VMware vSphere VMs.
25+
> * Review VMware vCenter Server and VM requirements and support.
2626
> * Prepare to connect to Azure VMs after failover.
2727
2828
> [!NOTE]
@@ -42,10 +42,10 @@ Site Recovery needs access to Azure VMware Solution servers to:
4242

4343
Create the account as follows:
4444

45-
1. To use a dedicated account, create a role at the vCenter level. Give the role a name such as
45+
1. To use a dedicated account, create a role at the vCenter Server level. Give the role a name such as
4646
**Azure_Site_Recovery**.
4747
2. Assign the role the permissions summarized in the table below.
48-
3. Create a user on the vCenter server or vSphere host. Assign the role to the user.
48+
3. Create a user on the vCenter Server. Assign the role to the user.
4949

5050
### VMware account permissions
5151

@@ -56,28 +56,27 @@ Create the account as follows:
5656

5757
## Prepare an account for Mobility service installation
5858

59-
The Mobility service must be installed on machines you want to replicate. Site Recovery can do a push installation of this service when you enable replication for a machine, or you can install it manually, or using installation tools.
59+
The Mobility service must be installed on machines you want to replicate. Azure Site Recovery can do a push installation of this service when you enable replication for a machine, or you can install it manually, or using installation tools.
6060

6161
- In this tutorial, we're going to install the Mobility service with the push installation.
62-
- For this push installation, you need to prepare an account that Site Recovery can use to access the VM. You specify this account
62+
- For this push installation, you need to prepare an account that Azure Site Recovery can use to access the VM. You specify this account
6363
when you set up disaster recovery in the Azure console.
6464

6565
Prepare the account as follows:
6666

67-
Prepare a domain or local account with permissions to install on the VM.
68-
67+
- Prepare a domain or local account with permissions to install on the VM.
6968
- **Windows VMs**: To install on Windows VMs if you're not using a domain account, disable Remote User Access
7069
control on the local machine. To do this, in the registry > **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System**, add the
7170
DWORD entry **LocalAccountTokenFilterPolicy**, with a value of 1.
7271
- **Linux VMs**: To install on Linux VMs, prepare a root account on the source Linux server.
7372

7473

75-
## Check VMware requirements
74+
## Check Azure VMware Solution requirements
7675

77-
Make sure VMware servers and VMs comply with requirements.
76+
Make sure VMware vCenter Server and VMs comply with requirements.
7877

79-
1. Verify Azure VMware solution [software versions](../azure-vmware/concepts-private-clouds-clusters.md#vmware-software-versions).
80-
2. Verify [VMware server requirements](vmware-physical-azure-support-matrix.md#on-premises-virtualization-servers).
78+
1. Verify Azure VMware Solution [software versions](../azure-vmware/concepts-private-clouds-clusters.md#vmware-software-versions).
79+
2. Verify [VMware vCenter Server requirements](vmware-physical-azure-support-matrix.md#on-premises-virtualization-servers).
8180
3. For Linux VMs, [check](vmware-physical-azure-support-matrix.md#linux-file-systemsguest-storage) file system and storage requirements.
8281
4. Check [network](vmware-physical-azure-support-matrix.md#network) and [storage](vmware-physical-azure-support-matrix.md#storage) support.
8382
5. Check what's supported for [Azure networking](vmware-physical-azure-support-matrix.md#azure-vm-network-after-failover), [storage](vmware-physical-azure-support-matrix.md#azure-storage), and [compute](vmware-physical-azure-support-matrix.md#azure-compute), after failover.

0 commit comments

Comments
 (0)