Re: [one-users] OpenNebula head node as a virtual machine?

2012-04-10 Thread Steven C Timm
I am also thinking about running the head node as a pure KVM VM through virsh, i.e. outside of OpenNebula. Do GlusterFS clients work OK inside of virtual machines? How is the performance? Have heard bits and pieces about GlusterFS but not seen the full package in operation,. Steve Timm From:

Re: [one-users] OpenNebula head node as a virtual machine?

2012-04-10 Thread Shankhadeep Shome
I run the head node as a VM but purely as a KVM vm controlled through virsh. The back-end storage is glusterfs presented from the hyper-visor nodes themselves. On Tue, Apr 10, 2012 at 9:26 PM, Steven C Timm wrote: > Has anyone managed to successfully run the OpenNebula head node in > OpenNebula

Re: [one-users] Remotes Directory

2012-04-10 Thread Greg Stabler
Javier, I don't know why I didn't think of that. It worked! Thank you! Greg Stabler Computer Science/MS Candidate School of Computing, McAdams 120 Clemson University, Clemson, SC 29634 gsta...@clemson.edu On Tue, Apr 10, 2012 at 6:49 AM, Javier Fontan wrote: > Why don't you create a new set of

[one-users] OpenNebula head node as a virtual machine?

2012-04-10 Thread Steven C Timm
Has anyone managed to successfully run the OpenNebula head node in OpenNebula 3.x as a virtual machine in production? I am interested in doing this for ease of migration and/or failover with heartbeat/DRBD. If so, have you done it with a Shared file system such as GFS, and let GFS be seen by the

[one-users] New OpenNebula 3.4 Release .:: Wild Duck ::.

2012-04-10 Thread Tino Vazquez
Dear OpenNebula users, The OpenNebula project is proud to announce the availability of the final release of OpenNebula 3.4 (Wild Duck). The software brings countless valuable contributions by many members of our community, specially from Research in Motion, Logica, Terradue 2.0, CloudWeavers,Clems

[one-users] change password of system users

2012-04-10 Thread Nicolas Diogo
hi, i would like to know if it is possible to change the password of system users such as: oneadmin serveradmin i have tried using oneuser but it did not work well - i had to reinstall opennebula as it could no longer connect to anything. thanks, Nicolas ___

Re: [one-users] "oneuser list" as a regular user returns an empty list.

2012-04-10 Thread Jhon Masschelein
Hi, Thank you very much for the fast reply. I did google this problem, but that page did not turn up. Now to do 60+ oneuser updates... :) Thanks again, Jhon On 04/10/2012 12:38 PM, Carlos Martín Sánchez wrote: Hi, This is a known issue [1], the permission column in the DB was not upgraded

Re: [one-users] Remotes Directory

2012-04-10 Thread Javier Fontan
Why don't you create a new set of drivers and use them for the nodes that need to use the wrappers? For example, * Copy vmm kvm remotes to kvm_clemson * Change the way of calling the commands * Add the new drivers to oned.conf * Add the nodes with kvm_clemson vmm drivers It is mostly the sam

Re: [one-users] "oneuser list" as a regular user returns an empty list.

2012-04-10 Thread Carlos Martín Sánchez
Hi, This is a known issue [1], the permission column in the DB was not upgraded properly. The internal object representation is fine though, and this does not represent any security risk. To fix the issue, you have to make OpenNebula update the user information in the DB, the easiest way to do so

Re: [one-users] noVNC error: "Server disconnected" [socket.error: [Errno 98] Address already in use] ? (Users Digest, Vol 50, Issue 10)

2012-04-10 Thread Rolandas Naujikas
On 2012-04-05 11:24, Hector Sanjuan wrote: > Hello, I don't get to reproduce this. I close and reopen repeted times the > VNC window and it works well. Try to close web browser tab or do refresh of it with noVNC canvas open. The only solution in such cases - kill hang wsproxy process. Rolandas

[one-users] "oneuser list" as a regular user returns an empty list.

2012-04-10 Thread Jhon Masschelein
Hi, On my test installation, a regular user is able to change his own password using the oneuser command. However on my production server, a regular user does not have access to his own account. On the test server, the command "oneuser list" returns one line with the users account. On the pr