Re: [one-users] Live migrate failed

2011-04-13 Thread Daniel Nilsson
Hi Jeff! On 12 apr 2011, at 10.25, Jeff wrote: Hi, all. I am testing the live migrate function of opennebula. But it seemed that it didn't work on my machine.So I checked the vm log and found this error information : Tue Apr 12 14:56:07 2011 [LCM][I]: New VM state is MIGRATE Tue Apr 12

Re: [one-users] how to predeploy image

2011-04-13 Thread Carlos Martín Sánchez
Hi Łukasz, You could use the tm_dummy driver. That tm script returns always 0 and does nothing else. But using that tm_driver, you will have to manually move the files for all VMs, not just some of them. It would be best if you could modify the driver (tm_clone.sh, look for it in your lib

Re: [one-users] file template of onevm

2011-04-13 Thread Héctor Sanjuán
I suppose there is an image with name KVM registered in ONE?. It should show up with oneimage list. Hector El 13/04/11 12:32, Marco Mirabile escribió: hello I have a question about the template file onevm can you tell me if it is correct? in time to create a VMs I have this error

[one-users] Opennebula 2.2 Sunstone problem

2011-04-13 Thread Sebastian Neg
Hi, I installed Opennebula 2.2 on CentOS 5.5 and i am trying to configure Sunstone. When i run: /srv/cloud/one/bin/sunstone-server start Stale .lock detected.Erasing it. sunstone-server started But i can not access to the url where my Sunstone server is deployed localhost:4567 Any

Re: [one-users] Problem with ebtables OpenNebula

2011-04-13 Thread Tino Vazquez
Hi, It is recommended to run OpenNebula as a non-root account, please install the dependencies as oneadmin. Regards, -T -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.org | @tinova79 On Tue, Apr 12, 2011 at 9:10 PM, Leong Marco leong.chou@usj.edu.mo

[one-users] autscaling

2011-04-13 Thread Zeeshan Ali Shah
Hi , What are the ways to auto scaling (Elastic) functionality in ONE ? I think we can leverage hooks for this .. any suggestion ? -- -- Regards Zeeshan Ali Shah System Administrator PDC-Center for High Performance Computing KTH-Royal Institute of Technology , Sweden +46 8 790 9115

Re: [one-users] sunstone auth problem

2011-04-13 Thread Robert Parrott
Sure, here it is: [oneadmin ~]$ oneuser list -x USER_POOL USER ID0/ID NAMEoneadmin/NAME PASSWORD5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8/PASSWORD ENABLED1/ENABLED /USER USER ID1/ID NAMEtestuser/NAME PASSWORD5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8/PASSWORD

Re: [one-users] sunstone auth problem

2011-04-13 Thread Robert Parrott
I've added some debugging to the sunstone, and see the following behavior. 1) In the build-session method of the sunstone-server.rb, the username and password are properly passwd into the server, and the SHA1 hash calculated is what is expected. 2) In the SunstoneServer.authorize() method in the

Re: [one-users] sunstone auth problem

2011-04-13 Thread Robert Parrott
Hi Folks, A little more investigation, and I've confirmed that the issue is with the sunstone code or with some sort of XML parsing issues, I can call the to_xml method on the user_pool object (again in SunstoneServer.authorize() method of file SunstoneServer.rb), and I see the proper XML