Re: [one-users] cannot migrate virtual machines in one 3.4

2012-04-25 Thread Carlos A.
Hi, $ ls -Rl /srv/cloud/one/var/datastores/0/2994 /srv/cloud/one/var/datastores/0/2994: total 1055880 -rw-r--r-- 1 oneadmin oneadmin653 2012-04-24 18:47 deployment.0 -rw-r- 1 libvirt-qemu kvm 1081212928 2012-04-24 18:47 disk.0 $ bash -xv /srv/cloud/one/var/remotes/tm/ssh/mv

Re: [one-users] There is no monitoring information for host (Users Digest, Vol 50, Issue 65)

2012-04-25 Thread Rolandas Naujikas
On 2012-04-24 20:02, Hector Sanjuan wrote: Hi Rolandas, we are not sure what is causing this but it's not the normal behaviour and it doesn't happen to me. Are you running the oneacctd daemon? Either way perhaps it helps if you delete the /var/one/oneacct.db file (or move it away if you

Re: [one-users] cannot migrate virtual machines in one 3.4

2012-04-25 Thread Carlos A.
Hello, I have finally managed to solve the problem. It was a problem of permissions and libvirt. I have had to set oneadmin as the running user for kvm, and disable the dynamic permissions. The dynamic permissions caused to change the ownership of the disk.0 to root when saving a VM. The

Re: [one-users] failed to create domain

2012-04-25 Thread Michael Kutzner
Hi, did you check qemu conf as described here: http://opennebula.org/documentation:rel3.4:kvmg#kvm_configuration (had a similar error at the beginning ... ) Best, Michael Am 25.04.2012 um 02:02 schrieb Teik Hooi Beh: Hi, I manage to solve the previous issue by changing dynamic_ownership =

Re: [one-users] ping between VMs on different hosts ?

2012-04-25 Thread Valerio Schiavoni
Hello Justin, On Wed, Apr 25, 2012 at 1:36 AM, Justin Cinkelj justin.cink...@xlab.siwrote: You can still connect to VNC console (kvm ... -vnc 0.0.0.0:34100 ...). Something like 'vncviewer 192.168.128.100::34100'. Or maybe is port 34100+5900. Check with netstat on which ports does kvm proces

Re: [one-users] There is no monitoring information for host

2012-04-25 Thread Daniel Molina
Hi, On 24 April 2012 17:07, Rolandas Naujikas rolandas.nauji...@mif.vu.lt wrote: On 2012-04-24 19:25, Rolandas Naujikas wrote: On 2012-04-24 09:04, Rolandas Naujikas wrote: Hi, In opennebula-3.4.0 sunstone there is annoying message There is no monitoring information for host, when there are

Re: [one-users] There is no monitoring information for host (Users Digest, Vol 50, Issue 65)

2012-04-25 Thread Daniel Molina
Hi Rolandas, I have included the answer in the previous thread, so other people can benefit from it. Cheers On 25 April 2012 07:47, Rolandas Naujikas rolandas.nauji...@mif.vu.lt wrote: On 2012-04-24 20:02, Hector Sanjuan wrote: Hi Rolandas, we are not sure what is causing this but it's not

Re: [one-users] There is no monitoring information for host

2012-04-25 Thread Rolandas Naujikas
On 2012-04-25 13:32, Daniel Molina wrote: Hi, On 24 April 2012 17:07, Rolandas Naujikas rolandas.nauji...@mif.vu.lt wrote: On 2012-04-24 19:25, Rolandas Naujikas wrote: On 2012-04-24 09:04, Rolandas Naujikas wrote: Hi, In opennebula-3.4.0 sunstone there is annoying message There is no

Re: [one-users] ping between VMs on different hosts ?

2012-04-25 Thread Justin Cinkelj
Hi Can you connect to the kvm virtual console with virtviewer (e.g., not with sunstone)? On 04/25/2012 10:54 AM, Valerio Schiavoni wrote: Hello Justin, On Wed, Apr 25, 2012 at 1:36 AM, Justin Cinkelj justin.cink...@xlab.si mailto:justin.cink...@xlab.si wrote: You can still connect to

[one-users] examples of pre, post and clean scripts for VNM

2012-04-25 Thread José Valerio
Hello, I would like to see some examples of the pre, post and clean scripts that one can make on VNM, I saw for example the scripts on /var/lib/one/remotes/vnm/ebtables and they are ruby scripts... let's say for example that I want to execute some shell commands before deploying my VM, how

Re: [one-users] examples of pre, post and clean scripts for VNM

2012-04-25 Thread Jaime Melis
Hello José, of course: pre, post and clean scripts can be any executable script you want. You may write them in python, ruby, bash or whichever languague you may choose. In particular, if you want to run another script from the existing pre/post/clean scripts you can add lines similar to the

Re: [one-users] examples of pre, post and clean scripts for VNM

2012-04-25 Thread José Valerio
Hi Jaime Thanks for the prompt answer! Now I have 2 more questions: - how can I add new VN MAD? (I don't want to modify dummy, vmware, etc). i tried just creating a new directory inside the remotes/vnm dir but it didn't work. Maybe I need to do something else. - how can I use on the script

Re: [one-users] There is no monitoring information for host

2012-04-25 Thread Daniel Molina
On 25 April 2012 11:03, Rolandas Naujikas rolandas.nauji...@mif.vu.lt wrote: On 2012-04-25 13:32, Daniel Molina wrote: Hi, On 24 April 2012 17:07, Rolandas Naujikas rolandas.nauji...@mif.vu.lt wrote: On 2012-04-24 19:25, Rolandas Naujikas wrote: On 2012-04-24 09:04, Rolandas Naujikas

Re: [one-users] ping between VMs on different hosts ?

2012-04-25 Thread Valerio Schiavoni
Hello Justin, On Wed, Apr 25, 2012 at 1:22 PM, Justin Cinkelj justin.cink...@xlab.siwrote: Hi Can you connect to the kvm virtual console with virtviewer (e.g., not with sunstone)? Yes, I managed to connect to the KVM virtual console with virtviewer. From the controller machine, I did:

Re: [one-users] ping between VMs on different hosts ?

2012-04-25 Thread Jaime Melis
Hello Valerio, I think you have correctly configured the network. If you can't ssh into it's because there's something wrong with the contextualization. As Justin said, when preparing images the best way to go is to access the VM through VNC, until the contextualization works. Regarding your

Re: [one-users] ping between VMs on different hosts ?

2012-04-25 Thread Valerio Schiavoni
Hello Jaime, On Wed, Apr 25, 2012 at 4:09 PM, Jaime Melis jme...@opennebula.org wrote: I think you have correctly configured the network. If you can't ssh into it's because there's something wrong with the contextualization. As Justin said, when preparing images the best way to go is to

Re: [one-users] failed to create domain

2012-04-25 Thread Teik Hooi Beh
Hi, I did try as mentioned in http://opennebula.org/documentation:rel3.4:kvmg#kvm_configuration but VM is going into never ending pending state and no logs were reported. I will redeploy again. Has anyone published an installation guidelines on Ubuntu 11.10 other than from

[one-users] problem setting up libvirt-bin (debian 6 x86_64)

2012-04-25 Thread Nicolas Diogo
hi, i have found another discussion on the list: http://lists.opennebula.org/htdig.cgi/users-opennebula.org/2011-April/005013.html and while following the documentation: http://opennebula.org/documentation:archives:rel2.0:kvmg i have come across the same problem. when starting libvirt-bin, it

Re: [one-users] cannot migrate virtual machines in one 3.4

2012-04-25 Thread Ruben S. Montero
Hi, Thanks for the update. We have changed the TMs drivers to not to set too permissive permissions on the disk/checkpoint files. This could be the reason that makes the previous installation work. Cheers, Ruben On Wed, Apr 25, 2012 at 10:17 AM, Carlos A. cara...@upv.es wrote: Hello, I have