Migrate virtual machines to new Synology NAS.

Background

I had a requirement to migrate my content from a Synology DS1621XS+ to a DS1621+.

IMG_4783

Similar NAS, both 6 drives bays, just one is intel CPU based and the other is AMD. Now Synology provides guidance on the best way to migrate settings and data from an existing NAS to a new one, but all the available options did not quite work out for me.

Synology has a tool called Migration Assistant, which does just that, but the target NAS needs to have more available capacity than the source NAS, which I don’t have in this case so that plan was out. All I wanted to move was three virtual machines, so I thought why not try and create a Virtual Machine Manager cluster and move the virtual machines that way. Now I created a cluster fine, that part is straightforward, but to enable migration of virtual machine workloads, you need to pay for an additional Virtual Machine Manager Pro license, which again I don’t have. This is a one-off task, so I did not need that, although there is a 30-day trial available.

That leaves me with a final option. Export the virtual machines to OVA format and then back them up to a remote NAS using the Synology Hyper Backup tool. As this is a one-off migration, I was not too concerned about the extra time required to perform the steps.

How to

Step 1 – Export existing virtual machines to OVA format

OVA or Open Virtualisation Format is a common way to package a virtual machine for distribution to allow the import of the virtual machine to hypervisors such as VMware ESXi or KVM. To do this within Virtual Machine Manager is easy as I will demonstrate below.

Open Virtual Machine Manager, select the VM and choose export.

2021-07-09_09-52-59

Choose the shared folder to export the OVA too. If the shared folder does not exist, you will be asked to create one at this stage.

2021-07-09_10-02-52

And repeat for all the VM’s required.

2021-07-09_10-03-38

Step 2 – Create Hyper Backup job

Hyper backup utilises a second NAS as the target for the backup files that it creates. Hyper backup needs to be installed on both NAS devices and a tool called Hyper Backup Vault needs to be installed on the target NAS. I will run through the steps below but they are also detailed in Synologys guide for migration.

Assuming Hyper Backup and Hyper Backup Vault are installed on the target NAS, the next step is to enable the rsync service from the control panel on the target NAS device. This will enable us to use the NAS as a remote backup repository.

2021-07-09_09-40-07

Next, we will launch Hyper Backup on the source NAS, the one where we created the OVA files in step 1.

2021-07-09_09-40-38

When the backup wizard launches, we need to create a job that will target a remote NAS device.

2021-07-09_09-41-13

Enter the details for the target NAS and choose the backup location. The NetBackup folder should already exist.

2021-07-09_12-01-23

Choose the VM_backups shared folder from the source NAS to backup.

2021-07-09_12-01-52

You may choose to backup application settings as well, I was not concerned with this.

2021-07-09_09-44-58

Define a backup schedule if required.

2021-07-09_12-02-39

Define retention policy, if required. The default is 256 iterations, I changed mine to 3.

2021-07-09_12-03-24

The job will now be created, click backup now.

2021-07-09_12-04-44

And wait for the job to complete.

2021-07-09_13-39-18

We can check the backup file exists on the target NAS by browsing the shared folder structure.

2021-07-09_13-40-45

Step 3 – Restore the backup

The restoration process will unpack the HBK file referenced in the previous screenshot and restore the folder structure containing the OVA files that will allow us to import them into Virtual Machine Manager on the target NAS.

Launch Hyper Backup on the target NAS and click the restore/data option as shown below.

2021-07-09_13-41-52

Click Restore from the existing repository

2021-07-09_13-42-30

Browse the local folder for the file to restore from.

2021-07-09_13-42-45

Chose the folder where the backup file exists.

2021-07-09_13-43-01

You may choose to recover the system config, this is automatically backed up. I did not want to do this.

2021-07-09_13-43-14

Choose the recovery point.

2021-07-09_13-43-33

Confirm that everything looks good.

2021-07-09_13-43-48

Wait for restoration to complete.

2021-07-09_13-44-03

Et voilà

2021-07-09_14-30-36

Browsing the shared file structure in File Station shows we now have the 3 OVA files as expected, ready to import.

2021-07-09_14-30-48

Step 4 – Import the OVA

In this step we will import the OVA files to register the virtual machines on the target NAS and power on a VM to prove that the process works.

Open virtual machine manager, navigate to virtual machine and then choose the import option.

2021-07-09_14-31-23

Choose to import OVA files.

2021-07-09_14-31-38

Browse to the OVA file.

2021-07-09_14-32-05

Choose the target NAS to deploy the OVA too. I have the option of two as they are in a cluster during this operation.

2021-07-09_14-34-54

The VM config is captured in the OVa, so things like name, CPU, Memory etc will all be the as they were defined on the source side.

2021-07-09_14-35-24

2021-07-09_14-35-36

Remember to change the virtual network to the target NAS.

2021-07-09_14-35-48

Choose who is allowed to interact with the VM.

2021-07-09_14-36-11

Ensure other settings look ok.

2021-07-09_14-35-59

And apply.

2021-07-09_14-36-20

Then once the VM is imported, power on as normal and ensures everything works as expected. I was expecting some complaints from my operating system due to changing the underlying CPU architecture from Intel to AMD, but it worked fine.

2021-07-09_14-51-55

Conclusion

This was a bit of a convoluted way of migrating virtual machines, and if this were to happen on a regular basis, IE something similar to vMotion, then it would be worth investing in the VMM Pro license. What this post did demonstrate though is the ease of setup for Hyper Backup and the various options available for sending backups to multiple locations, including cloud-based object storage.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

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