Hi Team,
I am in the process migrating servers in to a different datacenter. As a part of it, trying to convert VMs, which are hosted on KVM to target VmWare infrastructure using VMware vCenter Converter utility.
However, the task is failing at 3% (seems to be during or after "Formatting the destination partitions.")
FAILED: A general system error occurred:
Network error. Host 35.187.xxx.xx key can't be retrieved. (return code 2)
The source VM (KVM) is hosted on Google cloud platform (GCP) and the destination VmWare infrastructure is our local data center (10.124.0.100).
Few configuration details from Source server:
[root@myfrstvm ~]# cat /etc/hosts.allow
#
# hosts.allow This file contains access rules which are used to
#
sshd : *
ALL : ALL
[root@myfrstvm ~]#
[root@myfrstvm ~]# cat /etc/resolv.conf
# Generated by NetworkManager
search asia-southeast1-b.c.speedy-xxxxx-2xxxxx.internal c.speedy-xxxxx-xxxxxx.internal google.internal
nameserver 169.xx4.xxx.254
[root@myfrstvm ~]# cat /etc/ssh/sshd_config | grep -i auth
PasswordAuthentication yes
PubkeyAuthentication no
I have attached the complete vmware-converter-server log with this email.
Please let me know if you need any further information.
Thanks in advance.