[one-users] can't livemigrate VMs

2011-06-07 Thread Khoa Nguyen
Hi everyone I want to live migrate VMs from kvm node to others. However, there have problem which I can't solve it. Some information in *vm.log* Jun 7 14:55:02 2011 [TM][I]: tm_context.sh: Executed rm -rf /srv/cloud/one/var//272/images/isofiles. Tue Jun 7 14:55:02 2011 [LCM][I]: New VM state

Re: [one-users] can't livemigrate VMs

2011-06-07 Thread samuel
You have 2 options: 1) configure SSL connection for qemu, or 2) use ssh as transport for qemu. To do the second option, which is the easier, you should change the file kvmrc LIBVIRT_URI=qemu+ssh:///system QEMU_PROTOCOL=qemu+ssh Hope it helps, Samuel. On 7 June 2011 10:12, Khoa Nguyen

[one-users] question about dhcp settings for vm?

2011-06-07 Thread Ou, Yan
Hi All Can anyone please tell me how to setup dhcp client for KVM based VMS by opennebula template? I have set up the bridging interface br0 through eth0 (which is connected to our company network and IP is leased by company dhcp server), and br0 is set as dhcp as well. Now I want our VMS

Re: [one-users] how to create an internal user.

2011-06-07 Thread Carlos Martín Sánchez
Hi Salma, It looks like you didn't set-up the environment variables referenced here [1] for your new account (specially the PATH). I would recommend you to use the :authentication: simple option in auth.conf, to authenticate users with the one_auth file contents (username:password). This way you

Re: [one-users] question about dhcp settings for vm?

2011-06-07 Thread Olivier Sallou
Hi, I am not sure to understand your problem, but for DHCP config , on Open nebula side, all you need is to define a network, let's say mycompany, and to declare a bunch of MAC/IP associations (the ones defined in your dhcp). At boot, using the mycompany network, your VM will be started with one

Re: [one-users] SVMSched (Smart Virtual Machine Scheduler) -- New contribution to OpenNebula ecosystem

2011-06-07 Thread Idafen Santana Pérez
Hi everyone, this project seems to be a relevant and interesting approach. I would like to test it on our ONe infrastructure so, is there any documentation or reference about how to deploy the scheduler and use it? Thanks in advance. Regards, Idafen On Mon, Jun 6, 2011 at 2:43 PM, Borja

[one-users] [patch] Add support for rate-limiting a NIC on XEN

2011-06-07 Thread Vivien Bernet-Rollande
Hi everyone. I've a lot of hopes set on those networking setup and teardown hooks that were discussed during yesterday's session. They would allow me to have much finer control on quite a few items (filtering, traffic shaping, etc.) while keeping support for migration. Anyway, in the

[one-users] Express installation, incompatibility Ruby 1.8.5 and Sunstone, How to upgrade?

2011-06-07 Thread Anders Branderud
Hello! The Express Installation of OpenNebula 2.2.0 on CentOS has caused me big problems, since it installs Ruby 1.8.5, which is incompatible with Sunstone. I installed Ruby 1.9.2 after executing the Express installation, but the problem remained, since Sunstone tried to use the old

Re: [one-users] NIC model in a xen machine

2011-06-07 Thread Jaime Melis
Hello Rubén, thanks for reporting this, it is in fact a bug. We have created a new ticket and applied a patch. This will be fixed for OpenNebula 3.0. http://dev.opennebula.org/issues/671 cheers, Jaime On Mon, Jun 6, 2011 at 2:14 PM, Ruben Diez rd...@cesga.es wrote: Hi: We are attempt to