Re: [one-users] Open Nebula able to handel XenServer or XCP ??

2010-08-19 Thread Todd Deshane
On Thu, Aug 19, 2010 at 7:41 AM, Javier Fontan wrote: > Hello, > > Comercial Xen Server uses the same command line interface and VM > description files as the opensource version (correct me i I am wrong) Citrix Xen Server and Xen open source do *not* have the same interface and description files.

[one-users] Is it possible to limit resources used on a cloud node?

2010-08-19 Thread Carsten.Friedrich
I run OpenNebula 1.4 and want to add a new machine as an additional cloud node (ideally using KVM). However, this machine also has to run an additional, non-OpenNebula related service. I'd therefore like to configure OpenNebula to not use all resources on this machine, but leave at least, say 2

[one-users] Modifying a VM

2010-08-19 Thread Slava Yanson
Is there any way to modify a VM without having to destroy it and create it again? Right now if we need to modify a VM, we have to stop it, copy the disk image, modify the template file, and create it again. Very inconvenient... Slava Yanson, CTO Killer B

[one-users] CPU values for KVM in 2.0beta1

2010-08-19 Thread Slava Yanson
Hi there! How is CPU calculated for KVM in 2.0 beta1? VM servers are Xeon X3440 and it shows "800" as total CPU. When I create a VM with "5" set as a CPU value - it creates it with some insanely large number for CPU allocation. Any chance to see support for VCPU any time soon? -

Re: [one-users] Vmware problem

2010-08-19 Thread Tino Vazquez
Hi Petri, Please use SUN Java SDK 1.5+. If this keeps happening after the change in the Java JRE, please send through the $ONE_LOCATION/var//deployment.0. Hope it helps, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Too

Re: [one-users] Open Nebula able to handel XenServer or XCP ??

2010-08-19 Thread Tino Vazquez
Hi Javi, Andreas, Let me add that it may be worth a shot to try the KVM drivers, which use libvirt, and libvirt compiled with XCP support. We would love to hear feedback on this, and to provide support to make it work. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtu

Re: [one-users] Booting from CDROM image

2010-08-19 Thread Jason Heiss
Ah, thanks. I'd been glossing over the OS section since I was using images and missed the boot option. Looks like it doesn't allow setting a boot order with multiple choices, but on further thought that's probably OK since users will probably want to boot from CD, install, then do a "onevm sav

Re: [one-users] Contextualization and Ubuntu hda/sda confusion

2010-08-19 Thread Harder, Stefan
Hi Javier, thank you for your answer. After searching around I found the cdrom image specified as "sdc" in my one template under /dev/sr0 in my Ubuntu 10.04 VM and could mount it. Regards, Stefan > -Ursprüngliche Nachricht- > Von: Javier Fontan [mailto:jfon...@gmail.com] > Gesendet: Don

[one-users] Vmware problem

2010-08-19 Thread Petri Lammi
Hi, I'm testing with vmware. In imm_vmware.log I get: [19.08.2010 14:53:23] Failed deploying VM 7 into y.y.y.y.Reason: null Debug stack trace java.lang.NullPointerException at ParseXML.(ParseXML.java:110) at OneVmmVmware.loop(OneVmmVmware.java:145) at OneVmmVmwar

Re: [one-users] problems with ec2query_templates/m1.small.erb

2010-08-19 Thread Javier Fontan
Hello, I am not the person developing/testing that part lately and unfortunately that guy is on holidays now (lucky him). It looks like a bug. I have created a ticket (http://dev.opennebula.org/issues/319) to keep track on this. Thanks for reporting Bye On Wed, Aug 18, 2010 at 2:51 PM, Stephan

Re: [one-users] Getting authenticating errors!!!

2010-08-19 Thread Javier Fontan
Hello, Do you have the correct user/password in ~/.one/one_auth? Bye On Thu, Aug 12, 2010 at 1:57 PM, Vimal Gupta wrote: > Hi, > > > > I have install nebula in /opt/ as root user "install.sh -d /opt/oneN" > > > > Now I starting /opt/oneN/bin/one start > > > > And getting this error. > > > > #/o

Re: [one-users] Contextualization and Ubuntu hda/sda confusion

2010-08-19 Thread Javier Fontan
Hello, We also had these problems with libvirt/kvm. Even if we specify the target device as the user wants it takes that as a hint and not always sets the bus as expected (hd*/sd*). We will try to find a way to force it to use the target specified but right now you have to check libvirt/kvm bias i

Re: [one-users] Open Nebula able to handel XenServer or XCP ??

2010-08-19 Thread Javier Fontan
Hello, Comercial Xen Server uses the same command line interface and VM description files as the opensource version (correct me i I am wrong) so it is supported. XCP works in a different way and we still do not have drivers for that. Bye On Wed, Aug 18, 2010 at 3:31 PM, Balg, Andreas wrote: > >

Re: [one-users] cpu value

2010-08-19 Thread Javier Fontan
Hello, There is no way (that I know of) to directly specify CPU speed in xen or kvm so we cannot provide this feature. Bye On Tue, Aug 17, 2010 at 1:54 PM, Martin Kopta wrote: > Is there any way to set CPU of VM to exact value (e.g. 400MHz)? I am using kvm > backend. > > Thank you, >  Martin Ko

Re: [one-users] Template syntax for empty attribute

2010-08-19 Thread Javier Fontan
Hello, Empty vector attributes are not supported the same way as empty attributes, that is: SOMETHING= It is true that all attributes are optional but you have to specify at least one. We will try to make this more clear in the documentation. Bye On Wed, Aug 18, 2010 at 5:25 PM, Jason Heiss w