{"id":683,"date":"2015-03-30T14:24:34","date_gmt":"2015-03-30T12:24:34","guid":{"rendered":"http:\/\/dety.net.ua\/?p=683"},"modified":"2015-03-30T14:28:46","modified_gmt":"2015-03-30T12:28:46","slug":"exchange-2010-convert-into-vm","status":"publish","type":"post","link":"https:\/\/dety.net.ua\/?p=683","title":{"rendered":"Exchange 2010 + Converting into VM"},"content":{"rendered":"<p>I have 2 multi role Exchange servers in a DAG (VM + Physical), a load balancer (2 instances in LVS). I need to convert the physical server into VM.<\/p>\n<p>1. Make &#8220;Switchover server&#8221; or &#8220;Move active database&#8221; to move DBs to another server from console or via powershell.<\/p>\n<p>2. Check that DBs don&#8217;t have sync queues.<\/p>\n<p>3. Stop all the Exchange services except &#8220;Form Based Authentication&#8221; &#8211; it&#8217;s a load balancer&#8217;s feature \ud83d\ude42 &#8211; didn&#8217;t solve this yet. Run this to stop activation policy:<\/p>\n<blockquote><p>Set-MailboxServer Server1 -DatabaseCopyAutoActivationPolicy Blocked<\/p><\/blockquote>\n<p>4. Run script for DAG:<\/p>\n<blockquote><p>cd $exscripts<\/p>\n<p>.\\StartDagServerMaintenance.ps1 -serverName Server1<\/p><\/blockquote>\n<p>5. Make a full backup of server.<\/p>\n<p>6. Install Vmware standalone converter on the Exchange server.<\/p>\n<p>7. Convert the server into VM.<\/p>\n<p>8. Configure this VM: Delete unused devices from the configuration and so on.<\/p>\n<p>9. Run the VM and install Vmware Tools.<\/p>\n<p>10. Configure network interfaces.<\/p>\n<p>11. Run the next commands (from my previous post about load balancing):<\/p>\n<blockquote><p>netsh interface ipv4 set interface \u201cLocal Area Network\u201d weakhostreceive=enabled<\/p>\n<p>netsh interface ipv4 set interface \u201cLoopback\u201d weakhostreceive=enabled<\/p>\n<p>netsh interface ipv4 set interface \u201cLoopback\u201d weakhostsend=enabled<\/p><\/blockquote>\n<p>12. Check that all the services are running, reboot the server if needed.<\/p>\n<p>13. Run script for DAG:<\/p>\n<blockquote><p>cd $exscripts<\/p>\n<p>.\\StopDagServerMaintenance.ps1 -serverName Server1<\/p><\/blockquote>\n<p>14. Allow Activation policy:<\/p>\n<blockquote><p>Set-MailboxServer Server1 -DatabaseCopyAutoActivationPolicy Unrestricted<\/p><\/blockquote>\n<p>15. Check that replication queues become 0.<\/p>\n<p>Done.<\/p>\n<p>P.S.: I got the error for Storage when check the services:<\/p>\n<pre>Unable to initialize the Microsoft Exchange Information Store service because the clocks on the client and on the server machine are skewed<\/pre>\n<p>Solved this with the command:<\/p>\n<blockquote><p>Net time \\\\MyDomainController \/Set<\/p><\/blockquote>\n<p>Links:<\/p>\n<p><a href=\"http:\/\/exchangeserverpro.com\/how-to-install-updates-on-exchange-server-2010-database-availability-groups\/\" target=\"_blank\">http:\/\/exchangeserverpro.com\/how-to-install-updates-on-exchange-server-2010-database-availability-groups\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have 2 multi role Exchange servers in a DAG (VM + Physical), a load balancer (2 instances in LVS). I need to convert the physical server into VM. 1. Make &#8220;Switchover server&#8221; or &#8220;Move active database&#8221; to move DBs to another server from console or via powershell. 2. Check that DBs don&#8217;t have sync [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,13],"tags":[],"class_list":["post-683","post","type-post","status-publish","format-standard","hentry","category-exchange","category-novosti"],"_links":{"self":[{"href":"https:\/\/dety.net.ua\/index.php?rest_route=\/wp\/v2\/posts\/683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dety.net.ua\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dety.net.ua\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dety.net.ua\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dety.net.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=683"}],"version-history":[{"count":4,"href":"https:\/\/dety.net.ua\/index.php?rest_route=\/wp\/v2\/posts\/683\/revisions"}],"predecessor-version":[{"id":687,"href":"https:\/\/dety.net.ua\/index.php?rest_route=\/wp\/v2\/posts\/683\/revisions\/687"}],"wp:attachment":[{"href":"https:\/\/dety.net.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dety.net.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dety.net.ua\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}