Re: [one-users] How to exit SHUTDOWN_POWEROFF?

2013-10-16 Thread Ruben S. Montero
Hi This is probably because OpenNebula is waiting for a result of the shutdown operation. The driver has not answered back, and the VM is stuck in that state. About the fix, I am afraid that 3.8.3 requires modifying the DB and set the state manually. This has to be done in the XML document descri

Re: [one-users] Some questions about overcommitment in OpenNebula 4.2 using KVM

2013-10-16 Thread Ruben S. Montero
> libvirt uses cgroups, so yes, it does. >> > cgroups do not seem to be enabled with kvm. Am I correct in assuming this? Yes it is configured by default. You have to enable it in the hypervisors, though http://opennebula.org/documentation:rel4.2:kvmg#working_with_cgroups_optional > > >> >>>

Re: [one-users] Network addressing and IP recognition in ONE

2013-10-16 Thread Andreas Calvo Gómez
Jaime, Thanks, I’ll try to have some script that reads from one end and feeds the other end. However, do you foresee useful to have some kind of daemon inside the VM that will update the IP address shown in ONE? For instance, a VM is configured with a context that has the IP and port of a RES

Re: [one-users] Network addressing and IP recognition in ONE

2013-10-16 Thread Andreas Calvo Gómez
Dmtri, It helps but still keeps the same behaviour: you have to define beforehand the relation between MACs and IPs – either in ONE or in your DHCP server. --- Andreas Calvo Gómez Systems Engineer Scytl Secure Electronic Voting Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona Phone:

Re: [one-users] Network addressing and IP recognition in ONE

2013-10-16 Thread Dmitri Chebotarov
Hi Andreas, I don't know if this helps - when you create a VM you can request specific IP address for the VM from the VNET, i.e.: NIC = [ NETWORK_ID = 1, IP = 192.168.0.3 ] Thanks, From: users-boun...@lists.opennebula.org on behalf of Jaime Melis Sent: Wedn

Re: [one-users] Some questions about overcommitment in OpenNebula 4.2 using KVM

2013-10-16 Thread Michał Madziar
On 2013-10-16 21:00, Gerry O'Brien wrote: > On 16/10/2013 17:19, Michał Madziar wrote: >> On 2013-10-16 14:42, Gerry O'Brien wrote: >>> Hi, >>> >>> Do you know if the CPU parameter has any effect on the amount of >>> real cpu used, e.g. if I set the CPU parameter to 0.1 will this limit >>> the

Re: [one-users] Some questions about overcommitment in OpenNebula 4.2 using KVM

2013-10-16 Thread Gerry O'Brien
On 16/10/2013 17:19, Michał Madziar wrote: On 2013-10-16 14:42, Gerry O'Brien wrote: Hi, Do you know if the CPU parameter has any effect on the amount of real cpu used, e.g. if I set the CPU parameter to 0.1 will this limit the actual cpu usage? libvirt uses cgroups, so yes, it does. cgr

Re: [one-users] Some questions about overcommitment in OpenNebula 4.2 using KVM

2013-10-16 Thread Michał Madziar
On 2013-10-16 14:42, Gerry O'Brien wrote: > Hi, > > Do you know if the CPU parameter has any effect on the amount of > real cpu used, e.g. if I set the CPU parameter to 0.1 will this limit > the actual cpu usage? libvirt uses cgroups, so yes, it does. > > Also, can the monitor driver be

Re: [one-users] vnc via proxy web server

2013-10-16 Thread Michał Madziar
On 2013-10-16 15:47, Wojciech Giel wrote: > Hello, Hi! > I'm trying to configure opennebula 4.2 sunstone with lighttpd as a > proxy on the same server on Centos 6.4. web proxy works fine > unfortunately vnc doesn't. Use firefox's developer console to see what the problem is. It could be: - web sock

Re: [one-users] @connecting vlan to host bridge

2013-10-16 Thread Jaime Melis
Hi Anagha, if you're not familiarized with openvswitch I recommend you use linux vlan tagging: http://opennebula.org/documentation:rel4.2:hm-vlan If you start a VM with two interfaces, each one in a differente vnet, then you will have connectivity between the two networks. You will probably need

Re: [one-users] Network addressing and IP recognition in ONE

2013-10-16 Thread Jaime Melis
Hi Andreas, no, that's not currently supported by OpenNebula. You can use however user-defined fields to store any information. If you do "onevm update " you can add any key=value. If you have a third-party tool that reads from the template that user-defined field, you can simulate this feature.

[one-users] minimum version requirement for ruby gems on oned/sunstone

2013-10-16 Thread Stefan Kooman
Hi, I'm wondering what are the minimum (and maximum supported?) version requirements for ruby packages on oned/sunstone. I would like to install (ubuntu) packages instead of doing a "gem install". It would make package mangement easier for me. Currently I've installed the following gems on a suns

Re: [one-users] Error: Failed to create domain from

2013-10-16 Thread Carlos Martín Sánchez
Hi, First make sure the required configuration [1] is in place. Then take a look at the libvirt log files, they may contain more information: /var/log/libvirt/libvirtd.log and /var/log/libvirt/qemu/one-.log Regards [1] http://opennebula.org/documentation:rel4.2:kvmg#configuration -- Carlos Mart

[one-users] vnc via proxy web server

2013-10-16 Thread Wojciech Giel
Hello, I'm trying to configure opennebula 4.2 sunstone with lighttpd as a proxy on the same server on Centos 6.4. web proxy works fine unfortunately vnc doesn't. I have firewalls down on hypervisors and management server, qemu is configured with vnc. I can connect directly to guest on hypervi

Re: [one-users] Some questions about overcommitment in OpenNebula 4.2 using KVM

2013-10-16 Thread Gerry O'Brien
Hi, Do you know if the CPU parameter has any effect on the amount of real cpu used, e.g. if I set the CPU parameter to 0.1 will this limit the actual cpu usage? Also, can the monitor driver be configured to report multiples of memory and allow memory overcommitment in the same way?

[one-users] How to exit SHUTDOWN_POWEROFF?

2013-10-16 Thread Ricardo Duarte
Hi there, I'm not able to exit SHUTDOWN_POWEROFF by running the RESTART action. The error is: [VirtualMachineAction] Wrong state to perform action Any idea what can be the problem and how to fix? Version is 3.8.3. Thanks, Ricardo _

Re: [one-users] OpenNebula4.2+Centos6.4

2013-10-16 Thread Anoop Mohan
Dependency fixed by creating EPEL repo wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Thanks On Wed, Oct 16, 2013 at 3:29 PM, Anoop Mohan wrote: > I'm trying Opennebula 4.2 on centos 6.4 frond end and worker on same host > > Getting Dependency Error while Insta

[one-users] OpenNebula4.2+Centos6.4

2013-10-16 Thread Anoop Mohan
I'm trying Opennebula 4.2 on centos 6.4 frond end and worker on same host Getting Dependency Error while Installation http://pastebin.com/UQBQYKC3 -- Thanks & Regards, Anoop Mohan ___ Users mailing list Users@lists.opennebula.org http://lists.opennebu

Re: [one-users] [Discuss] Fwd: Lecture about OpenNebula

2013-10-16 Thread Daniel Dehennin
Daniel Dehennin writes: [...] > All the slides are on slideshare and I can't download them[1], I created > an account, and click the “save” button: > > - it's cumbersome: validating each “save” with an email > > - it does not permit to download them, it just add a bookmark in my > profile So

Re: [one-users] @noVNc problem

2013-10-16 Thread Daniel Molina
Hi, On 16 October 2013 09:18, anagha b wrote: > Hi > > I am using opennbula-3.8.3 with kvm on ubuntu-12.04 lts > > My vm is in running state but vnc not showing vm on host . > vnc icon is active but when i click on it error disconncet timeout appears. > > Is it due to iptables ? > > I allowed t

Re: [one-users] [Discuss] Fwd: Lecture about OpenNebula

2013-10-16 Thread Daniel Dehennin
Carlo Daffara writes: > I address some of the points on openstack/cloudstack/eucalyptus vs > opennebula in my presentation at the latest conference; (video here: > http://www.youtube.com/watch?feature=player_embedded&v=3C1heF0vwhc ) > basically, it's a problem of what cloud architecture is a bett

[one-users] @noVNc problem

2013-10-16 Thread anagha b
Hi I am using opennbula-3.8.3 with kvm on ubuntu-12.04 lts My vm is in running state but vnc not showing vm on host . vnc icon is active but when i click on it error disconncet timeout appears. Is it due to iptables ? I allowed traffic Input on port ssh and tcp port . for novnc what iptable ru