Re: [one-users] VNC mouse-pointer after live migration

2012-07-25 Thread haseningo
Hey Javier, libvirt and kvm seems to be okay: Node-A kvm --version QEMU emulator version 1.0 (qemu-kvm-1.0 Debian 1.0+dfsg-8~bpo60+1), Copyright (c) 2003-2008 Fabrice Bellard virsh --version 0.9.11.3 Node-B kvm --version QEMU emulator version 1.0 (qemu-kvm-1.0 Debian 1.0+dfsg-8~bpo60+1),

[one-users] Econe and OCCI servers

2012-07-25 Thread Humberto N. Castejon Martinez
Hi! After trying to access Opennebula using the OCCI API for some time, I realized that the OCCI server was indeed not running, even though everything had been installed and configured according to the documentation. After some debugging, I found out that it was the Econe server which was

Re: [one-users] Econe and OCCI servers

2012-07-25 Thread Daniel Molina
Hi Humberto, On 25 July 2012 10:58, Humberto N. Castejon Martinez humca...@gmail.com wrote: Hi! After trying to access Opennebula using the OCCI API for some time, I realized that the OCCI server was indeed not running, even though everything had been installed and configured according to

[one-users] open /dev/kvm: Permission denied on Debian Squeeze

2012-07-25 Thread Valentin Bud
Hello, I have recently setup OpenNebula 3.6 on 2 Debian Squeeze boxes. Both machines function as hosts, one of them as frontend. I have followed the OpenNebula documentation [1] to setup the KVM driver on the hosts. ### Host A # kvm --version QEMU PC emulator version 0.12.5 (qemu-kvm-0.12.5),

Re: [one-users] Possible bug in /var/lib/one/lib/sh/scripts_common.sh , while having Ubuntu 12.4 as iSCSI target

2012-07-25 Thread Carlos Martín Sánchez
Hi, This is a known issue [1, 2], but thanks for the great feedback! Cheers [1] http://opennebula.org/documentation:rel3.6:known_issues [2] http://dev.opennebula.org/issues/1351 -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization

Re: [one-users] open /dev/kvm: Permission denied on Debian Squeeze

2012-07-25 Thread Javier Alvarez
Hello Valentin, Apparently, when creating a VM as a regular user, the only group that is taken into account is the one that appears as 'gid' (oneadmin in this case). So what I did to solve the problem was to change the owner of /dev/kvm to root.oneadmin. Best, Javi On 25/07/12 11:19,

[one-users] Libvirt with NAT

2012-07-25 Thread Javier Alvarez
Hello, I would like to know if OpenNebula supports the use of NAT forwarding as explained in the networking page of the libvirt's wiki: http://wiki.libvirt.org/page/Networking#NAT_forwarding_.28aka_.22virtual_networks.22.29 Thanks, Javi -- Javier Álvarez Cid-Fuentes Grid Computing and

[one-users] some basic questions

2012-07-25 Thread Rainer Schubert
Hi, I am new Opennebula user. I have installed a small opennebula 3.6 test-config with 2 debian hosts. Now, I have some questions: It is possible to configure a running or unkown state vm in the sunstone-frontend? Changes like more cpu or memory etc.? If I changed/updated the main template the

[one-users] Cannot use selected DISK. The DISK does not have a valid IMAGE_ID.

2012-07-25 Thread Ricardo Duarte
Hi there, I'm trying to save a volatile disk, but I always get the following error: Cannot use selected DISK. The DISK 2 does not have a valid IMAGE_ID. Is this a bug, or by design? Thanks. ___ Users

Re: [one-users] open /dev/kvm: Permission denied on Debian Squeeze

2012-07-25 Thread Valentin Bud
Hello Javier, Thank you for your answer. Indeed, changing /dev/kvm group to oneadmin solved the problem. I can now happily launch VMs on the Cloud. For future references, to make the change persist after reboot I have done: # cat /etc/udev/rules.d/60-qemu-kvm.rules KERNEL==kvm, GROUP=oneadmin,

[one-users] Fwd: Re: Possible bug in /var/lib/one/lib/sh/scripts_common.sh , while having Ubuntu 12.4 as iSCSI target

2012-07-25 Thread cloud.b.lab
Thanks Forwarded message From : Carlos Martín Sánchezlt;cmar...@opennebula.orggt; To : cloud.b.lab lt;cloud.b@zoho.comgt; Cc : users lt;users@lists.opennebula.orggt; Date : Wed, 25 Jul 2012 02:21:17 -0700 Subject : Re: [one-users] Possible bug in

Re: [one-users] Using shared fs and ssh TM

2012-07-25 Thread Andreas Calvo
Hello again, I've tried to reuse the SSH MV script, but it fails. Output is: Wed Jul 25 15:51:59 2012 [VMM][I]: Command execution fail: /var/tmp/one/vmm/kvm/restore /var/lib/one//datastores/0/5220/checkpoint cloud13 5220 cloud13 Wed Jul 25 15:51:59 2012 [VMM][E]: restore: Command virsh

Re: [one-users] Libvirt with NAT

2012-07-25 Thread Shankhadeep Shome
Yes, you need to create a regular bridge device and attach it to a tap device, you can use virt-manager to create this for you, the tap device will be disabled. You will also need an iptables rule to nat packets to/from the bridge, again the virt-manager can do this for you. [vnics] -- [bridge]

Re: [one-users] Libvirt with NAT

2012-07-25 Thread Shankhadeep Shome
*whoops! in this case ib0, but the virt-manager utility will create this for your interface, just remember not to use dhcp.* * iptables -t nat -A POSTROUTING -s 172.16.100.128/25 -o ib0 -j SNAT --to-source 192.168.10.10* On Wed, Jul 25, 2012 at 1:19 PM, Shankhadeep Shome

Re: [one-users] Using iSCSI Targets- Cannot create a VM

2012-07-25 Thread cloud.b.lab
The below issue has been resolved and OpenNebula with iSCSI target working fine with both CentOS and Ubuntu. In case of iSCSI target in Ubuntu 12.04 as a little bit hack was required. Regards, Anil On Tue, 24 Jul 2012 11:33:00 -0700 cloud.b.lablt;cloud.b@zoho.comgt; wrote

Re: [one-users] Libvirt with NAT

2012-07-25 Thread Ruben S. Montero
Hi I also suggest to take a look to the virtual router appliance. It is a very simple way to provide NATing along with other network services such as DHCP, DNS... to a VLAN. All the information at http://opennebula.org/documentation:rel3.6:router Cheers Ruben On Wed, Jul 25, 2012 at 7:21 PM,

[one-users] oneuser key command failing

2012-07-25 Thread Rogier Mars
Hi, I just upgrade to opennebula 3.6 (from the rpm's for CentOS) and decided to give ssh authentication a try. While following the documentation the step to output the public key failed: [root@cloudcontroller1 rogierm]# oneuser key Enter PEM pass phrase: /usr/bin/oneuser:250: undefined method