<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Migrate &#8211; Blog of Kliment Andreev &#8211; A place so I won&#039;t forget things</title>
	<atom:link href="https://blog.andreev.it/tag/migrate/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.andreev.it</link>
	<description></description>
	<lastBuildDate>Thu, 05 Nov 2020 18:10:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Azure: Migrate VMware VMs and physical servers using Azure Migrate: Server Assessment and Server Migration</title>
		<link>https://blog.andreev.it/2019/09/azure-migrate-vmware-vms-and-physical-servers-using-azure-migrate-server-assessment-and-server-migration/</link>
					<comments>https://blog.andreev.it/2019/09/azure-migrate-vmware-vms-and-physical-servers-using-azure-migrate-server-assessment-and-server-migration/#comments</comments>
		
		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Tue, 24 Sep 2019 18:38:45 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Editor's Pick]]></category>
		<category><![CDATA[ESX/ESXi]]></category>
		<category><![CDATA[ASR]]></category>
		<category><![CDATA[Migrate]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://blog.andreev.it/?p=5617</guid>

					<description><![CDATA[If you have some on-prem workloads (either virtual or physical servers) and you want&#8230;]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div><p>If you have some on-prem workloads (either virtual or physical servers) and you want to migrate them to Azure, this post might be for you. I&#8217;ll describe how to migrate these servers in Azure using Azure Migrate and Azure Site Recovery. These tools (actual VMs) will have to be installed in your on-prem environment and they&#8217;ll do the heavy lifting for you. Before I begin, there are some pre-requisites. You&#8217;ll need a valid Azure subscription, supported VMware vCenter (v5.5 and above) and resources to install two VMs. On my ESXi host, using thin provisioned storage, I needed 8 CPUs, 32GB RAM and 20GB-80GB thin provisioned storage for <strong>Azure Migrate: Server Assessment</strong> and 8CPUs, 32GB RAM and 40GB disk for <strong>Azure Migrate: Server Migration</strong> tool. It will take much more space if you have a lots of VMs. I have about 15. You&#8217;ll also need a VNET(s) and subnet(s) where you&#8217;ll migrate the VMs.<br />
I&#8217;ll configure that first. I&#8217;ll give you an example of how to migrate a two-tier Windows application (web server + MS SQL server) and a WordPress server running on two CentOS 7 servers.</p>
<h1>Azure VNET/subnet</h1>
<p>Log to your Azure subscription and create a resource group for the migration. I&#8217;ll name mine <strong>rgMigration</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-01.jpg"><img fetchpriority="high" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-01.jpg" alt="" width="732" height="374" class="aligncenter size-full wp-image-8700" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-01.jpg 732w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-01-300x153.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-01-585x299.jpg 585w" sizes="(max-width: 732px) 100vw, 732px" /></a><br />
Then create a new VNET and a subnet where you&#8217;ll migrate your VMs. You can use the same subnets as on-prem but only if you don&#8217;t have a ExpressRoute or VPN between on-prem and Azure. In my case, I have a <a href="https://blog.andreev.it/?p=3250" rel="noopener noreferrer" target="_blank">VPN between my home-lab and Azure</a>, so I have to choose a different subnet. I named my VNET <strong>vnetMigration</strong> and the subnet <strong>subServers</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-02.jpg"><img decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-02.jpg" alt="" width="298" height="535" class="aligncenter size-full wp-image-8701" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-02.jpg 298w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-02-167x300.jpg 167w" sizes="(max-width: 298px) 100vw, 298px" /></a></p>
<h1>Azure Migrate</h1>
<p>Once completed, in the Azure portal in the middle upper search field, start typing <strong>migrate </strong>and select <strong>Azure Migrate</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-03.jpg"><img decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-03.jpg" alt="" width="590" height="110" class="aligncenter size-full wp-image-8702" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-03.jpg 590w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-03-300x56.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-03-585x110.jpg 585w" sizes="(max-width: 590px) 100vw, 590px" /></a><br />
You&#8217;ll be presented with different options to migrate data, SQL, servers etc. Choose this one that says <strong>migrate servers</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-04.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-04.jpg" alt="" width="347" height="341" class="aligncenter size-full wp-image-8703" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-04.jpg 347w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-04-300x295.jpg 300w" sizes="(max-width: 347px) 100vw, 347px" /></a><br />
Click on <strong>Add tool(s)</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-05.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-05.jpg" alt="" width="335" height="326" class="aligncenter size-full wp-image-8704" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-05.jpg 335w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-05-300x292.jpg 300w" sizes="(max-width: 335px) 100vw, 335px" /></a><br />
You&#8217;ll be prompted to choose the subscription, the resource group, name the project and choose the region. Use whatever suits your needs and click <strong>Next</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-06.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-06.jpg" alt="" width="818" height="530" class="aligncenter size-full wp-image-8705" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-06.jpg 818w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-06-300x194.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-06-768x498.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-06-585x379.jpg 585w" sizes="(max-width: 818px) 100vw, 818px" /></a><br />
There are several tools there, we&#8217;ll use the <strong>Microsoft Migrate: Server Assessment</strong>. Click on it to highlight and click <strong>Next</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-07.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-07.jpg" alt="" width="1025" height="120" class="aligncenter size-full wp-image-8706" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-07.jpg 1025w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-07-300x35.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-07-768x90.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-07-585x68.jpg 585w" sizes="(max-width: 1025px) 100vw, 1025px" /></a><br />
For the migration tool, we&#8217;ll choose Azure Migrate: Server Migration. Select, click <strong>Next </strong>and finally click <strong>Add tool(s)</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-08.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-08.jpg" alt="" width="996" height="119" class="aligncenter size-full wp-image-8707" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-08.jpg 996w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-08-300x36.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-08-768x92.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-08-585x70.jpg 585w" sizes="(max-width: 996px) 100vw, 996px" /></a><br />
It takes about a minute to provision the tools. You&#8217;ll see two tiles on your screen, one for the Assessment tool and the other for the migration.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-09.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-09.jpg" alt="" width="511" height="549" class="aligncenter size-full wp-image-8708" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-09.jpg 511w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-09-279x300.jpg 279w" sizes="(max-width: 511px) 100vw, 511px" /></a><br />
We&#8217;ll use the first tool to assess the on-prem servers. This tool will tell us if we have servers that can be actually moved to Azure cloud and it will recommend the size of those servers. </p>
<h2>Server Assessment</h2>
<p>Click on <strong>Discover </strong>first. You&#8217;ll see another screen where you can download an OVA file for your vCenter. Download the file and deploy the OVA file (v2.19.07.30). I won&#8217;t go into details how to do this, it&#8217;s super easy. Once you have your VM from the OVA file up and running, open the console for that VM, accept the EULA, change the admin password and log in as Administrator with the password that you just specified. You might also want to change the IP from DHCP to static before proceeding. In addition, disable the <strong>IE Enhanced Security Configuration</strong> from the <strong>Server Manager</strong> or you&#8217;ll get bombarded with annoying popups from IE.<br />
On the desktop, there should be two files, one text file with the appliance version and a shortcut to <strong>Microsoft Azure Appliance Configuration Manager</strong>. Accept the license terms for the appliance.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-10.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-10.jpg" alt="" width="558" height="243" class="aligncenter size-full wp-image-8709" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-10.jpg 558w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-10-300x131.jpg 300w" sizes="(max-width: 558px) 100vw, 558px" /></a><br />
Wait for the appliance to do the pre-flight checks and then install <strong>VMware vSphere Virtual Disk Development Kit</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-11.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-11.jpg" alt="" width="522" height="468" class="aligncenter size-full wp-image-8710" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-11.jpg 522w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-11-300x269.jpg 300w" sizes="(max-width: 522px) 100vw, 522px" /></a><br />
Pretty much, you&#8217;ll have to download a ZIP file from VMware site, extract the ZIP and put it under C:\Program Files\VMWare\VMWare Virtual Disk Development Kit.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-12.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-12.jpg" alt="" width="408" height="221" class="aligncenter size-full wp-image-8711" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-12.jpg 408w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-12-300x163.jpg 300w" sizes="(max-width: 408px) 100vw, 408px" /></a><br />
Click <strong>Verify and Install</strong> and <strong>Continue</strong>. Then, login to Azure portal from the appliance to register it.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-13.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-13.jpg" alt="" width="537" height="288" class="aligncenter size-full wp-image-8712" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-13.jpg 537w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-13-300x161.jpg 300w" sizes="(max-width: 537px) 100vw, 537px" /></a><br />
Fill out the subscription, specify the migration project and enter a name for this appliance. Click <strong>Register</strong> and once successfully registered click <strong>Continue</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-14.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-14.jpg" alt="" width="571" height="539" class="aligncenter size-full wp-image-8713" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-14.jpg 571w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-14-300x283.jpg 300w" sizes="(max-width: 571px) 100vw, 571px" /></a><br />
Specify the vCenter where your VMs reside, enter the username and password and click to <strong>Validate Connection</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-15.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-15.jpg" alt="" width="568" height="481" class="aligncenter size-full wp-image-8714" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-15.jpg 568w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-15-300x254.jpg 300w" sizes="(max-width: 568px) 100vw, 568px" /></a><br />
Finally if everything is OK, click on <strong>Save and start discovery</strong>.<br />
<em>NOTE from the appliance: You will be able to review the discovered machines on the Azure portal and create as-on-premises assessments within 15 minutes. Collection of performance data will be initiated and it is recommended that you create performance-based assessments after 24-hours.</em><br />
It&#8217;s important to leave the appliance running for some time so it can properly determine the usage and size the destination VM for you. If you already know what size your VM will be in Azure, you don&#8217;t have to worry about this.<br />
Now, go back to Azure portal and find the <strong>Azure Migrate</strong> service. Click on <strong>Servers </strong>and then on <strong>Discovered servers</strong> under <strong>Assessment tools</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-16.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-16.jpg" alt="" width="673" height="358" class="aligncenter size-full wp-image-8715" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-16.jpg 673w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-16-300x160.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-16-585x311.jpg 585w" sizes="(max-width: 673px) 100vw, 673px" /></a><br />
You&#8217;ll see a list of all servers in your vCenter and their specs. We&#8217;ll create a new assessment group for two Linux servers that I have (apache and mysql) and that are part of my local WordPress installation.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-17.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-17.jpg" alt="" width="998" height="535" class="aligncenter size-full wp-image-8716" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-17.jpg 998w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-17-300x161.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-17-768x412.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-17-585x314.jpg 585w" sizes="(max-width: 998px) 100vw, 998px" /></a><br />
Then, create an assessment for that same group from the top menu.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-18.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-18.jpg" alt="" width="495" height="162" class="aligncenter size-full wp-image-8717" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-18.jpg 495w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-18-300x98.jpg 300w" sizes="(max-width: 495px) 100vw, 495px" /></a><br />
Make sure you change the assessment properties. That&#8217;s where you specify the region. Just click on <strong>View all</strong> and change the settings there.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-19.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-19.jpg" alt="" width="890" height="533" class="aligncenter size-full wp-image-8718" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-19.jpg 890w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-19-300x180.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-19-768x460.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-19-585x350.jpg 585w" sizes="(max-width: 890px) 100vw, 890px" /></a><br />
Now if you go back to the Azure Migrate, you&#8217;ll see that you have one group and one assessment.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-20.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-20.jpg" alt="" width="437" height="392" class="aligncenter size-full wp-image-8719" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-20.jpg 437w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-20-300x269.jpg 300w" sizes="(max-width: 437px) 100vw, 437px" /></a><br />
Click on the Groups and then on the actual group. You&#8217;ll see something like this.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-21.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-21.jpg" alt="" width="462" height="205" class="aligncenter size-full wp-image-8720" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-21.jpg 462w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-21-300x133.jpg 300w" sizes="(max-width: 462px) 100vw, 462px" /></a><br />
If you want to see what your server is doing in terms of connections to others servers over TCP/UDP, you have to install the agent. It&#8217;s not necessary, but you&#8217;ll see the dependencies. It&#8217;s useful when you migrate some servers as a group and then you realize that you need to migrate another server because there is a dependency.</p>
<h3>Dependencies agent</h3>
<p>Click on the link <strong>Requires agent installation</strong> and you&#8217;ll see this page. Pretty much you have to install two agents on each server and configure them. But, first you have to configure the <strong>OMS Workspace</strong> that gathers metadata from the VMs.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-22.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-22.jpg" alt="" width="1095" height="527" class="aligncenter size-full wp-image-8721" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-22.jpg 1095w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-22-300x144.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-22-1024x493.jpg 1024w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-22-768x370.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-22-585x282.jpg 585w" sizes="(max-width: 1095px) 100vw, 1095px" /></a><br />
Click on <strong>Configure OMS workspace</strong> first. Type a name a region and click <strong>Configure </strong>at the bottom.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-23.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-23.jpg" alt="" width="300" height="243" class="aligncenter size-full wp-image-8722" /></a></p>
<h4>Linux</h4>
<p>Download both files. You&#8217;ll get redirected to github for the first agent. Download <strong>omsagent-1.11.0-9.universal.x64.sh</strong> for a 64-bit Linux OS or whatever is the latest version. This is a bash script file with an embedded tar binary file. Transfer it to the Linux box, make sure it&#8217;s executable and run the script. Check this <a href="https://docs.microsoft.com/en-us/system-center/scom/manage-install-crossplat-agent-cmdline?view=sc-om-1807" rel="noopener noreferrer" target="_blank">link </a>for your version of Linux/Unix. Make sure you specify the Workspace ID and the Workspace Key, which you can get at the bottom of the page from the <strong>Dependencies </strong>screenshot (see the previous screenshot above).</p>
<pre class="brush: bash; title: ; notranslate">
wget https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.11.0-9/omsagent-1.11.0-9.universal.x64.sh
chmod +x omsagent-1.11.0-9.universal.x64.sh
./omsagent-1.11.0-9.universal.x64.sh --install --enable-opsmgr -w &lt;workspaceID&gt; -s &lt;workspaceKey&gt;
</pre>
<p>You should see a message saying <strong>Shell bundle exiting with code 0</strong>.<br />
For the second agent, download it from the Microsoft site, change the permission to execute and run.</p>
<pre class="brush: bash; title: ; notranslate">
wget http://aka.ms/dependencyagentlinux -O InstallDependencyAgent-Linux64.bin
chmod +x InstallDependencyAgent-Linux64.bin
./InstallDependencyAgent-Linux64.bin
</pre>
<p>Type <strong>YES </strong>when prompted and you should be good.</p>
<h4>Windows</h4>
<p>Download both files (<strong>MMASetup-AMD64.exe</strong> and <strong>InstallDependencyAgent-Windows.exe</strong>). Install on each server. For the MMA agent, check to connect the agent to <strong>Azure Log Analytics (OMS)</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-24.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-24.jpg" alt="" width="510" height="392" class="aligncenter size-full wp-image-8723" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-24.jpg 510w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-24-300x231.jpg 300w" sizes="(max-width: 510px) 100vw, 510px" /></a><br />
Enter the Workspace ID and the key and choose Azure Commericial.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-25.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-25.jpg" alt="" width="511" height="395" class="aligncenter size-full wp-image-8724" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-25.jpg 511w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-25-300x232.jpg 300w" sizes="(max-width: 511px) 100vw, 511px" /></a><br />
Installing the dependency agent is even easier, just double-click the EXE and accept the agreement. From the <strong>Discovered servers</strong> list, click on the server where it says <strong>View dependencies</strong> and you&#8217;ll something like this.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-26.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-26.png" alt="" width="661" height="469" class="aligncenter size-full wp-image-8725" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-26.png 661w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-26-300x213.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-26-585x415.png 585w" sizes="(max-width: 661px) 100vw, 661px" /></a><br />
Click on each block to see more details.</p>
<h2>Server Migration</h2>
<p>Once we have all the pre-requisites in place and we are all confident in the assessment based on the confidence rating, we can proceed with the migration.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-27.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-27.jpg" alt="" width="847" height="223" class="aligncenter size-full wp-image-8726" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-27.jpg 847w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-27-300x79.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-27-768x202.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-27-585x154.jpg 585w" sizes="(max-width: 847px) 100vw, 847px" /></a><br />
Now, you can do the migration within <strong>Azure Migrate: Server Assessment</strong> tool. Just click on <strong>Discovered Servers</strong> under the tool and click <strong>Replicate </strong>from the menu.<br />
Specify the type of the hypervisor and the on-prem appliance.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-28.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-28.jpg" alt="" width="444" height="290" class="aligncenter size-full wp-image-8727" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-28.jpg 444w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-28-300x196.jpg 300w" sizes="(max-width: 444px) 100vw, 444px" /></a><br />
As you can see from the appliance suffix, the migration option of the assessment tool is in preview. You can proceed further. In the screenshot below, I&#8217;ll be migrating my Linux servers.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-29.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-29.png" alt="" width="819" height="587" class="aligncenter size-full wp-image-8728" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-29.png 819w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-29-300x215.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-29-768x550.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-29-585x419.png 585w" sizes="(max-width: 819px) 100vw, 819px" /></a><br />
You just have to specify where you want your servers migrated.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-30.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-30.jpg" alt="" width="831" height="468" class="aligncenter size-full wp-image-8729" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-30.jpg 831w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-30-300x169.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-30-768x433.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-30-585x329.jpg 585w" sizes="(max-width: 831px) 100vw, 831px" /></a><br />
Choose the size of the servers, the disk size and you can proceed.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-31.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-31.jpg" alt="" width="684" height="108" class="aligncenter size-full wp-image-8730" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-31.jpg 684w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-31-300x47.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-31-585x92.jpg 585w" sizes="(max-width: 684px) 100vw, 684px" /></a><br />
This is probably the way to go, but because it&#8217;s in preview, I&#8217;ll explain the old way too.<br />
Under the migration tool, click <strong>Discover</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-32.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-32.jpg" alt="" width="435" height="385" class="aligncenter size-full wp-image-8731" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-32.jpg 435w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-32-300x266.jpg 300w" sizes="(max-width: 435px) 100vw, 435px" /></a><br />
Specify where do you want your VMs migrated. This is an important step. Click on <strong>Create resources</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-33.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-33.jpg" alt="" width="502" height="400" class="aligncenter size-full wp-image-8732" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-33.jpg 502w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-33-300x239.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /></a><br />
Finish step 1. Download the OVA and install it in your vCenter. Same as with the previous OVA, log to the console, and change the IP to static. First, you&#8217;ll be prompted to name the appliance.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-34.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-34.jpg" alt="" width="635" height="179" class="aligncenter size-full wp-image-8733" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-34.jpg 635w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-34-300x85.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-34-585x165.jpg 585w" sizes="(max-width: 635px) 100vw, 635px" /></a><br />
Then log in to Azure portal.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-35.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-35.jpg" alt="" width="443" height="318" class="aligncenter size-full wp-image-8734" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-35.jpg 443w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-35-300x215.jpg 300w" sizes="(max-width: 443px) 100vw, 443px" /></a><br />
Configure the appliance using the Site Recovery icon on the desktop. It&#8217;s gonna ask you to log (again) to Azure and provide the subscription, resource group and the vault. Make sure you choose the vault that&#8217;s provided in the same dialog box where you downloaded the OVA. If you fail to provide the proper vault, you&#8217;ll have to deal with deleting hidden resources etc&#8230;<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-36.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-36.jpg" alt="" width="473" height="463" class="aligncenter size-full wp-image-8735" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-36.jpg 473w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-36-300x294.jpg 300w" sizes="(max-width: 473px) 100vw, 473px" /></a><br />
Next step is to agree to install MySQL server on the appliance and specify the vCenter.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-37.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-37.jpg" alt="" width="735" height="502" class="aligncenter size-full wp-image-8736" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-37.jpg 735w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-37-300x205.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-37-585x400.jpg 585w" sizes="(max-width: 735px) 100vw, 735px" /></a><br />
You should also add the credentials for Windows and Linux servers. For example, my username has full access to all Windows VMs and root has access to all Linux servers.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-38.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-38.jpg" alt="" width="788" height="428" class="aligncenter size-full wp-image-8737" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-38.jpg 788w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-38-300x163.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-38-768x417.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-38-585x318.jpg 585w" sizes="(max-width: 788px) 100vw, 788px" /></a><br />
Once completed, you can go to the Azure Portal and if you click on <strong>Replicate</strong>, you&#8217;ll see that our new appliance showed up.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-39.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-39.jpg" alt="" width="434" height="354" class="aligncenter size-full wp-image-8738" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-39.jpg 434w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-39-300x245.jpg 300w" sizes="(max-width: 434px) 100vw, 434px" /></a><br />
If you are having problems finding out where to register the new appliance, go to the <strong>Replicate </strong>menu. Fill out the pre-requisites and you&#8217;ll get a warning that your appliance is not registered. Click <strong>Finalize registration</strong> from here.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-40.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-40.jpg" alt="" width="912" height="569" class="aligncenter size-full wp-image-8739" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-40.jpg 912w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-40-300x187.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-40-768x479.jpg 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-40-585x365.jpg 585w" sizes="(max-width: 912px) 100vw, 912px" /></a><br />
As you can see, with this tool, migrate is grayed. First, we&#8217;ll have to replicate the servers.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-41.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-41.png" alt="" width="429" height="379" class="aligncenter size-full wp-image-8740" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-41.png 429w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-41-300x265.png 300w" sizes="(max-width: 429px) 100vw, 429px" /></a><br />
Fill out the settings and proceed. Make sure you choose the right credentials. I&#8217;ll be replicating Linux instances, so I chose Linux-CREDS. These were defined when we configured the appliance.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-42.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-42.png" alt="" width="806" height="494" class="aligncenter size-full wp-image-8741" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-42.png 806w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-42-300x184.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-42-768x471.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-42-585x359.png 585w" sizes="(max-width: 806px) 100vw, 806px" /></a><br />
Choose the VMs.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-43.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-43.png" alt="" width="821" height="643" class="aligncenter size-full wp-image-8742" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-43.png 821w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-43-300x235.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-43-768x601.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-43-585x458.png 585w" sizes="(max-width: 821px) 100vw, 821px" /></a><br />
Choose the VNET, subnet etc&#8230;<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-44.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-44.png" alt="" width="809" height="508" class="aligncenter size-full wp-image-8743" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-44.png 809w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-44-300x188.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-44-768x482.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-44-585x367.png 585w" sizes="(max-width: 809px) 100vw, 809px" /></a><br />
Choose the rest of the requirements (disk etc&#8230;) and click on <strong>Replicate</strong>.<br />
You can check the status from the tool. Click on <strong>Overview</strong>, then <strong>Replicating machines</strong>, then click the <strong>Other</strong> tab.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-45.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-45.png" alt="" width="1540" height="421" class="aligncenter size-full wp-image-8744" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-45.png 1540w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-45-300x82.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-45-1024x280.png 1024w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-45-768x210.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-45-1536x420.png 1536w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-45-1170x320.png 1170w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-45-585x160.png 585w" sizes="(max-width: 1540px) 100vw, 1540px" /></a><br />
Once the replication is completed, you can do a <strong>Test migration</strong> or <strong>full migration</strong>. Click on the menu (three dots) on the right of each VM and do a Test migration first. If you a confident, you can do full migration as well.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-46.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-46.jpg" alt="" width="298" height="292" class="aligncenter size-full wp-image-8745" /></a><br />
For a test migration, you have to specify a VNET. When you do a test migration, the original VM stays up and the new VM in Azure has a <strong>-test</strong> suffix. Here I have my apache server test-migrated in Azure.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-47.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-47.jpg" alt="" width="697" height="394" class="aligncenter size-full wp-image-8746" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-47.jpg 697w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-47-300x170.jpg 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-47-585x331.jpg 585w" sizes="(max-width: 697px) 100vw, 697px" /></a><br />
And I can access it over my VPN.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-48.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-48.jpg" alt="" width="377" height="195" class="aligncenter size-full wp-image-8747" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-48.jpg 377w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-48-300x155.jpg 300w" sizes="(max-width: 377px) 100vw, 377px" /></a><br />
When you a done, you can <strong>clean up the test migration</strong> from the same menu above and you&#8217;ll get an option to delete the test VM. Finally, once everything is OK, you can do a full migration. Click <strong>Migrate </strong>and you&#8217;ll be all set.<br />
NOTE: If you can&#8217;t RDP to your VM in Azure, it&#8217;s because RDP port was disabled. You can re-enable it from the console. Go to the VM menu and all the way down, click on <strong>Reset password</strong>. Do <strong>Reset configuration only</strong> and after a minute or so, you&#8217;ll be able to RDP.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-49.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-49.jpg" alt="" width="260" height="183" class="aligncenter size-full wp-image-8748" /></a><br />
And if you get this error, The remote computer requires Network Level Authentication&#8230;blah, blah, domain controller.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-50.jpg"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-50.jpg" alt="" width="554" height="163" class="aligncenter size-full wp-image-8749" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-50.jpg 554w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-50-300x88.jpg 300w" sizes="(max-width: 554px) 100vw, 554px" /></a><br />
&#8230;then log as local administrator and check the DNS settings. Most likely the DNS settings were messed up when migrating. Here is an example of what I got from my VM in Azure.</p>
<pre class="brush: bash; title: ; notranslate">
  Default Gateway . . . . . . . . . : 192.168.10.1
  DHCP Server . . . . . . . . . . . : 168.63.129.16
  DHCPv6 IAID . . . . . . . . . . . : 352324922
  DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-25-0F-72-AF-00-50-56-B9-F7-0F
  DNS Servers . . . . . . . . . . . : 168.63.129.16
</pre>
<p>Azure assigned a DNS in Azure. Change it to your DNS and you should be OK.</p>
<h3>Migrating a physical server</h3>
<p>In order to migrate a physical server, you&#8217;ll have to follow <a href="https://docs.microsoft.com/en-us/azure/migrate/tutorial-migrate-physical-virtual-machines" rel="noopener noreferrer" target="_blank">these </a>steps. In essence, you&#8217;ll have to log to the Azure Site recovery VM and go to this folder (<strong>C:\ProgramData\ASR\home\svsystems\pushinstallsvc\repository</strong>). Transfer the ASR file to each physical instance. While logged in the appliance, get your key.</p>
<pre class="brush: powershell; title: ; notranslate">
C:\ProgramData\ASR\home\svsystems\bin\genpassphrase.exe -v
</pre>
<p>Don&#8217;t run the EXE on the VM yet. You&#8217;ll have to do it from a command prompt. Open up a command prompt (with admin rights) and execute these lines.</p>
<pre class="brush: powershell; title: ; notranslate">
mkdir c:\temp
cd c:\&lt;path_to_EXE&gt;
ren Mi&lt;hit_TAB_for_autocompletion&gt; MobilityServiceInstaller.exe 
move MobilityServiceInstaller.exe c:\temp
cd c:\temp
MobilityServiceInstaller.exe /q /x:C:\Temp\
UnifiedAgent.exe /Role &quot;MS&quot; /Silent
</pre>
<p>The last command will open a new terminal window and install the agent. Wait to finish and you can exit. Then in the GUI go to <strong>c:\program files (x86)\Microsoft Azure Site Recovery\agent</strong> folder. Double-click the <strong>UnifiedAgentConfigurator.exe</strong> file and enter the IP of your <strong>Site Recovery</strong> appliance and the passphrase that you got from the command above.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-51.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-51.png" alt="" width="910" height="571" class="aligncenter size-full wp-image-8750" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-51.png 910w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-51-300x188.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-51-768x482.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-51-585x367.png 585w" sizes="(max-width: 910px) 100vw, 910px" /></a><br />
After 10 seconds you should have everything ready.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-52.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-52.png" alt="" width="511" height="190" class="aligncenter size-full wp-image-8751" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-52.png 511w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-52-300x112.png 300w" sizes="(max-width: 511px) 100vw, 511px" /></a><br />
Go back to the portal and in the <strong>Azure Migrate: Server Migration</strong> tool, click on <strong>Replicate</strong>. Under the <strong>Source settings</strong> tab, select that your machines are <strong>NOT</strong> virtualized. Choose the Site Recovery appliance and specify the credentials that will be used to access the physical server.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-53.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-53.png" alt="" width="779" height="431" class="aligncenter size-full wp-image-8752" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-53.png 779w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-53-300x166.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-53-768x425.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-53-585x324.png 585w" sizes="(max-width: 779px) 100vw, 779px" /></a><br />
You don&#8217;t have an assessment for the physical server, so choose to specify the migrations settings manually. My physical server is called W2012R2.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-54.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-54.png" alt="" width="654" height="456" class="aligncenter size-full wp-image-8753" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-54.png 654w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-54-300x209.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-54-585x408.png 585w" sizes="(max-width: 654px) 100vw, 654px" /></a><br />
Choose the subscription, VNET, subnet under <strong>Target settings</strong>. Choose automatic or specify the compute type of your instance under <strong>Compute </strong>tab and do the same for the disks under the next tab.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-55.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-55.png" alt="" width="810" height="184" class="aligncenter size-full wp-image-8754" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-55.png 810w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-55-300x68.png 300w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-55-768x174.png 768w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-55-585x133.png 585w" sizes="(max-width: 810px) 100vw, 810px" /></a><br />
Click <strong>Replicate </strong>when ready. After a minute or so, you can check the status  under <strong>Replicating servers</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-56.png"><img loading="lazy" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-56.png" alt="" width="392" height="315" class="aligncenter size-full wp-image-8755" srcset="https://blog.andreev.it/wp-content/uploads/2019/09/P136-56.png 392w, https://blog.andreev.it/wp-content/uploads/2019/09/P136-56-300x241.png 300w" sizes="(max-width: 392px) 100vw, 392px" /></a><br />
&#8230;and same with the other VMs that were replicated, you can do a test migration and full migration. Once you power up the replicated server, make sure you uninstall any HW related software for the arrays, WMI management etc&#8230; And pretty much that&#8217;s it!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andreev.it/2019/09/azure-migrate-vmware-vms-and-physical-servers-using-azure-migrate-server-assessment-and-server-migration/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
