Hi everyone:
I have a server migration project to Azure, I am using the azure migrate appliance for physical servers, however, the servers are VMware VMs.
The migration is as physical servers because the VMs are in a third party datacenter where we cannot install the appliance for VMware.
I have already migrated windows servers 2019 and redhat 6, however, when I want to migrate redhat 5.6, it shows me the following error:
{"error_name":"ASRMobilityServiceBootDiskNotFound",
"error_params":{},
"default_message":"The boot disk is not available. Create a bootable partition."},
{"error_name":"ASRMobilityServiceUnsupportedRootFileSystem",
"error_params":{"SupportedRootFileSystems":"ext3,ext4,xfs,btrfs","RootFileSystem":""},
"default_message":"The supported file-systems for root file-system are ext3,ext4,xfs,btrfs and the current root file-system is "
},
{"error_name":"ASRMobilityServiceGrubDeviceNameChange",
"error_params":{"Device":"/dev/SysVG/rootLV"},
"default_message":"The Grub has the entry for the device /dev/SysVG/rootLV. Use the UUID instead of the device name."
},
{"error_name":"ASRMobilityServiceDhcpClientNotAvailable",
"error_params":{"Package":"dhclient"},
"default_message":"The DHCP client is not available on the system. Install the package dhclient."}
I see many errors, is it possible to migrate it to azure? in the matrix of supported operating systems is redhat 5.6
Please your support.