Re: [one-users] problem with getting Live Migration working

2012-08-20 Thread Jaime Melis
Hello Shyam, after studying this, we have realised it's indeed a bug. Thanks a lot for reporting it: http://dev.opennebula.org/issues/1423 Cheers, Jaime On Mon, Aug 20, 2012 at 10:39 AM, C S Shyam Sundar wrote: > Hi Jamie, > > The libvirt version is: *libvirt-0.9.10-21.0.1.el6_3.3.x86_64. * >

Re: [one-users] hypervisor:/var/lib/one

2012-08-20 Thread christopher barry
Helps a lot - thanks Gary. -C On Fri, 2012-08-17 at 16:22 -0400, Gary S. Cuozzo wrote: > Hi, > On my FE, I only share out (via NFS) the DS's which are shared. So, I create > the DS as shared, get the ID, then NFS export /var/lib/one/datastores/. > > I think if all your DS's were going to be sh

Re: [one-users] New Tutorial :Create a Windows-XP VM using OpenNebula 3.6.0 with iSCSI Datastore in Ubuntu 12.04 , hot plugging disks etc...

2012-08-20 Thread Javier Fontan
Thanks for the tutorial! It is a really complete tutorial and very detailed. It will be very helpful to users trying iscsi support and/or windows. Cheers On Mon, Aug 20, 2012 at 7:14 PM, cloud.b.lab wrote: > Friends, > > Please find another tutorial from Cloud-b-lab. > > Topic : Create a Windows

[one-users] New Tutorial :Create a Windows-XP VM using OpenNebula 3.6.0 with iSCSI Datastore in Ubuntu 12.04 , hot plugging disks etc...

2012-08-20 Thread cloud.b.lab
Friends, Please find another tutorial from Cloud-b-lab. Topic : Create a Windows-XP VM using OpenNebula 3.6.0 with iSCSI Datastore in Ubuntu 12.04. Covering: To install OpenNebula 3.6.0 in Ubuntu 12.04 Server To prepare a Ubuntu 12.04 machine as a iSCSI target To prepare a Ubuntu 12.04 mac

Re: [one-users] problem with getting Live Migration working

2012-08-20 Thread Shantanu Pavgi
I had encountered a similar issue few days ago. It seems like CentOS 6.3 based libvirt prevents VM migration if disk cache is not none. So disk cache=none option may need to be added in domain definition/template for VM migration without unsafe mode. -- Shantanu On Aug 20, 2012, at 3:39 AM,

Re: [one-users] Create a VM with Sunstone

2012-08-20 Thread C S Shyam Sundar
> > it means opennebula oneadmin cannot ssh passwordlessly to the host 'front' > that and ensure that *StrictHostKeyChecking* is set to *no*. example: > [oneadmin@oned ~]$ cat .ssh/config > Host * > StrictHostKeyChecking no Regards, Shyam En Mon, 20 Aug 2012 06:24:32 +0200, Tuan Le Doan > esc

Re: [one-users] Create a VM with Sunstone

2012-08-20 Thread Hector Sanjuan
it means opennebula oneadmin cannot ssh passwordlessly to the host 'front' Hector En Mon, 20 Aug 2012 06:24:32 +0200, Tuan Le Doan escribió: Dear all, I want to create a VM with Sunstone. I created a CD room image: (iso image) Image "centos-minimal" information ID 10 Name centos-minimal

Re: [one-users] problem with getting Live Migration working

2012-08-20 Thread C S Shyam Sundar
Hi Jamie, The libvirt version is: *libvirt-0.9.10-21.0.1.el6_3.3.x86_64. * The OS is: CentOS 6.3. Issue is reproducible in other EL variants like Oracle Linux 6.3. ONe version is: 3.6. Note: adding -l migrate=migrate_local fails with the same error quoted in this thread. Attached the working oned

Re: [one-users] Random password on CONTEXT

2012-08-20 Thread André Monteiro
Hi Ricardo, Try to use variables in context section, for example you can bind a pseudo-random password using several context variables: CONTEXT = [ files = "/service/init.sh /service/resolv.conf" hostname = "$NAME-$VMID", ip_private = "$NIC[IP, NETWORK=\"public net\"]", user = oneadmin,