다음을 통해 공유


Azure: Moving from ASM to ARM with ASR (Part 2) - Recovery Vault

Create the Recovery Vault

In the portal, search for “recovery” and select following highlighted section:

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/recoveryservices.png?resize=1024%2C306

fill in the details:

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/create-vault.png?resize=231%2C259

Open communication ports

Before we continue, we need to make sure all required communication ports (443 & 9443) are open on all source resources so that they can communicate and replicate with the process server. These ports need to be open on:

– ACL’s (if any)

– Network Security Groups (if any)

– Windows Firewall (enabled by default)

Install the process server

As soon as this is in place we can start with the deployment of the Process server itself, depending on the workload we will need to select a VM size that is appropriate to handle the load.

For small scopes like this POC, a minimum is 2 vCPU and 4GB of memory.

For our server we will select the new A4_v2 as this is the cheapest server with 4 cores (ASR Process server can be pretty CPU intensive)

We already have a management network in ARM where I will deploy this server to, in a later phase we will connect this VNET with the VNET in ASM so that we have direct communication over the Azure Network backbone. (What we call VNET Peering)

Go to the network adaptor settings of the process server and change IP assignment setting to fixed:

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/fixip.png?resize=399%2C143

download files

In The Azure Portal, go to the recovery vault -> Configuration Server -> Add Server blade to download the software and registration keys we will need during deployment:

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/download-software.png?resize=347%2C413 https://i0.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/download-software2.png?resize=579%2C253

Install the process server software

Once logged into the newly created VM we can start installing the process server software:

https://i0.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/ps1.png?resize=682%2C423

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/ps2.png?resize=681%2C420

Select the file that you downloaded from the portal

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/ps4.png?resize=682%2C423

don’t mind the warnings here as it is a POC, for production environments it’s highly advisable to provide enough capacity.

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/ps5.png?resize=679%2C421

enter the SQL server SA password.

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/ps6.png?resize=688%2C424

IMPORTANT: to fail over from Azure to Azure, we must use the physical server to Azure failover mechanism!

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/ps7.jpg?resize=692%2C427

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/ps8.jpg?resize=694%2C428

https://i0.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/networkselect.png?resize=694%2C428

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/installation.png?resize=696%2C429

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/installdone.png?resize=696%2C429

Clicking Finish will show some additional windows:

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/restart.png?resize=300%2C121

save the key to notepad and store the document in a safe place

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/clientkey.png?resize=300%2C147

add the local administrator account(s) of the source servers.

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/localadmins.png?resize=609%2C473

Close and reboot the server now!

Verify setup

We can verify if our server is known in our vault:

https://i0.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/01/verify.png?resize=1024%2C185

Overview

This article is part of a series, check for the overview here:  Azure: Moving form ASM to ARM with ASR (TOC)