I've been checking xen documentation but I can not find why it is giving that error message. It seems that xen sometimes gives that error message when a parameter in the template file is wrong but I can not find what is wrong with that one.
It could also be related to a version of xen. What is the version you are using? On Tue, Oct 9, 2012 at 3:05 PM, Nills Franssens <[email protected]> wrote: > This command gives output: > Error: domain "one-XX" does not exist. > > Op 9 okt. 2012 15:01 schreef "Javier Fontan" <[email protected]> het > volgende: > >> The file seems correct to me. Can you also try to execute >> >> # xm create <path to deployment.0> >> >> To a VM in failed state, it should still have the disks available. It >> may give more information in error messages. Make sure that you >> execute that command as root. >> >> On Fri, Oct 5, 2012 at 11:27 AM, Nills Franssens >> <[email protected]> wrote: >> > This is what's in the file (of a new VM, with the same setup and fault >> > messages). >> > >> > name = 'one-62' >> > #O CPU_CREDITS = 128 >> > memory = '512' >> > kernel = '/boot/vmlinuz-3.2.0-29-generic' >> > ramdisk = '/boot/initrd.img-3.2.0-29-generic' >> > root = '/dev/sda1' >> > disk = [ >> > 'tap:aio:/var/lib/one//62/images/disk.0,sda1,w', >> > 'tap:aio:/var/lib/one//62/images/disk.1,sdb,w', >> > ] >> > vif = [ >> > ' mac=02:00:c0:a8:00:01,ip=192.168.0.1,bridge=xenbr0', >> > ] >> > >> > >> > >> > 2012/10/4 Javier Fontan <[email protected]>: >> >> Can you send us the file /var/lib/one//58/images/deployment.0 located >> >> in the >> >> node? >> >> >> >> On Tue, Oct 2, 2012 at 3:27 PM, Nills Franssens <[email protected]> >> >> wrote: >> >>> >> >>> I have a server running OpenNebula and a host running XEN. I am now >> >>> trying to get a VM started by OpenNebula and start on the host >> >>> (running XEN). I get the following error continously: >> >>> >> >>> Tue Oct 2 15:09:52 2012 [VMM][I]: Command execution fail: cat << EOT >> >>> | /var/tmp/one/vmm/xen/deploy /var/lib/one//58/images/deployment.0 >> >>> dell 58 dell >> >>> Tue Oct 2 15:09:52 2012 [VMM][I]: Error: Domain 'one-58' does not >> >>> exist. >> >>> Tue Oct 2 15:09:52 2012 [VMM][E]: Unable >> >>> Tue Oct 2 15:09:52 2012 [VMM][I]: ExitCode: 3 >> >>> Tue Oct 2 15:09:52 2012 [VMM][I]: Failed to execute virtualization >> >>> driver operation: deploy. >> >>> Tue Oct 2 15:09:52 2012 [VMM][E]: Error deploying virtual machine: >> >>> Unable >> >>> Tue Oct 2 15:09:53 2012 [DiM][I]: New VM state is FAILED >> >>> >> >>> If anybody could help me out? >> >>> _______________________________________________ >> >>> Users mailing list >> >>> [email protected] >> >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> >> >> >> >> >> >> >> >> -- >> >> Javier Fontán Muiños >> >> Project Engineer >> >> OpenNebula - The Open Source Toolkit for Data Center Virtualization >> >> www.OpenNebula.org | [email protected] | @OpenNebula >> > _______________________________________________ >> > Users mailing list >> > [email protected] >> > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> >> >> >> -- >> Javier Fontán Muiños >> Project Engineer >> OpenNebula - The Open Source Toolkit for Data Center Virtualization >> www.OpenNebula.org | [email protected] | @OpenNebula -- Javier Fontán Muiños Project Engineer OpenNebula - The Open Source Toolkit for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
