Azure Migration Series 16/Oct/2019

Setup

  • Open Poweshell as administrator on HyperV host and execute the following Commands
mkdir c:\vms
mkdir c:\vms\openmrs
new-item c:\vms\openmrs\Vagrantfile
mkdir c:\vms\mysql
new-item c:\vms\mysql\Vagrantfile

  • Copy the contents of this Vagrantfile into C:\vms\openmrs\Vagrantfile
  • Copy the contents of this Vagrantfile into c:\vms\mysql\Vagrantfile
  • Now execute the following commands to bring up the virtual machines
cd c:\vms\openmrs
vagrant up

### Wait for the machine to be created

cd c:\vms\mysql
vagrant up

### Wait for the machine to be created
  • Look at Preparation Steps
  • Verfiy your azure account has necessary permissions. (In this migration we will not have problem with Azure as we are using the Global Administrator Account)
  • Download the Powershell Script as mentioned in the Preparation Documentation & Execute the commands. This script configures hyper-v host with all the pre-requisites for Azure Migration
  • Now we need to start assesment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner