Hi I have installed XEN according to below URL
https://help.ubuntu.com/community/Xen#During_installation_of_Ubuntu it can run a VM itself. then I created a Image according this URL http://opennebula.org/documentation:ubuntu12-xen and it works on the host. But when I used extracted ubuntu image of that through the Opennebula I got the below error message Mon Oct 7 10:19:51 2013 [VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/xen3/deploy '/var/lib/one//datastores/0/22/deployment.0' 'node01' 22 node01 Mon Oct 7 10:19:51 2013 [VMM][I]: Error: Domain 'one-22' does not exist. Mon Oct 7 10:19:51 2013 [VMM][E]: Unable Mon Oct 7 10:19:51 2013 [VMM][I]: ExitCode: 3 Mon Oct 7 10:19:51 2013 [VMM][I]: Failed to execute virtualization driver operation: deploy. Mon Oct 7 10:19:51 2013 [VMM][E]: Error deploying virtual machine: Unable Mon Oct 7 10:19:51 2013 [DiM][I]: New VM state is FAILED My Virtual Machine template is given below and it was created through sun stone TEMPLATE CONTENTS CONTEXT=[ NETWORK="YES", SSH_PUBLIC_KEY="$USER[SSH_PUBLIC_KEY]" ] CPU="0.5" DISK=[ IMAGE_ID="7" ] GRAPHICS=[ LISTEN="0.0.0.0", TYPE="VNC" ] MEMORY="512" NIC=[ NETWORK_ID="0" ] OS=[ ARCH="x86_64", BOOT="hd", BOOTLOADER="pygrub", GUESTOS="ubuntu64Guest" ] REQUIREMENTS="ID=\"0\"" and the deployment.0 file content is name = 'one-22' #O CPU_CREDITS = 128 memory = '512' bootloader = "pygrub" disk = [ 'file:/var/lib/one//datastores/0/22/disk.0,hda,w', 'file:/var/lib/one//datastores/0/22/disk.1,hdb,r', ] vif = [ ' mac=02:00:0a:16:81:a3,ip=10.22.129.163,bridge=xenbr0', ] vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=22'] System data store and default data store have configured to use SSH. I m very new to open nebula. Can anybody please help me to find solution to this problem ? My intention is to configure open nebula to use a PHP CMS hosting on a XEN para virtualized guests because Machines doesn't have Hardware support. Can you please let me know how to do it too ? Thank you
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
