Skip to content

Commit 49a9c58

Browse files
committed
edit pass: migrate-server-articles-4
1 parent 3384175 commit 49a9c58

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/migrate/migrate-support-matrix-hyper-v.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ Assessment | You can add up to 35,000 servers in a single group.<br/><br/> You c
4646

4747
## Azure Migrate appliance requirements
4848

49-
Azure Migrate uses the [Azure Migrate appliance](migrate-appliance.md) for discovery and assessment. You can deploy the appliance by using a compressed Hyper-V VHD that you download from the portal or by using a [PowerShell script](deploy-appliance-script.md).
49+
Azure Migrate uses the [Azure Migrate appliance](migrate-appliance.md) for discovery and assessment. You can deploy the appliance by using a compressed Hyper-V VHD that you download from the portal or by using a [PowerShell script](deploy-appliance-script.md). For more information:
5050

5151
- Learn about [appliance requirements](migrate-appliance.md#appliance---hyper-v) for Hyper-V.
5252
- Learn about URLs that the appliance needs to access in [public](migrate-appliance.md#public-cloud-urls) and [government](migrate-appliance.md#government-cloud-urls) clouds.
53-
54-
In Azure Government, you must deploy the appliance [by using the script](deploy-appliance-script-government.md).
53+
- [Use the script](deploy-appliance-script-government.md) to deploy the appliance in Azure Government.
5554

5655
## Port access
5756

@@ -73,7 +72,7 @@ Supported servers | You can perform software inventory on up to 5,000 servers ru
7372
Operating systems | All Windows and Linux versions with [Hyper-V integration services](/virtualization/hyper-v-on-windows/reference/integration-services) enabled.
7473
Server requirements | Windows servers must have PowerShell remoting enabled and PowerShell version 2.0 or later installed. <br/><br/> WMI must be enabled and available on Windows servers to gather the details of the roles and features installed on the servers.<br/><br/> Linux servers must have Secure Shell (SSH) connectivity enabled and ensure that the following commands can be executed on the Linux servers to pull the application data: list, tail, awk, grep, locate, head, sed, ps, print, sort, uniq. Based on OS type and the type of package manager being used, here are some more commands: rpm/snap/dpkg, yum/apt-cache, mssql-server.
7574
Server access | You can add multiple domain and nondomain (Windows/Linux) credentials in the appliance configuration manager for software inventory.<br /><br /> You must have a guest user account for Windows servers and a standard user account (non-`sudo` access) for all Linux servers.
76-
Port access | Windows server needs access on port 5985 (HTTP). Linux servers need access on port 22(TCP).<br /> <br />If using domain credentials, the Azure Migrate appliance must be able to connect to the following TCP and UDP ports: <br /><br />TCP 135 – RPC Endpoint<br />TCP 389 – LDAP<br />TCP 636 – LDAP SSL<br />TCP 445 – SMB<br />TCP/UDP 88 – Kerberos authentication<br />TCP/UDP 464 – Kerberos change operations
75+
Port access | Windows server needs access on port 5985 (HTTP). Linux servers need access on port 22 (TCP).<br /> <br />If using domain credentials, the Azure Migrate appliance must be able to connect to the following TCP and UDP ports: <br /><br />TCP 135 – RPC Endpoint<br />TCP 389 – LDAP<br />TCP 636 – LDAP SSL<br />TCP 445 – SMB<br />TCP/UDP 88 – Kerberos authentication<br />TCP/UDP 464 – Kerberos change operations
7776
Discovery | Software inventory is performed by directly connecting to the servers by using the server credentials added on the appliance. <br/><br/> The appliance gathers the information about the software inventory from Windows servers by using PowerShell remoting and from Linux servers by using the SSH connection. <br/><br/> Software inventory is agentless. No agent is installed on the servers.
7877

7978
## SQL Server instance and database discovery requirements

articles/migrate/migrate-support-matrix-physical-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Passthrough disks | Supported.
5353
NFS | NFS volumes mounted as volumes on the machines aren't replicated.
5454
ReiserFS | Not supported.
5555
iSCSI targets | Machines with iSCSI targets aren't supported for agentless migration.
56-
Multipath IO | Supported for Windows servers with Microsoft or vendor-specific Device-Specific Module (DSM) installed.
56+
Multipath IO | Supported for Windows servers with Microsoft or vendor-specific Device-Specific Module installed.
5757
Teamed NICs | Not supported.
5858
IPv6 | Not supported.
5959
PV drivers / XenServer tools | Not supported.
@@ -83,8 +83,8 @@ Shared VHD | Not supported. | Check fails if unsupported.
8383
FC disk | Not supported. | Check fails if unsupported.
8484
BitLocker | Not supported. | Disable BitLocker before you enable replication for a machine.
8585
VM name | From 1 to 63 characters.<br/> Restricted to letters, numbers, and hyphens.<br/><br/> The machine name must start and end with a letter or number. | Update the value in the machine properties in Site Recovery.
86-
Connect after migration-Windows | To connect to Azure VMs running Windows after migration:<br/> - Before migration enables Remote Desktop Protocol (RDP) on the on-premises VM. Make sure that TCP and UDP rules are added for the **Public** profile, and that RDP is allowed in **Windows Firewall** > **Allowed Apps** for all profiles.<br/> For site-to-site virtual private network access, enable RDP and allow RDP in **Windows Firewall** > **Allowed apps and features** for **Domain and Private** networks. Also check that the OS storage area network policy is set to **OnlineAll**. [Learn more](prepare-for-migration.md).
87-
Connect after migration-Linux | To connect to Azure VMs after migration by using Secure Shell (SSH):<br/> Before migration, on the on-premises machine, check that the SSH service is set to **Start** and that firewall rules allow an SSH connection.<br/> After failover, on the Azure VM, allow incoming connections to the SSH port for the network security group rules on the failed over VM, and for the Azure subnet to which it's connected. Also add a public IP address for the VM.
86+
Connect after migration-Windows | To connect to Azure VMs running Windows after migration:<br/> - Before migration enables Remote Desktop Protocol (RDP) on the on-premises VM. Make sure that TCP and UDP rules are added for the **Public** profile, and that RDP is allowed in **Windows Firewall** > **Allowed Apps** for all profiles.<br/> - For site-to-site virtual private network access, enable RDP and allow RDP in **Windows Firewall** > **Allowed apps and features** for **Domain and Private** networks. Also check that the OS storage area network policy is set to **OnlineAll**. [Learn more](prepare-for-migration.md).
87+
Connect after migration-Linux | To connect to Azure VMs after migration by using Secure Shell (SSH):<br/> - Before migration, on the on-premises machine, check that the SSH service is set to **Start** and that firewall rules allow an SSH connection.<br/> - After failover, on the Azure VM, allow incoming connections to the SSH port for the network security group rules on the failed over VM, and for the Azure subnet to which it's connected. Also add a public IP address for the VM.
8888

8989
## Next steps
9090

0 commit comments

Comments
 (0)