Why does the test failover fails ?

Nick Nick 1 Reputation point
2021-05-11T11:40:59.483+00:00

We have a PROXMOX hypervisor with 5 VMs that need to be migrated to Azure.

I have already created a new VM in Azure that will serve as Master Target and Process Server. Upon installing the replication software on our machines, I can successfully initiate the replication, and the status changes to 'Protected' on the replicating machine.

Before migrating, I'd like to do a test migration of our Ubuntu 14.04 but here is where I encounter an error.

The procedure errors on the second step - Initiating test failover which results as Failed. Errors include:

Error ID
170049
Error Message
Failover failed because of an unsupported configuration.
Possible causes
If this is a Windows virtual machine, then the operating system disk might be encrypted. If this is a Linux virtual machine, then /boot and root (/) partitions might be on different disks.
Recommendation
This is not a supported configuration. Read more at http://aka.ms/ASRErrorCode-170049

and

Error ID
539
Error Message
The requested action couldn't be performed by the 'InMageAzureV2' Replication Provider.
Possible causes
The Provider action failed. Check other errors for more information.
Recommendation
Resolve the issue and retry the operation.

The logs are generic and I cannot find any solution/similar error online.
The link provided by Azure doesen't even contain those error IDs.

Root and /boot partition are on the same disk (dev/sda)

Output fdisk:

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 31459327 15728640 83 Linux

Output lsblk:

root@SRV-vm:~# lsblk -l
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 20G 0 disk
sda1 8:1 0 15G 0 part /
sda2 8:2 0 1K 0 part
sda5 8:5 0 5G 0 part [SWAP]
sdb 8:16 0 280G 0 disk
sdb1 8:17 0 280G 0 part /home
sr0 11:0 1 1024M 0 rom

In the docs its stated that paravirtualisation storage drivers are not supported, therefore I changed in Proxmox the Device/Bus for the HDD from VIRTIO (paravirtualised storage driver) to IDE.

I have re-red multiple times the supported configurations for migrating physical servers (debian8,ubuntu14,windows server 2012 R2) and there isn't anything controversial.

Any suggestion is greatly welcomed..

EDIT: I'm attempting to test migrate a Windows Server 2012 R2 to see if I will encounter the same issue.

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
681 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SadiqhAhmed-MSFT 41,716 Reputation points Microsoft Employee
    2021-05-17T07:30:29.263+00:00

    @Nick Nick Thank you for contacting us and I apologize for the delayed response.

    It could be an unsupported disk type which is causing this issue. See a similar issue here - https://social.msdn.microsoft.com/Forums/en-US/5273d30a-93ed-4138-8e76-d7e62a5877b6/cannot-test-failover-on-red-hat-67?forum=hypervrecovmgr If this is not case in your scenario, I would recommend reaching out to Azure technical support team for further investigation.

    EDIT: I'm attempting to test migrate a Windows Server 2012 R2 to see if I will encounter the same issue. - Any update?

    ----------------------------------------------------------------------------------------------------------------------

    If the response helped, do "Accept Answer" and up-vote it