[one-users] Combining multiple storage backends within a single VM

2011-04-15 Thread Vivien Bernet-Rollande
Hi. I'm new to the OpenNebula Project. I'm currently testing if it can do what we need. So far, it looks promising, but I have a problem. Currently, Open Nebula assumes there is a single type of storage for each hypervisor. It lets us write custom drivers, but only for one single storage type at a

Re: [one-users] ttylinux fails to start

2011-04-15 Thread Mike Putter
On the cluster frontend (as oneadmin): oneadmin@voyager:~/var$ touch test oneadmin@voyager:~/var$ ls -lAF total 456 drwxrwxrwx 2 oneadmin cloud 4096 2011-04-12 14:28 0/ drwxrwxrwx 2 oneadmin cloud 4096 2011-04-12 15:02 1/ drwxrwxrwx 2 oneadmin cloud 4096 2011-04-12 15:57 2/ drwxrwxrwx 2 one

Re: [one-users] ttylinux fails to start

2011-04-15 Thread Javier Fontan
Don't do that, the disk.0 that is written in the deployment file is the actual disk copied by the TM. It seems that you are using tm_nfs but the shared storage is not mounted in the correct path in the remote node. Try creating a file in /srv/cloud/one/var and check if you can see it in the remote

Re: [one-users] ttylinux fails to start

2011-04-15 Thread Mike Putter
Got some progress here: > qemu: could not open disk image /srv/cloud/one/var//8/images/disk.0: No such file or directory Indeed: the XML file is called deployment.0 Don't know why it created the file as disk.0 ... Moreover, I could get the image running directly in the node by invoking: virs

Re: [one-users] How to enable VNC access to instances in sunstone interface

2011-04-15 Thread Héctor Sanjuán
Sorry, I obviously meant *VNC* access, not svn. Hector El 15/04/11 15:26, Héctor Sanjuán escribió: > El 15/04/11 14:57, KINGLABS escribió: >> Hi All, >> >> I have installed and configured successfully, OpenNebula 2.2 with >> sunstone. However I wondering >> I can i have console/vnc access to the

Re: [one-users] How to enable VNC access to instances in sunstone interface

2011-04-15 Thread Héctor Sanjuán
El 15/04/11 14:57, KINGLABS escribió: > Hi All, > > I have installed and configured successfully, OpenNebula 2.2 with > sunstone. However I wondering > I can i have console/vnc access to the running instances from the > interface. Does it require any additional configuration ? > > Regards Hi. Cu

Re: [one-users] RPC client: how to determine my user id?

2011-04-15 Thread Carlos Martín Sánchez
Hi Carsten, I just wanted to let you know that we have implemented an XML-RPC method one.user.info, that can be called with -1 to know all your own user information. You can follow the development here: http://dev.opennebula.org/issues/552 Regards, Carlos. -- Carlos Martín, MSc Project Major Co

Re: [one-users] Fwd: Error trying to CREATE HOST Error inserting Host Share in DB

2011-04-15 Thread Carlos Martín Sánchez
Hi Sebastian, Could you check that oneadmin can ssh passwordless to localhost? -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | cmar...@opennebula.org 2011/4/14 Sebastian Neg > Hi Carlos,

[one-users] How to enable VNC access to instances in sunstone interface

2011-04-15 Thread KINGLABS
Hi All, I have installed and configured successfully, OpenNebula 2.2 with sunstone. However I wondering I can i have console/vnc access to the running instances from the interface. Does it require any additional configuration ? Regards ___ Users mai

Re: [one-users] sunstone auth problem

2011-04-15 Thread Daniel Molina
OpenNebula will use nokogiri if installed. You should try to upgrade the nokogiri gem to the last version If this does not fix the problem I would try to use REXML, uninstalling the nokogiri gem and restarting ONE. May be there is a compatibility problem with ruby 1.8.5 and nokogiri 1.3.1. On 14

Re: [one-users] ttylinux fails to start

2011-04-15 Thread Mike Putter
Thanks for your swift reply: the output of /var/log/libvirt/qemu/one-8.log reads: LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin /usr/bin/kvm -S -M pc -0.12 -cpu qemu32 -enable-kvm -m 64 -smp 1 -name one-8 -uuid a0a30e17-c21d-6e28-39bb-aed8df76c2b 4 -nographic -cha

Re: [one-users] ttylinux fails to start

2011-04-15 Thread Javier Fontan
Probably the problem is the support for virtualization. To be sure you can check in the node /var/log/libvirt/qemu/one-.log. On Tue, Apr 12, 2011 at 3:31 PM, Mike Putter wrote: > Hi, > > I followed the example of creating a ttylinux VM. > > The VM starts, boots and eventually fails. > > The erro

Re: [one-users] errors on scons compiling

2011-04-15 Thread Mike Putter
Oke, great I did continue deployment of my private cloud with one node and the ttylinux image example but got stuck over there and created a new post for it: http://lists.opennebula.org/pipermail/users-opennebula.org/2011-April/004790.html Maybe you can have a look at it ? Thanks a lot! Mike

Re: [one-users] Not able to access running Ubuntu vm

2011-04-15 Thread Amit Soni
Hello, I made this img file using the following commands: qemu-img create -f qcow2 vdisk.img 10G qemu-system-x86_64 -hda vdisk.img -cdrom /path/to/ubuntu-server.iso -boot d -m 384 mv vdisk.img ubuntu-1010-server-network-init.img So, I am pretty sure it's qcow2 format. Also, I tried to convert

Re: [one-users] errors on scons compiling

2011-04-15 Thread Javier Fontan
This kind of messages are normal --8<-- Testing recipe: pkg-config Error calling pkg-config xmlrpc_server_abyss++ --static --libs Testing recipe: xmlrpc-c-config g++ .xmlrpc_test/xmlrpc_test.c06a50.cc -o .xmlrpc_test/xmlrpc_test.c06a50.cc.out -L/usr/lib -lxmlrpc_server_abyss++ -lxmlrpc_serv

Re: [one-users] errors on scons compiling

2011-04-15 Thread Mike Putter
Hi Javier, Thanks for your help; I got a little bit further with this as I reinstalled some packages (development packages instead of normal ones). The error messages still came on but at least it continued the compilation. It might well be that I can expect trouble down the road ? On my cl

Re: [one-users] Not able to access running Ubuntu vm

2011-04-15 Thread Olivier Sallou
your source file is ubuntu-1010-server-network-init.img with img extension are you sure it is a qcow2? Olivier Le 4/15/11 12:13 PM, Amit Soni a écrit : > Hello, > > There is some interesting progress. I was able to connect to the vnc > session of the machine. I found the following output: > > Bo

Re: [one-users] Not able to access running Ubuntu vm

2011-04-15 Thread Amit Soni
Hello, There is some interesting progress. I was able to connect to the vnc session of the machine. I found the following output: Booting from Hard Disk ... Boot failed: not a bootable disk No bootable device. Apparently, the format of the IMG file is qcow2 and I didn't mentioned that format in

Re: [one-users] A question (maybe bug) on parsing xentop outputs in var/remotes/vmm/xen/poll

2011-04-15 Thread Javier Fontan
Can you send me the output of /usr/sbin/xentop -bi2? I'll check if there's something wrong with our parser. On Fri, Apr 8, 2011 at 11:06 AM, Jiachen Yang wrote: > Hello everyone using OpenNEbular: > > I recently installed ONE on my xen hosts and begin to study how to use > this excellent cloud ma

Re: [one-users] errors on scons compiling

2011-04-15 Thread Javier Fontan
Can you tell me what is your g++ version? Also execute "xmlrpc-c-config c++2 client --libs --cflags" and tell me what is the output. On Thu, Apr 7, 2011 at 4:50 PM, Mike Putter wrote: > Hi, > > I'm receiving the following errors during scons compiling: > > > Testing recipe: pkg-config >   Error

Re: [one-users] trying to troubleshoot onevm shutdown/stop/restart

2011-04-15 Thread Vivek Shrivastava
Dear, One piece of advice from my side is:- Your nodes & front ends both must have password less ssh access from both sides. On Fri, Apr 15, 2011 at 2:37 PM, Javier Fontan wrote: > Could you tell us what was the action that was being performed to the > VM when it failed? To me it looks like st

Re: [one-users] trying to troubleshoot onevm shutdown/stop/restart

2011-04-15 Thread Javier Fontan
Could you tell us what was the action that was being performed to the VM when it failed? To me it looks like stop but I am not sure about it. It would be also helpful to take a peek into $ONE_LOCATION/var/config (delete any password it may contain before sending it). Also the VM directory in the

Re: [one-users] Live migrate failed

2011-04-15 Thread Javier Fontan
The problem is that for libvirt the default transport protocol is tls so using plain qemu url (qemu:///system) will use tls. To not use it the transport protocol should be specified, the easiest one is ssh as you should have passwordles ssh between nodes. On Wed, Apr 13, 2011 at 7:36 PM, Steffen N