Re: [one-users] DHCP and OpenNebula

2013-07-11 Thread Pentium100
From what I understand, OpenNebula encodes the IP in the MAC, for example, the VM with assigned IP 10.0.0.2 would get a MAC 02:00:0a:00:00:02. Just create an IP:MAC list for the DHCP server and it will work. host a10-0-0-1 { hardware ethernet 02:00:0a:00:00:01; fixed address 10.0.0.1; } host

Re: [one-users] Error while copying image in the datastore after VM creation

2013-07-11 Thread Carlos Martín Sánchez
Hi, By default the Datastores come with the 'shared' TM (Transfer Manager) driver configured. This driver assumes that the datastore directory is exported to the hosts in the same path, using NFS for instance. Maybe you want to configure another TM driver, like ssh. Take a look at the storage

Re: [one-users] Transfering data between Host and VM

2013-07-11 Thread Carlos Martín Sánchez
Hi, OpenNebula allows you to register files, and then copy them to the VM inside a context cdrom [1]. This process is quite simple from Sunstone. Use the Files Kernels tab to create new Files, and then select them in the context section of the VM Template wizard. Regards [1]

Re: [one-users] upgrading onedb from 3.8.3 to 3.8.4

2013-07-11 Thread Carlos Martín Sánchez
Hi, Could you elaborate a bit more how you installed opennebula? You should not have had those migrator files in there. Were them from a previous installation? Regards -- Join us at OpenNebulaConf2013 http://opennebulaconf.com in Berlin, 24-26 September, 2013 -- Carlos Martín, MSc Project

Re: [one-users] VMFS -- VM IO Performance Problem

2013-07-11 Thread Ruben S. Montero
Hi Maybe there is some virtual hardware added by vsphere. Could you compare the vmx files for the two VMs? Are the same? Cheers Ruben On Mon, Jul 8, 2013 at 6:33 PM, chenxi...@aquala-tech.com wrote: Hi all, I have a working 3.8.3 setup, with 1 front end running Ubuntu 12.04, which also

Re: [one-users] upgrading onedb from 3.8.3 to 3.8.4

2013-07-11 Thread Mohammad Fazli Ahmat Jalaluddin
Actually I just trying to upgrade, so I have the tarball for 3.8.4 and 4.0.1 in the /var/lib/one as well. I have upgraded to 4.0.1 from 3.8.3 then downgrade to 3.8.3 back and decided to upgrade only to 3.8.4 So, the onedb migrator scripts are up to 4.0.1 which is why the onedb upgrades to 4.0.1,

Re: [one-users] DHCP and OpenNebula

2013-07-11 Thread Michael Curran
But in that case, I would be assigning IP's to hosts instead of them booting up and just using DHCP to get the IP address I want to just assign the NIC and let the OS obtain an IP from DHCP instead, on system boot. Still reading the documentation, but not seeing a method for it yet. Michael

Re: [one-users] DHCP and OpenNebula

2013-07-11 Thread Carlo Daffara
It works exactly like a physical server- if there is network visibility (same vlan or default bridge) the booted VM will get its address from DHCP. We use this configuration (thus ignoring the opennebula-assigned IP) in several customers' networks, especially when the VM cones from virtualization

Re: [one-users] How to use Ceph/RBD for System Datastore

2013-07-11 Thread Jens Kristian Søgaard
Hi, qemu-img convert -O rbd /var/tmp/61e14679af7dd1e0e1e09e230c89f82a rbd:one/one-17 Segmentation fault (core dumped) Change the command to say -O raw instead of -O rbd, and it will work! -- Jens Kristian Søgaard, Mermaid Consulting ApS, j...@mermaidconsulting.dk,

Re: [one-users] How to use Ceph/RBD for System Datastore

2013-07-11 Thread Campbell, Bill
The deployment files referenced are the libvirt VM definition files that OpenNebula generates for all deployments and datastores used: Here is an example of the contents (with internal identifiable information scrubbed) domain type='kvm'

Re: [one-users] upgrading onedb from 3.8.3 to 3.8.4

2013-07-11 Thread Teik Hooi Beh
Looks like you are downgrading and not upgrading On Thu, Jul 11, 2013 at 5:37 PM, Mohammad Fazli Ahmat Jalaluddin fazli@gmail.com wrote: Actually I just trying to upgrade, so I have the tarball for 3.8.4 and 4.0.1 in the /var/lib/one as well. I have upgraded to 4.0.1 from 3.8.3

Re: [one-users] DHCP and OpenNebula

2013-07-11 Thread Michael Curran
So - I configured a Virtual Network in OpenNebula GUI (sunstone) and it now adds NIC settings to the Windows VM ethernet0.present = true ethernet0.networkName = VM Network ethernet0.connectionType = bridged ethernet0.addressType = static ethernet0.address = 02:00:c0:a8:fb:01

Re: [one-users] DHCP and OpenNebula

2013-07-11 Thread Michael Curran
I tried to use this template to build a VM with a Network NIC - Does this look correct for NIC assignment within VMware? NAME=myvm-win CPU=1 MEMORY=512 DISK=[ IMAGE_ID=13 ] NIC=[NETWORK_ID=1,MODEL=E1000] Has anyone else done NIC assignments with Windows Deployments in Vmware? I can get the

Re: [one-users] upgrading onedb from 3.8.3 to 3.8.4

2013-07-11 Thread Mohammad Fazli Ahmat Jalaluddin
Actually first I'm upgrading from 3.8.3 to 4.0.1 then downgrade to 3.8.4 On Thu, Jul 11, 2013 at 11:02 PM, Teik Hooi Beh th...@thbeh.com wrote: Looks like you are downgrading and not upgrading On Thu, Jul 11, 2013 at 5:37 PM, Mohammad Fazli Ahmat Jalaluddin fazli@gmail.com wrote:

Re: [one-users] User Quota

2013-07-11 Thread Shankhadeep Shome
Oh nice, thanks :) On Wed, Jul 10, 2013 at 5:35 AM, Daniel Molina dmol...@opennebula.orgwrote: Hi, On 9 July 2013 04:04, Shankhadeep Shome shank15...@gmail.com wrote: Hi How do you show a user their own quota in sunstone? I see a way to limit the sun stone view but what if I wanted to

Re: [one-users] Transfering data between Host and VM

2013-07-11 Thread Mohammad Fazli Ahmat Jalaluddin
Thank you for your help On Thu, Jul 11, 2013 at 4:26 PM, Carlos Martín Sánchez cmar...@opennebula.org wrote: Hi, OpenNebula allows you to register files, and then copy them to the VM inside a context cdrom [1]. This process is quite simple from Sunstone. Use the Files Kernels tab to