Error deploying VM:Centos 6.5,opennebula 4.10

Hi all,
I am use opennebula create a test environment,but when i lanch a vm , i get the following error :
Tue May 3 16:39:18 2016 [DiM][I]: New VM state is ACTIVE.
Tue May 3 16:39:18 2016 [LCM][I]: New VM state is PROLOG.
Tue May 3 16:39:19 2016 [LCM][I]: New VM state is BOOT
Tue May 3 16:39:19 2016 [VMM][I]: Generating deployment file: /var/lib/one/vms/13/deployment.0
Tue May 3 16:39:19 2016 [VMM][I]: ExitCode: 0
Tue May 3 16:39:19 2016 [VMM][I]: Successfully execute network driver operation: pre.
Tue May 3 16:39:19 2016 [VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy ‘/var/lib/one/datastores/0/13/deployment.0’ ‘n1.hfvast.com’ 13 n1.hfvast.com
Tue May 3 16:39:19 2016 [VMM][I]: error: Failed to create domain from /var/lib/one/datastores/0/13/deployment.0
Tue May 3 16:39:19 2016 [VMM][I]: error: unsupported configuration: CPU model kvm32 is not supported by hypervisor
Tue May 3 16:39:19 2016 [VMM][E]: Could not create domain from /var/lib/one/datastores/0/13/deployment.0
Tue May 3 16:39:19 2016 [VMM][I]: ExitCode: 255
Tue May 3 16:39:19 2016 [VMM][I]: Failed to execute virtualization driver operation: deploy.
Tue May 3 16:39:19 2016 [VMM][E]: Error deploying virtual machine: Could not create domain from /var/lib/one/datastores/0/13/deployment.0
Tue May 3 16:39:19 2016 [DiM][I]: New VM state is FAILED

Datastore use shared with NFS ,from Master to node ,and mount /var/lib/one/datastores
Hardware IBM X3650 M3
Does anyone have ideas slove the problem。
Thank you.

Hi friend,

Maybe you need to investigate this error:

“Tue May 3 16:39:19 2016 [VMM][I]: error: unsupported configuration: CPU model kvm32 is not supported by hypervisor”

1º)Try to verify “virtualization options” on BIOS SETUP, option like Intel VT= enable or VIRTUALIZATION = enable;

2º) Try to change the template for another CPU on “TAB OTHER”, “OPTION RAW”, “TYPE:KVM” and specify the CPU on xml libvirt format. Example for Intel Core2Duo:
core2duo

You can list supported cpu on opennebula node(I assume you are using Linux KVM), executing this command: ~# kvm -cpu ?model

References:
Libvirt XML format