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/vmware-azure-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The following table and graphic provide a high-level view of the components used
31
31
For Site Recovery to work as expected, you need to modify outbound network connectivity to allow your environment to replicate.
32
32
33
33
> [!NOTE]
34
-
> Site Recovery doesn't support using an authentication proxy to control network connectivity.
34
+
> Site Recovery of VMware/Physical machines using Classic architecture doesn't support using an authentication proxy to control network connectivity. The same is supported when using the [modernized architecutre](vmware-azure-architecture-preview.md).
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-set-up-replication-tutorial-preview.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ In this tutorial, you learn how to:
28
28
VMware to Azure replication includes the following procedures:
29
29
30
30
- Sign in to the [Azure portal](https://portal.azure.com/).
31
-
- Prepare Azure account
31
+
- Prepare an Azure account.
32
+
- Prepare an account on the vCenter server or vSphere ESXi host, to automate VM discovery.
32
33
-[Create a recovery Services vault](./quickstart-create-vault-template.md?tabs=CLI)
33
34
- Prepare infrastructure - [deploy an Azure Site Recovery replication appliance](deploy-vmware-azure-replication-appliance-preview.md)
34
35
- Enable replication
@@ -61,6 +62,28 @@ Use the following steps to assign the required permissions:
61
62
62
63
2. In case the **App registrations** settings is set to *No*, request the tenant/global admin to assign the required permission. Alternately, the tenant/global admin can assign the Application Developer role to an account to allow the registration of AAD App.
63
64
65
+
## Prepare an account for automatic discovery
66
+
67
+
Site Recovery needs access to VMware servers to:
68
+
69
+
- Automatically discover VMs. At least a read-only account is required.
70
+
- Orchestrate replication, failover, and failback. You need an account that can run operations such
71
+
as creating and removing disks, and powering on VMs.
72
+
73
+
Create the account as follows:
74
+
75
+
1. To use a dedicated account, create a role at the vCenter level. Give the role a name such as
76
+
**Azure_Site_Recovery**.
77
+
2. Assign the role the permissions summarized in the table below.
78
+
3. Create a user on the vCenter server or vSphere host. Assign the role to the user.
79
+
80
+
### VMware account permissions
81
+
82
+
**Task** | **Role/Permissions** | **Details**
83
+
--- | --- | ---
84
+
**VM discovery** | At least a read-only user<br/><br/> Data Center object -> Propagate to Child Object, role=Read-only | User assigned at datacenter level, and has access to all the objects in the datacenter.<br/><br/> To restrict access, assign the **No access** role with the **Propagate to child** object, to the child objects (vSphere hosts, datastores, VMs and networks).
85
+
**Full replication, failover, failback** | Create a role (Azure_Site_Recovery) with the required permissions, and then assign the role to a VMware user or group<br/><br/> Data Center object –> Propagate to Child Object, role=Azure_Site_Recovery<br/><br/> Datastore -> Allocate space, browse datastore, low-level file operations, remove file, update virtual machine files<br/><br/> Network -> Network assign<br/><br/> Resource -> Assign VM to resource pool, migrate powered off VM, migrate powered on VM<br/><br/> Tasks -> Create task, update task<br/><br/> Virtual machine -> Configuration<br/><br/> Virtual machine -> Interact -> answer question, device connection, configure CD media, configure floppy media, power off, power on, VMware tools install<br/><br/> Virtual machine -> Inventory -> Create, register, unregister<br/><br/> Virtual machine -> Provisioning -> Allow virtual machine download, allow virtual machine files upload<br/><br/> Virtual machine -> Snapshots -> Remove snapshots, Create snapshot, Revert snapshot.| User assigned at datacenter level, and has access to all the objects in the datacenter.<br/><br/> To restrict access, assign the **No access** role with the **Propagate to child** object, to the child objects (vSphere hosts, datastores, VMs and networks).
86
+
64
87
## Prepare infrastructure - set up Azure Site Recovery Replication appliance
65
88
66
89
You need to [set up an Azure Site Recovery replication appliance on the on-premises environment](deploy-vmware-azure-replication-appliance-preview.md) to channel mobility agent communications.
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-troubleshoot-push-install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,9 +118,9 @@ To resolve the error:
118
118
119
119
* Ensure that the network shared folders on your virtual machine, are accessible from the process server. Check the steps [here](vmware-azure-troubleshoot-push-install.md#check-access-for-network-shared-folders-on-source-machine-errorid-9510595523).
120
120
121
-
* From the source server machine command line, use `Telnet` to ping the configuration server or scale-out process server on HTTPS port 135 as shown in the following command. This command checks if there are any network connectivity issues or firewall port blocking issues.
121
+
* From the configuration server or scale-out process server command line, use `Telnet` to ping the source VM on port 135 as shown in the following command. This command checks if there are any network connectivity issues or firewall port blocking issues.
122
122
123
-
`telnet <CS/ scale-out PS IP address> <135>`
123
+
`telnet <Source IP address> <135>`
124
124
125
125
* Additionally, for a Linux VM:
126
126
* Check if latest OpenSSH, OpenSSH Server, and OpenSSL packages are installed.
0 commit comments