Dear all,<br><br>First of all congratulations for this projects, I've just started using it and looks really promising.<br><br>I've created the simple controller+2nodes following the website documentation (opennebula version 2.2) and the basics seems to work (at cluster level): that is I can create hosts and nets. I'm also using the web front-end sunstone and really simplifies the managing of the underlying structure.<br>
<br>The problem I'm facing is accessing the just created virtual machines. <br>I've downloaded a qcow2 debian instance from <a href="http://people.debian.org/~aurel32/qemu/amd64/">http://people.debian.org/~aurel32/qemu/amd64/</a> and used the next template to create a virtual machine:<br>
<br>NAME=debian.squeeze.qcow2<br>MEMORY=1025<br>CPU=0.5<br><br>OS = [<br> BOOT ="hd",<br> ROOT ="hda"<br> ]<br><br>DISK = [<br> TYPE= "disk",<br> DRIVER="qcow2",<br>
SOURCE = "/srv/cloud/images/qcow/debian_squeeze_amd64_standard.qcow2",<br> TARGET = "hda",<br> CLONE = "no",<br> SAVE = "no"<br> ]<br><br><br> GRAPHICS = [TYPE = "vnc", LISTEN = "0.0.0.0", port="5901"]<br>
NIC = [ NETWORK = "control" ]<br><br> FEATURES=[ acpi="no" ]<br><br>The virtual machine is created (appears as running in the web interface) and from the command line I can see the vm running:<br>onevm show 26<br>
VIRTUAL MACHINE 26 INFORMATION <br>ID : 26 <br>NAME : debian.squeeze.qcow2<br>STATE : ACTIVE <br>LCM_STATE : RUNNING <br>
START TIME : 05/24 18:20:18 <br>END TIME : - <br>DEPLOY ID: : one-26 <br><br>VIRTUAL MACHINE MONITORING <br>NET_TX : 0 <br>
NET_RX : 0 <br>USED MEMORY : 0 <br>USED CPU : 0 <br><br>VIRTUAL MACHINE TEMPLATE <br>CPU=0.5<br>
DISK=[<br> CLONE=no,<br> DISK_ID=0,<br> DRIVER=qcow2,<br> SAVE=no,<br> SOURCE=/srv/cloud/images/qcow/debian_squeeze_amd64_standard.qcow2,<br> TARGET=hda,<br> TYPE=disk ]<br>FEATURES=[<br> ACPI=no ]<br>GRAPHICS=[<br>
LISTEN=0.0.0.0,<br> PORT=5901,<br> TYPE=vnc ]<br>MEMORY=1025<br>NAME=debian.squeeze.qcow2<br>NIC=[<br> BRIDGE=vbr0,<br> IP=192.168.50.5,<br> MAC=02:00:c0:a8:32:05,<br> NETWORK=control,<br> NETWORK_ID=2 ]<br>OS=[<br>
BOOT=hd,<br> ROOT=hda ]<br>VMID=26<br><br>The problems is that I can not acces the console via virsh:<br>virsh # list<br> Id Nombre Estado<br>----------------------------------<br> 16 one-17 en pausa<br>
21 one-22 en pausa<br> 23 one-26 ejecutando<br><br>virsh # console 23<br>No existe una terminal disponible para el dominio<br><br><br> neither to the VNC access:<br><br>$vncviewer 192.168.50.5<br>
<br>Tue May 24 18:21:02 2011<br> main: unable to connect to host: No route to host (113)<br><br>From the nodes or the controller doing a mtr,ping, nmap it appears as if there is no route to the new IP 192.168.50.5 but the problem is that I don't know what can be wrong. Anyone can point to any documentation or how to debug the connection?<br>
<br>I've also tried to create images from iso files but I'm not 100% sure I've done it right. Is there any documentation about how to create virtual machine from a .iso linux or windows burned CD?<br><br><br>Thanks a lot in advance and apologies for the size of this email.<br>
<br>Samuel.<br><br>