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/avs-tutorial-prepare-avs.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ This is the second tutorial in a series that shows you how to set up disaster re
20
20
In this article, you learn how to:
21
21
22
22
> [!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.
26
26
> * Prepare to connect to Azure VMs after failover.
27
27
28
28
> [!NOTE]
@@ -42,10 +42,10 @@ Site Recovery needs access to Azure VMware Solution servers to:
42
42
43
43
Create the account as follows:
44
44
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
46
46
**Azure_Site_Recovery**.
47
47
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.
49
49
50
50
### VMware account permissions
51
51
@@ -56,28 +56,27 @@ Create the account as follows:
56
56
57
57
## Prepare an account for Mobility service installation
58
58
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.
60
60
61
61
- 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
63
63
when you set up disaster recovery in the Azure console.
64
64
65
65
Prepare the account as follows:
66
66
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.
69
68
-**Windows VMs**: To install on Windows VMs if you're not using a domain account, disable Remote User Access
70
69
control on the local machine. To do this, in the registry > **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System**, add the
71
70
DWORD entry **LocalAccountTokenFilterPolicy**, with a value of 1.
72
71
-**Linux VMs**: To install on Linux VMs, prepare a root account on the source Linux server.
73
72
74
73
75
-
## Check VMware requirements
74
+
## Check Azure VMware Solution requirements
76
75
77
-
Make sure VMware servers and VMs comply with requirements.
76
+
Make sure VMware vCenter Server and VMs comply with requirements.
2. Verify [VMware vCenter Server requirements](vmware-physical-azure-support-matrix.md#on-premises-virtualization-servers).
81
80
3. For Linux VMs, [check](vmware-physical-azure-support-matrix.md#linux-file-systemsguest-storage) file system and storage requirements.
82
81
4. Check [network](vmware-physical-azure-support-matrix.md#network) and [storage](vmware-physical-azure-support-matrix.md#storage) support.
83
82
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