Bring up the Environment for Migration
- 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
* Navigate to Requirements from [here](https://docs.aws.amazon.com/server-migration-service/latest/userguide/prereqs.html)
* Ensure Your Server is from Operating Systems Supported by AWS SMS in the Requirements page
* Have a look at Volume Types and File Systems Supported by AWS SMS in the Requirements page
Like this:
Like Loading...