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/physical-azure-disaster-recovery.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,13 +76,13 @@ Set up an [Azure storage account](../storage/common/storage-account-create.md).
76
76
77
77
### Prepare an account for Mobility service installation
78
78
79
-
The Mobility service must be installed on each server you want to replicate. Site Recovery installs this service automatically when you enable replication for the server. To install automatically, you need to prepare an account that Site Recovery will use to access the server.
79
+
The Mobility service must be installed on each server you want to replicate. Site Recovery installs this service automatically when you enable replication for the server. To install automatically, you need to use the **root**/**admin**account that Site Recovery will utilize to access the server.
80
80
81
-
- You can use a domain or local account
81
+
- You can use a domain or local account for Windows VMs
82
82
- For Windows VMs, if you're not using a domain account, disable Remote User Access control on the local machine. To do this, in the register under **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System**, add the DWORD entry **LocalAccountTokenFilterPolicy**, with a value of 1.
83
83
- To add the registry entry to disable the setting from a CLI, type:
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-install-mobility-service.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ title: Prepare source machines to install the Mobility Service through push inst
3
3
description: Learn how to prepare your server to install Mobility agent through push installation for disaster recovery of VMware VMs and physical servers to Azure using the Azure Site Recovery service.
4
4
services: site-recovery
5
5
author: ankitaduttaMSFT
6
-
manager: gaggupta
7
6
ms.service: site-recovery
8
7
ms.topic: conceptual
9
8
ms.author: ankitadutta
@@ -43,7 +42,7 @@ On each Windows machine you want to protect, do the following:
43
42
On each Linux machine that you want to protect, do the following:
44
43
45
44
1. Ensure that there's network connectivity between the Linux machine and the process server.
46
-
2. Create an account that the process server can use to access the computer. The account should be a **root** user on the source Linux server. Use this account only for the push installation and for updates.
45
+
2. Use the built-in **root** user account which the process server will use to access the computer. This account should be a **root** user on the source Linux server. Use this account only for the push installation and for updates.
47
46
3. Check that the /etc/hosts file on the source Linux server has entries that map the local hostname to IP addresses associated with all network adapters.
48
47
4. Install the latest openssh, openssh-server, and openssl packages on the computer that you want to replicate.
49
48
5. Ensure that Secure Shell (SSH) is enabled and running on port 22.
@@ -55,7 +54,7 @@ On each Linux machine that you want to protect, do the following:
0 commit comments