Re: [one-users] OCCI: multipart POST request with java-client

2010-08-30 Thread Strutz, Marco
Hello Tino. The output of $ONE_LOCATION/var/occi-server.log for the multipart POST request: RuntimeError - Hash is not a valid input stream. It must walk like either a String, an IO, or a Source.: /usr/lib/ruby/1.8/rexml/source.rb:21:in `create_from' /usr/lib/ruby/1.8/rexml/parsers/baseparser

Re: [one-users] Modify VNET

2010-08-30 Thread Tino Vazquez
Hi, It is not possible at the moment to perform such an update on an existing VNET using the API. The way to proceed would be to: * Stop OpenNebula * If * Network is FIXED: Remove unwanted leases from the "leases" table. * Network is RANGED: Modify NETWORK_SIZE, shrinking it to your n

Re: [one-users] virtualization platform supported ?

2010-08-30 Thread Tino Vazquez
Hi, comments inline, On Thu, Aug 12, 2010 at 10:55 AM, LE PALLEC Kevin wrote: > Hello, > > Can you confirm that OpenNebula support these platform ?: > VMware vsphere 4.1 Yes, through it being compatible with the VI SDK 2.5 > Citrix XenServer 5.6 No > Oracle VM 2.2 No > > > > RHEV 2.2 > >

Re: [one-users] scons error

2010-08-30 Thread Tino Vazquez
Hi, These gcc complain started in gcc4.5 (at the time of the OpenNebula v1.4 release, it was up to gcc4.4). This is corrected in newer OpenNebula versions, thanks for the feedback. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Resear

Re: [one-users] OCCI: multipart POST request with java-client

2010-08-30 Thread Tino Vazquez
Hi, My apologies, I meant $ONE_LOCATION/var/occi-server.log. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Mon, Aug 30, 2010 at 6:36 PM, Tino Vazquez wrote: > Dear Marco, > > Can

Re: [one-users] OCCI: multipart POST request with java-client

2010-08-30 Thread Tino Vazquez
Dear Marco, Can you please send the contents of $ONE_LOCATION/var/econe-server.log? Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Wed, Aug 11, 2010 at 3:19 PM, Strutz, Marco wrote

Re: [one-users] Support for OpenNebulaExpress

2010-08-30 Thread Jaime Melis
Hi Ashish, are you still experiencing this? Can you please send us: - the output of "brctl show" in your worker node - onevnet show - onevm show - route -n in your frontend - the relevant section of oned.log regards, Jaime On Tue, Aug 10, 2010 at 1:49 PM, Ashish Revar wrote: > Hello there,

Re: [one-users] need help understanding VM life cycle (ON 1.4)

2010-08-30 Thread Tino Vazquez
Dear Manish, Currently, VM life cycle doesn't support redeployment with the same id. This is only possible after a failed deployment, there is a restart operation that just does the last point in your list, but again, only after a failed deployment. So the answer is that you can implement the lif

Re: [one-users] MONITOR FAILURE

2010-08-30 Thread Tino Vazquez
Hi Ravi, This is a known issue. The problem seems to be the variability in the properties exposed in the different versions and updates of the ESX hypervisor. In your case, the "hardware.memorySize" doesn't exist. We are in the process of redeveloping the VMware drivers, so a possible workaround

Re: [one-users] Deltacloud adaptor vmm driver load problem

2010-08-30 Thread Daniel Molina Aranda
Hi, The Deltacloud adaptor is an ecosystem component, would you mind to send the questions about it to the ecosystem list [1]? Thanks. [1] ecosys...@lists.opennebula.org On 30 August 2010 14:18, Petri Lammi wrote: > Hi, > > I'm trying out the deltacloud adapter according to: > > http://dev.o

Re: [one-users] guaranteeing the distribution of a certain group of VMs over multiple hosts

2010-08-30 Thread Tino Vazquez
Dear Ian, I forgot to mention that multicluster support [1] is an out-of-the-box feature of OpenNebula 2.0. Best, -Tino [1] http://opennebula.org/documentation:rel2.0:cluster_guide -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebul

[one-users] Deltacloud adaptor vmm driver load problem

2010-08-30 Thread Petri Lammi
Hi, I'm trying out the deltacloud adapter according to: http://dev.opennebula.org/projects/deltacloud-adaptor/wiki with one 2.0b1. With just "one start" it cannot load the vmm driver and I get: Mon Aug 30 15:07:16 2010 [VMM][I]: Loading Virtual Machine Manager drivers. Mon Aug 30 15:07:16 2010

Re: [one-users] guaranteeing the distribution of a certain group of VMs over multiple hosts

2010-08-30 Thread Tino Vazquez
Dear Ian, There are several ways to achieve this. Probably the most straightforward would be to split your hosts machines in clusters (this can be easily achieved using a new probe that tag the hosts as being, for instance, of type BLUE). Afterwards, the VM templates can be filled with REQUIREMEN

Re: [one-users] Elastichosts functionality

2010-08-30 Thread Petri Lammi
Hi Tino, I can now confirm that it works. In oned.log: http://fpaste.org/uq4i/ [onead...@one var]$ onevm show 23 VIRTUAL MACHINE 23 INFORMATION ID : 23 NAME : one-23 STATE : ACTIVE

Re: [one-users] Database Error when starting opennebula

2010-08-30 Thread Chandana De Silva
Javier Thank you very much. Chandana On Mon, 2010-08-30 at 11:35 +0200, Javier Fontan wrote: > Hello, > > That message is normal. It happens when there is no VM's, hosts, users > and networks. It just tries to get the highest ID of such objects, as > there are no object where to get the ID's it

Re: [one-users] Setting IP in VM - runlevel2?

2010-08-30 Thread Javier Fontan
Hello, I've been tinkering a bit with Ubuntu 10.04 and I still don't understand the new startup process. I can only think of adding the script to /etc/rcS.d as I can not find the place where the network is started. Bye On Wed, Aug 25, 2010 at 2:33 PM, Harder, Stefan wrote: > Hi, > > for setting

Re: [one-users] Database Error when starting opennebula

2010-08-30 Thread Javier Fontan
Hello, That message is normal. It happens when there is no VM's, hosts, users and networks. It just tries to get the highest ID of such objects, as there are no object where to get the ID's it gives that error. As soon as you start to use OpenNebula adding some of those objects that messages will

Re: [one-users] ttylinux via ssh not accessible any more after migrate / suspend -> resume

2010-08-30 Thread Javier Fontan
Hello, Can you try to access it by other means to check if there is something broken in the VM? If you are using xen you should be able to access it using "xm console" from the physical node. With KVM you can add VNC access to it. If the machine seems to be in good shape there can also be some pr