[SOLVED] Failure running VM on new Host Machine

Hi, I am wondering if anyone could point me in the right direction. I am running opennebula 4.10.2 with two host machines and everything works great. Upon adding a third host, the VM i attempt to run on it fails. The following is the full log shown in sunstone. Thank you for your help!

Tue Nov 3 16:57:45 2015 [Z0][DiM][I]: New VM state is ACTIVE.
Tue Nov 3 16:57:46 2015 [Z0][LCM][I]: New VM state is PROLOG.
Tue Nov 3 16:57:54 2015 [Z0][LCM][I]: New VM state is BOOT
Tue Nov 3 16:57:54 2015 [Z0][VMM][I]: Generating deployment file: /var/lib/one/vms/294/deployment.0
Tue Nov 3 16:57:55 2015 [Z0][VMM][I]: ExitCode: 0
Tue Nov 3 16:57:55 2015 [Z0][VMM][I]: Successfully execute network driver operation: pre.
Tue Nov 3 16:57:55 2015 [Z0][VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy ‘/var/lib/one//datastores/116/294/deployment.0’ ‘manor-delta1’ 294 manor-delta1
Tue Nov 3 16:57:55 2015 [Z0][VMM][I]: error: Failed to create domain from /var/lib/one//datastores/116/294/deployment.0
Tue Nov 3 16:57:55 2015 [Z0][VMM][I]: error: unknown OS type hvm
Tue Nov 3 16:57:55 2015 [Z0][VMM][E]: Could not create domain from /var/lib/one//datastores/116/294/deployment.0
Tue Nov 3 16:57:55 2015 [Z0][VMM][I]: ExitCode: 255
Tue Nov 3 16:57:55 2015 [Z0][VMM][I]: Failed to execute virtualization driver operation: deploy.
Tue Nov 3 16:57:55 2015 [Z0][VMM][E]: Error deploying virtual machine: Could not create domain from /var/lib/one//datastores/116/294/deployment.0
Tue Nov 3 16:57:59 2015 [Z0][DiM][I]: New VM state is FAILED

Please check your host definition for HYPERVISOR. I think there is typing error. The HYPERVISOR should be ‘kvm’?

Regards,
Anton Todorov

thank you for your response! it turned out i had not installed qemu-kvm… a simple “apt-get install qemu-kvm” and reboot solved it.