Re: [one-users] Few URLs does not exist

2014-07-03 Thread Sudeep Narayan Banerjee
Dear Sir, I have version 4.6.2 installed. I have followed *http://docs.opennebula.org/4 .**4/* but there was no package mentioned called * opennebula-flow. * I have followed exactly the instructions given. Should I *yum install opennebula-flow*? Thanks in Advance.

Re: [one-users] variables in RAW section

2014-07-03 Thread Damien Waber
Thank you very much for your answer. It will do the trick. Best regards, Damien On Wed, Jul 2, 2014 at 3:59 PM, Ruben S. Montero wrote: > The VM ID is in fact the third argument of the deploy script so you do not > need to get it from the deployment file. > > Cheers > > > On Wed, Jul 2, 201

Re: [one-users] List all used images.

2014-07-03 Thread Carlos Martín Sánchez
Hi, Maybe you can use this command: $ oneimage list --filter STAT=used Or create a quick ruby script [1] for more control. Regards [1] http://docs.opennebula.org/4.6/integration/system_interfaces/ruby.html -- Carlos Martín, MSc Project Engineer OpenNebula - Flexible Enterprise Cloud Made Simp

Re: [one-users] OpenNebula Dashboard wrong memory real capacity usage.

2014-07-03 Thread Carlos Martín Sánchez
Hi, On Thu, Jul 3, 2014 at 4:05 PM, Leszek Master wrote: > But, even when i create 5 ubuntu server 12.04 vm with 16 GB of ram, it > shows me there more than 100%. > > How can i repair it to shows the real usage? > Can you send the values of the requested and monitored cpu & memory? You can get

Re: [one-users] Few URLs does not exist

2014-07-03 Thread Carlos Martín Sánchez
Hi, On Thu, Jul 3, 2014 at 4:50 PM, Sudeep Narayan Banerjee < snbaner...@iitgn.ac.in> wrote: > Dear Sir, > > Few Weblinks does not seem to exist. Could you please look into it? > > http://archives.opennebula.org/documentation:rel4.4:rel4.4:oneapps_overview > http://archives.opennebula.org/documen

Re: [one-users] OneFlow and Zones

2014-07-03 Thread Carlos Martín Sánchez
Hi, Oneflow cannot manage VMs from different zones, you need to have a oneflow service for each zone, just like there is a scheduler in each one. We may add a note about this in the federation docs to make it clear. Regards. -- Carlos Martín, MSc Project Engineer OpenNebula - Flexible Enterpris

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-07-03 Thread Jaime Melis
Hi Alvaro, thanks a lot for the contribution. I haven't tested it yet, but the code seems to be perfect. My main issue here is that I'm not entirely sure if we need this. Doesn't it make sense for the oneadmin user to be in the keyring and be able to run rados? You mentioned this, but I'm having

Re: [one-users] Problem with datastores after 4.4 to 4.6 upgrade

2014-07-03 Thread Jaime Melis
FYI I've created this to prevent a user other than oneadmin to launch the script. This is *not* scheduled for 4.8, though, but it's a good thing to have http://dev.opennebula.org/issues/3021 cheers, Jaime On Fri, Jun 6, 2014 at 5:58 PM, Matthew Richardson wrote: > Hi, > > Problem solved - I ha

Re: [one-users] VM running on multiple hosts

2014-07-03 Thread Jaime Melis
As far as I know, the shared_lvm hasn't been updated lately: - https://github.com/OpenNebula/addon-shared-lvm-single-lock - http://community.opennebula.org/shared_lvm On Fri, Jun 27, 2014 at 9:40 PM, Miloš Kozák wrote: > Hi, > > it is great to know, is it related to the improved monitoring in O

Re: [one-users] VM basic networking (NAT / Bridge)

2014-07-03 Thread Jaime Melis
Hi, Although it can be done we generally not recommend doing NAT, only bridge network. To do so the typical requirements are to: For all hypervisors: - create a bridge(for example: br0) - add a physical interface to that bridge (for example eth0) In the OpenNebula Frontend - connect the VMs to t

[one-users] Few URLs does not exist

2014-07-03 Thread Sudeep Narayan Banerjee
Dear Sir, Few Weblinks does not seem to exist. Could you please look into it? http://archives.opennebula.org/documentation:rel4.4:rel4.4:oneapps_overview http://archives.opennebula.org/documentation:rel4.4:rel4.4:img_guide http://archives.opennebula.org/documentation:rel4.4:rel4.4:vm_guide http:/

[one-users] missing security model when using multiple labels

2014-07-03 Thread Leszek Master
I'm upgrading my cluster network from 1 Gb to 10 Gb. So i need to power off my hypervisor node, change network interfaces and put it back. The problem is, when i did it on the my first server when i try to migrate VM's to it or any another server i'm having this error: migrate: Command "virsh --co

[one-users] OneFlow and Zones

2014-07-03 Thread James Horner
Hi There I have recently added a second zone to my opennebula setup and I am having trouble wrapping my head around how oneflow integrates with zones. Do I have a oneflow server per zone or does one manage all the zones? Thanks in advance ___ Users mai

Re: [one-users] user authentication failed in LDAP configuration

2014-07-03 Thread Stefan Kooman
Quoting Sudeep Narayan Banerjee (snbaner...@iitgn.ac.in): > Dear Sir, > > I am trying to configure ldap in opennebula. > > I have added string *default* under AUTH_MAD in /etc/one/oned.conf file. > > AUTH_MAD = [ > executable = "one_auth_mad", > #authn = "ssh,x509,ldap,server_cipher,serv

[one-users] Xen Kernel not booting in worker node

2014-07-03 Thread Sudeep Narayan Banerjee
Dear Sir, We have configured a physical box in Xen kernel following the handout available at opennebula website. *Below Steps done:**# yum install centos-release-xen* *# cat << EOT > /etc/yum.repos.d/opennebula.repo* [opennebula] name=opennebula baseurl=http://downloads.opennebula.org/repo/Cent

Re: [one-users] Bug in 4.6,2?

2014-07-03 Thread Carlos Martín Sánchez
Hi, On Thu, Jul 3, 2014 at 2:04 AM, Grzegorz Kocur wrote: > Hi, > > Last night I upgraded opennebula 4.4 to newest stable version - 4.6.2. > The upgrade went smoothly, but after starting oned I met strange problem: > user with given id could list template with the same id (with no rights to > th

[one-users] user authentication failed in LDAP configuration

2014-07-03 Thread Sudeep Narayan Banerjee
Dear Sir, I am trying to configure ldap in opennebula. I have added string *default* under AUTH_MAD in /etc/one/oned.conf file. AUTH_MAD = [ executable = "one_auth_mad", #authn = "ssh,x509,ldap,server_cipher,server_x509" authn = "ssh,x509,ldap,*default*,server_cipher,server_x509" ]