Re: [one-users] iSCSI multipath

2013-01-30 Thread Marlok Tamás
Hi, We have a custom datastore, and transfer manager driver, which runs the lvchange command when it is needed. In order to work, you have to enable it in oned.conf. for example: DATASTORE_MAD = [ executable = one_datastore, arguments = -t 10 -d fs,vmware,iscsi,lvm,shared_lvm] TM_MAD

Re: [one-users] onehost shows more cpu than i have in my server

2013-01-30 Thread Carlos Martín Sánchez
Hi, The CPU value is taken from the 'virsh nodeinfo' output. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org | @OpenNebulahttp://twitter.com/opennebulacmar...@opennebula.org On Tue,

Re: [one-users] ubuntu-image from marketplace doesn't get an IP

2013-01-30 Thread Javier Fontan
Your VM configuration seems to be ok. Can you check that your machine has a route to access 192.168.122.0/24 associated to virbr0? Alternatively try to access the machine using VNC. Maybe there is a problem with the machine and is unable to start. On Tue, Jan 29, 2013 at 4:24 PM, Marco

[one-users] (no subject)

2013-01-30 Thread rajesh kannan
hi guys i want to know how to install application on virtual machine suppose if i want to run calculator application on virtual machine... what i have to do? ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] ubuntu-image from marketplace doesn't get an IP

2013-01-30 Thread Marco Jagodzinska
For VNC-Access I have to put the following into ubuntu.one? GRAPHICS = [ type= vnc, listen = 1.2.3.4, port= 5902 ] How can I check if my machine has a route to access 192.168.122.0/24 associated to virbr0? (I can't login into this machine) And btw: is there a possibility to

Re: [one-users] iSCSI multipath

2013-01-30 Thread Miloš Kozák
Hi, thank you. I checked source codes and I found it is very similar to LVM TM/Datastore drivers which is facilitated in ONE already only you added lvchange -ay DEV. Do you run CLVM along that or not? I worry about parallel changes of LVM metadata which might destroy them. From sequential

Re: [one-users] iSCSI multipath

2013-01-30 Thread Marlok Tamás
Hi, We are running it without CLVM. If you examine the ONE/lvm driver (the tm/clone script for example), you can see, that the lvcreate command runs on the destination host. In the shared LVM driver, all the LVM commands are running on the frontend, hence there is no possibility of parralel

Re: [one-users] ubuntu-image from marketplace doesn't get an IP

2013-01-30 Thread Marco Jagodzinska
Thanks for your great tip! I installed noVNC and add this to ubuntu.one: GRAPHICS = [ type= vnc, listen = 0.0.0.0, port= 5902 ] Now I'm able to view whats wrong with the VM. It's stuck with the message: This kernel requires an x86-64 CPU, but only detected an i686 CPU. I'm

Re: [one-users] ubuntu-image from marketplace doesn't get an IP

2013-01-30 Thread Duverne, Cyrille
Hello, You have to add the Arch flag in your template, here below an example :OS = [ARCH = X86_64] Hope this will help you, Kind regards CyD Mercredi 30/01/2013 à 14:50 Marco Jagodzinska a écrit: Thanks for your great tip! I installed noVNC and add this to ubuntu.one: GRAPHICS = [   type   

Re: [one-users] ubuntu-image from marketplace doesn't get an IP

2013-01-30 Thread Marco Jagodzinska
Now it's working! Thank you all for your great support, you're the best :) Am 30.01.2013 14:54, schrieb Duverne, Cyrille: Hello, You have to add the Arch flag in your template, here below an example : *OS = [ARCH= x86_64]* Hope this will help you, Kind regards CyD Mercredi