[one-users] VM creation failure

2012-06-11 Thread yangui sami
Hi all, im running OpenNebula 3.4 on ubuntu 12.4 TLS, when i try to create a virtual machine, it goes from Boot state to Failure. The /var/log/libvirt/qemu/.log doesn't show so much informations its just: 2012-06-11 12:12:28.121+: shutting down The /var/log/libvirt/libvirtd.log is: 201

[one-users] OpenNebula 3.4 and swap disk

2012-06-11 Thread Alberto Zuin - Liste
Hello, I have a configuration with two OpenNebula controllers in fault tolerance and two KVM nodes. The OpenNebula server is also a MooseFS controller and exports the main MooseFS shared volume in /var/lib/one directory to himself and to nodes. Now I want dynamically create swap disk, but i real

[one-users] [VNET]why the vnet template always enable VLAN?

2012-06-11 Thread mario wu
hi,all i found a strange problem, why the vnet template after created, always enable VLAN? vnet template like this: NAME = "test 10.5" TYPE = RANGED NETWORK_SIZE= C NETWORK_ADDRESS = 10.10.0.0 PHYDEV = "eth1" BRIDGE="brtest10.10" there isn't VLAN attribute. but wher i use "onevnet creat

Re: [one-users] Configure - Script Network - Init

2012-06-11 Thread Antonio Carlos Salzvedel Furtado Junior
I know this is an old post and it's not my intention to restart any discussion about this problem. I just had a similar issue and I while searching for a solution, Google made me stumble upon this non replied question. I'll just post my solution, so if anyone else has the same problem, they may get

Re: [one-users] xen and oneadmin@host

2012-06-11 Thread Massimo Canonico
Ok just to be precise: I can successfully run: - (from host) sudo xm list - (from frontend) ssh minicloud sudo xm list The problem was this one: - (from host) xm list #WITHOUT sudo So, can I consider this host configuration ok? Thanks, M On 06/11/2012 02:57 PM, Carlos Martín Sánchez wrote: Y

Re: [one-users] "onevm create" fails

2012-06-11 Thread Carlos Martín Sánchez
Hi, oned.log should contain the error message, it will be marked as [E]. You also have the individual VM log file in /var/log/one/.log or $ONE_LOCATION/var/datastores/0//vm.log Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.

Re: [one-users] Not able to ssh to Virtual Address of VM

2012-06-11 Thread Carlos Martín Sánchez
Hi, The VM needs to have the contextualization scripts configured to be run at start-up. The important one is vmcontext, it reads the MAC address and sets the IP from it: the assigned IP 10.112.10.37 is 0a:70:0a:25 in hexadecimal. The CONTEXT section in the VM template is completely optional, it

Re: [one-users] xen and oneadmin@host

2012-06-11 Thread Carlos Martín Sánchez
Yes, you need to configure the host. See: http://opennebula.org/documentation:rel3.4:xeng#configuration Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula

Re: [one-users] Not able to ssh to Virtual Address of VM

2012-06-11 Thread ankit anand
Hello All/Davood I have set iup the contextualization parameters and my vm template loks like: CONTEXT=[ FILES="~/vm_context/init.sh ~/vm_context/id_rsa.pub", HOSTNAME="cloud", PUBLIC_IP="10.112.10.35", TARGET="hdb", USERNAME="oneadmin" ] Contextualization is used to pass parameters to

users@lists.opennebula.org

2012-06-11 Thread Tino Vazquez
Hi, The reason behind the VM representation (which is the OCA representation of a VM) in the script shows 0 in both cpu and mem is because libvirt doesn't provide it. Regards, -Tino -- Constantino Vázquez Blanco, MSc Project Engineer OpenNebula - The Open-Source Solution for Data Center Virtual

[one-users] "onevm create" fails

2012-06-11 Thread Massimo Canonico
Hi, I was trying to make a simple ttylinux working on my opennebula installation. I have downloaded the ttylinux xen image frome here: http://www.suse.de/~garloff/linux/xen/images/ttylinux/ then I have create two file, in order to add this image in the openenbula installation, image.one: NAM