Hi, On 8 August 2012 21:55, Hendrik Wißmann <[email protected]> wrote: > Hello, > > as many others, I was able to install OpenNebula on Debian 6.0.5 and monitor > the hosts running xen 4.0 (Dom0 Debian). The PV-Ubuntu Image started with > xm works without any problems. > But the instantiation of the registered image fails with the error: > > Wed Aug 8 21:09:29 2012 [DiM][I]: New VM state is ACTIVE. > Wed Aug 8 21:09:29 2012 [LCM][I]: New VM state is PROLOG. > Wed Aug 8 21:09:29 2012 [TM][I]: ln: Linking > ../../100/6dc9b9d8a7b34a3a47d7768212c2bae0 in > debian-3:/var/lib/one//datastores/0/21/disk.0 > Wed Aug 8 21:09:29 2012 [TM][I]: ExitCode: 0 > Wed Aug 8 21:09:29 2012 [TM][I]: context: Generating context block device > at debian-3:/var/lib/one//datastores/0/21/disk.1 > Wed Aug 8 21:09:29 2012 [TM][I]: ExitCode: 0 > Wed Aug 8 21:09:29 2012 [LCM][I]: New VM state is BOOT > Wed Aug 8 21:09:29 2012 [VMM][I]: Generating deployment file: > /var/lib/one/21/deployment.0 > Wed Aug 8 21:09:29 2012 [VMM][I]: ExitCode: 0 > Wed Aug 8 21:09:29 2012 [VMM][I]: Successfully execute network driver > operation: pre. > Wed Aug 8 21:09:30 2012 [VMM][I]: Command execution fail: cat << EOT | > /var/tmp/one/vmm/xen/deploy /var/lib/one//datastores/0/21/deployment.0 > debian-3 21 debian-3 > Wed Aug 8 21:09:30 2012 [VMM][I]: Error: Disk isn't accessible > Wed Aug 8 21:09:30 2012 [VMM][E]: Unable > Wed Aug 8 21:09:30 2012 [VMM][I]: ExitCode: 1 > Wed Aug 8 21:09:30 2012 [VMM][I]: Failed to execute virtualization driver > operation: deploy. > Wed Aug 8 21:09:30 2012 [VMM][E]: Error deploying virtual machine: Unable > Wed Aug 8 21:09:30 2012 [DiM][I]: New VM state is FAILED > Wed Aug 8 21:18:53 2012 [DiM][I]: New VM state is DONE. > Wed Aug 8 21:18:53 2012 [TM][W]: Ignored: LOG I 21 ExitCode: 0 > > Wed Aug 8 21:18:53 2012 [TM][W]: Ignored: LOG I 21 delete: Deleting > /var/lib/one/datastores/0/21 > > Wed Aug 8 21:18:53 2012 [TM][W]: Ignored: LOG I 21 ExitCode: 0 > > Wed Aug 8 21:18:53 2012 [TM][W]: Ignored: TRANSFER SUCCESS 21 - > > > > The template shows the following content: > > NAME = "Ubuntu-2 12.0.4" > CPU = 1 > MEMORY = 512 > OS = [ > bootloader = "/usr/bin/pygrub" > ] > > DISK = [ IMAGE_ID = 0 ] > > NIC = [ NETWORK_ID = 0, WHITE_PORTS_TCP="22" ] > > GRAPHICS=[ > LISTEN=0.0.0.0, > TYPE=vnc ] > > FEATURES=[ acpi="no" ] > > CONTEXT = [ > hostname = "VM$VMID", > ip_public = "$NIC[IP, NETWORK_ID = 1]", > root_pubkey = "id_rsa.pub", > netmask = "255.255.255.0", > dns = "$NETWORK[DNS, NETWORK_ID=1]", > gateway = "$NETWORK[GATEWAY, NETWORK_ID=1]" > > #files = "/var/lib/one/contextualization/init.sh > /var/lib/one/.ssh/id_rsa.pub" > ] > > After changing the line bootloader into the line kernel=/vmlinuz, the vm is > able to boot > but it can not connect the "tap:aio devices". > I already replaced the package xen-utils-common as described in this forum. > > Can anybody give me some advice?
Could you try the solution proposed in this thread? http://lists.opennebula.org/pipermail/users-opennebula.org/2012-June/009133.html Cheers -- Daniel Molina Project Engineer OpenNebula - The Open Source Solution for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
