Fail to launch VM

@dclavijo Am using Opennebula 5.6.1. is LDX support in this version?

And this is not possible to solve with KVM hypervisor?

But i’m using opennebula 5.6.1 with Oracle VB and also tried in VMware workstation Pro 15 …but getting same error with ubuntu 16.04 LTS.

PFB log.

Sat Dec 21 05:22:37 2019 [Z0][VM][I]: New state is ACTIVE
Sat Dec 21 05:22:37 2019 [Z0][VM][I]: New LCM state is PROLOG
Sat Dec 21 05:22:47 2019 [Z0][VM][I]: New LCM state is BOOT
Sat Dec 21 05:22:48 2019 [Z0][VMM][I]: Generating deployment file: /var/lib/one/vms/3/deployment.0
Sat Dec 21 05:22:49 2019 [Z0][VMM][I]: Successfully execute transfer manager driver operation: tm_context.
Sat Dec 21 05:22:49 2019 [Z0][VMM][I]: Successfully execute network driver operation: pre.
Sat Dec 21 05:22:49 2019 [Z0][VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy ‘/var/lib/one//datastores/0/3/deployment.0’ ‘192.168.207.130’ 3 192.168.207.130
Sat Dec 21 05:22:49 2019 [Z0][VMM][I]: error: Failed to create domain from /var/lib/one//datastores/0/3/deployment.0
Sat Dec 21 05:22:49 2019 [Z0][VMM][I]: error: invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm
Sat Dec 21 05:22:49 2019 [Z0][VMM][E]: Could not create domain from /var/lib/one//datastores/0/3/deployment.0
Sat Dec 21 05:22:49 2019 [Z0][VMM][I]: ExitCode: 255
Sat Dec 21 05:22:49 2019 [Z0][VMM][I]: Failed to execute virtualization driver operation: deploy.
Sat Dec 21 05:22:49 2019 [Z0][VMM][E]: Error deploying virtual machine: Could not create domain from /var/lib/one//datastores/0/3/deployment.0
Sat Dec 21 05:22:49 2019 [Z0][VM][I]: New LCM state is BOOT_FAILURE

The above mentioned issue is solved…And i changed Virtualbox to VMware workstation 15 pro…And installed these packages “qemu-kvm libvirt-bin bridge-utils” .And i i deployed the image VM in the same…Working smooth…Thanks to [https://sharadchhetri.com/2017/02/17/how-to-install-kvm-on-ubuntu-16-04-lts-desktop/] (https://sharadchhetri.com/2017/02/17/how-to-install-kvm-on-ubuntu-16-04-lts-desktop/).

Any one have similar issues pls try this.

@gbenner Pls try the below steps.

@gbenner could u pls update me the output of this command in 10.0.0.188 host .??

egrep -c ‘(vmx|svm)’ /proc/cpuinfo

If you get output 1 then you host support KVM if you get 0 it won’t.

If you get 1 try to install these packages in host 10.0.0.188 qemu-kvm libvirt-bin bridge-utils.

Hope this will solve the issue.Similar issue i got and solved.

perhaps you only need to enable Intel_VT (or AMD’s equivalent) instruction set on the BIOS.