[one-users] shutdown action doesn't take effect

2013-04-12 Thread cmcc.dylan
Hi, everyone ! I meet a problem after i shutdown a selected vm, the sunstone show "SHUTDOWN" status, but it is running in fact and i can ping it and also login by ssh. [root@compute-30-01 ~]# ping 192.168.122.15 PING 192.168.122.15 (192.168.122.15) 56(84) bytes of data. 64 bytes from 192.168

Re: [one-users] New authentication type

2013-04-12 Thread Christoph Pleger
Hello, > Try to replicate the ldap authenticate script. To create new users, the > driver needs to print to stdout 'drivername username password' when the > authentication is successful Ah, thank you very much, that was it! I only had to add 'puts "radius #{user} #{pass}" in authenticate before '

Re: [one-users] New authentication type

2013-04-12 Thread Carlos Martín Sánchez
Hi, Try to replicate the ldap authenticate script. To create new users, the driver needs to print to stdout 'drivername username password' when the authentication is successful Cheers -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.

Re: [one-users] New authentication type

2013-04-12 Thread Christoph Pleger
Hello, > That's how the LDAP driver works [1]. To create new users automatically on > their first login, copy or link this dir to your drivers: Authentication itself is successful now, but I get another error now: ---snip--- Fri Apr 12 15:35:22 2013 [AuM][D]: Message received: LOG D 14 authent

[one-users] question ...

2013-04-12 Thread patricio . proano
Hi, A conceptual question. The DaaS (Desktop as a Service) is a particular case of SaaS? Thanks. ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

[one-users] Call for blog contributions

2013-04-12 Thread Javier Fontan
Greetings fellows, We would like to invite you to participate in our blog posting your use cases, technical tips or software/hardware integrations. These posts will be very useful to users and will give visibility to the contributor to cooperate with other people with similar configuration or prob

Re: [one-users] Forcing a specific VM state

2013-04-12 Thread Ruben S. Montero
There is no explicit API call to do this, yet. However, from UNKWON it is save to change directly the state in the Database. You have to change the lcm_state column to 3 and the XML in the body column () also to 3. Cheers Ruben On Fri, Apr 12, 2013 at 11:17 AM, Christoph Pleger wrote: > Hello

Re: [one-users] New authentication type

2013-04-12 Thread Carlos Martín Sánchez
Hi, That's how the LDAP driver works [1]. To create new users automatically on their first login, copy or link this dir to your drivers: /var/lib/one/remotes/auth/default Keep us updated on that integration! [1] http://opennebula.org/documentation:rel3.8:ldap#configuration -- Carlos Martín, M

[one-users] New authentication type

2013-04-12 Thread Christoph Pleger
Hello, I am trying to add radius authentication for OpennNebula. I have written a small ruby file for that and I can successfully login to sunstone, but I still have to create a user with "oneuser create" and choose a password for the user, and authentication only works if that password and the r

Re: [one-users] opennebula monitoring fails

2013-04-12 Thread Javier Fontan
Is oned running as oneadmin user? On Fri, Apr 12, 2013 at 3:36 AM, Nicolas Diogo wrote: > hello > > i have a three node installation: > sunstone running on: on00 > > and also: > on01 > on02 > > > i find that running the command: > > onehost list > > shows my nodes to be listed with errors - err >

Re: [one-users] Forcing a specific VM state

2013-04-12 Thread Alexandre Bezroutchko
You are probably looking for "xm migrate --live ...". For this to work you need "(xend-relocation-server yes)" setting in your xend-config.sxp. On 04/12/2013 11:17 AM, Christoph Pleger wrote: > Hello, > > it seems that nobody here knows how to force state RUNNING. Maybe someone > knows how to migr

Re: [one-users] Forcing a specific VM state

2013-04-12 Thread Christoph Pleger
Hello, it seems that nobody here knows how to force state RUNNING. Maybe someone knows how to migrate a VM to another cloud node with linux commands other than those from ObenNebula? Regards Christoph ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] VMs stuck in UNKNOWN State

2013-04-12 Thread Carlos Martín Sánchez
Just a wild guess... The 'one-294' argument for the poll script is taken from VM/DEPLOYMENT_ID. Maybe a bug caused the core to lose that string? Can you please check that attribute in the onevm show -x output? If is looks good, edit /var/tmp/one/vmm/kvm/poll and write the arguments somewhere, just

Re: [one-users] It is not possible to clone a VM to another node

2013-04-12 Thread Alexandre Bezroutchko
What I meant to say, there is a typo in your config: shh instead of ssh. On 04/12/2013 06:51 AM, Евгений Суворов wrote: > I did so, but he rewrote >> DS_MAD="-" >> SYSTEM="YES" >> TM_MAD="shh" >> > it may be easier to start using NAS? > > It should probably be TM_MAD=ssh. > > > On 04/11/20