<div dir="ltr">Hi,<div><br></div><div>I am trying to import and convert some VMWare guests from a VMWare cluster with vCenter version 6, to a KVM (oVirt) host. The KVM node (RHEL 7.2) has virt-v2v 1.28.1, though I've also tried using Fedora 23 which has 1.32.4. </div><div><br></div><div>The details are:</div><div><br></div><div>vCenter server: nssesxi-mgmt</div><div>Datacenter name: North Sutton Street</div><div>esxi server which runs the VM: nssesxi-mgmt04</div><div>folder name: Systems</div><div>VM name: wvm2</div><div>cluster name: nssesxi</div><div><br></div><div>Unfortunately, spaces were put in the name of the datacenter, so I escape them with %20<br></div><div><br></div><div>I authenticate against a AD domain (ARDA) with user 'cam'</div><div><br></div><div>So the final URI is constructed as:</div><div><br></div><div>vpx://<DOMAIN\user@<vcenter_server>/<folder>/<datacenter_name>/<esxi_server> <vm_name></div><div><br></div><div>The error I get is:</div><div><br></div><div><div># virt-v2v -v -x -ic vpx://ARDA%5ccam@nssesxi-mgmt/Systems/North%20Sutton%20Street/nssesxi04-mgmt?no_verify=1 wvm2</div><div>virt-v2v: libguestfs 1.28.1 (x86_64)</div><div>[   0.0] Opening the source -i libvirt -ic vpx://ARDA%5ccam@nssesxi-mgmt/Systems/North%20Sutton%20Street/nssesxi04-mgmt?no_verify=1 wvm2</div><div>input_libvirt_vcenter_https: source: scheme vpx server nssesxi-mgmt</div><div>Enter ARDA\cam's password for nssesxi-mgmt: </div><div>libvirt: ESX Driver error : internal error: Could not find compute resource specified in '/Systems/North Sutton Street/nssesxi04-mgmt'</div><div>virt-v2v: error: internal error: invalid argument: cannot open libvirt </div><div>connection </div><div>'vpx://ARDA%5ccam@nssesxi-mgmt/Systems/North%20Sutton%20Street/nssesxi04-mgmt?no_verify=1'</div><div><br></div><div>If reporting bugs, run virt-v2v with debugging enabled and include the </div><div>complete output:</div><div><br></div><div>  virt-v2v -v -x [...]</div><div>#</div></div><div><br></div><div><br></div><div># virsh -c 'vpx://ARDA%5ccam@nssesxi-mgmt/Systems/North%20Sutton%20Street/nssesxi04-mgmt?no_verify=1' list --all</div><div>Enter ARDA\cam's password for nssesxi-mgmt: </div><div>error: failed to connect to the hypervisor</div><div>error: internal error: Could not find compute resource specified in '/Systems/North Sutton Street/nssesxi04-mgmt'</div><div>#</div><div><br></div><div>I can access via http a list of VMs at the following URL:</div><div><br></div><div><a href="https://nssesxi-mgmt/folder?dcPath=North%2520Sutton%2520Street&dsName=nssesxi%252dc2%252dr10%252dlun2">https://nssesxi-mgmt/folder?dcPath=North%2520Sutton%2520Street&dsName=nssesxi%252dc2%252dr10%252dlun2</a><br></div><div><br></div><div>Below is the URI to the vm itself (once shutdown, it gets the name 'vm2_1'):</div><div><br></div><div><a href="https://nssesxi-mgmt/folder/wvm2_1?dcPath=North%2520Sutton%2520Street&dsName=nssesxi%252dc1%252dr10%252dlun2">https://nssesxi-mgmt/folder/wvm2_1?dcPath=North%2520Sutton%2520Street&dsName=nssesxi%252dc1%252dr10%252dlun2</a><br></div><div><br></div><div>Any idea why the virsh and virt-v2v stuff doesn't work?</div><div><br></div><div>Cheers,</div><div><br></div><div>-Cam</div></div>