[one-users] Setting up private networks for VM

2011-04-04 Thread Prakhar Srivastava
Hi, I wanted to set up private networks for VMs in my opennebula setup. Is it necessary to have two physical NICs on the cluster nodes for setting private networks. If yes, is there any alternative to it so that I can use my VMs using their private IPs. Regards, Prakhar

[one-users] VM remain boot status.

2011-04-04 Thread Khoa Nguyen
Hj all. First time , when i deploy VM on host. It changes the status from pending to running. Then I create the second VM but it remain boot status. I don't know why. Anybody know? Help me. Thank you in advance. -- Nguyễn Vũ Văn Khoa Đại học Khoa Học Tự Nhiên TP HCM

[one-users] OpenNebula multi-instance issue

2011-04-04 Thread JOSE MANUEL LOPEZ LOPEZ
Hi all I know this is not the regular setup of OpenNebula, but given a cluster, I wonder whether OpenNebula can be installed on every host of the cluster, with each OpenNebula deploying VMs on the same cluster at the same time. And related to that: Can OpenNebula feature real High

[one-users] sunstone sinatra error

2011-04-04 Thread Patricia Santos Marco
Hello! I am trying to run sunstone, and I have found this error: /usr/lib/one/sunstone/sunstone-server.rb:23:in `require': no such file to load -- sinatra (LoadError) from /usr/lib/one/sunstone/sunstone-server.rb:23:in `top (required)' from /usr/lib/one/sunstone/config.ru:24:in

Re: [one-users] New User: Problem with onevm creation

2011-04-04 Thread Oscar Elfving
Hi, I am also experiencing the same challenge in 2.2 RC1. I commented out fix_dst_path in /usr/lib/one/tm_commands/nfs/tm_ln.sh and that fixed it so that it created the links in the right directory (/srv/cloud) on the kvm nodes. Best regards, Oscar Elfving On Fri, Mar 18, 2011 at 10:44 AM, Tino

Re: [one-users] Setting up private networks for VM

2011-04-04 Thread Prakhar Srivastava
Hi, By private networks, I mean the virtual network created by opennebula onevnet utility. Consider the scenario where I have 4 VMs running in my opennebula cloud setup. All of them has a public IP (allocated from a virtual network created by using onevnet utility) thats accessible from my

Re: [one-users] VM remain boot status.

2011-04-04 Thread Prakhar Srivastava
Hi, Could you please provide the log files : oned.log and virtual machine (that did not pass the boot state) log file. You can find them in /var/log/one directory. Regards, Prakhar On Mon, Apr 4, 2011 at 1:24 PM, Khoa Nguyen vankhoa...@gmail.com wrote: Hj all. First time , when i deploy VM on

Re: [one-users] sunstone sinatra error

2011-04-04 Thread Giovanni Toraldo
Il 04/04/2011 12:21, Patricia Santos Marco ha scritto: ruby 1.9.1p376 rubygem-sinatra-1.0-2.el5.noarch rack-1.2.2 thin-1.2.11 Keep in mind that you should not mix manually installed ruby gems with system supplied ruby packages, they have different include paths. You should probably remove

[one-users] Java OCA: poor choiche of Exception class

2011-04-04 Thread Gian Uberto Lauri
Hello, I just started to use OCA and immediately had the bad surprise to find an Exception thrown by Client class instantiation. Peeking in the code, I discovered that the Client class throws it when it does not find two mandatory resources, the $ONE_AUTH file and the SHA-1 algorithm. In my

Re: [one-users] Java OCA: poor choiche of Exception class

2011-04-04 Thread Gian Uberto Lauri
CC == Gian Uberto Lauri sa...@eng.it writes: CC Hello, I just started to use OCA and immediately had the bad CC surprise to find an Exception thrown by Client class CC instantiation. One thing I forgot in the previous message: I know people in Apache Software Foundation do such raw

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Zeeshan Ali Shah
But I dont have any REQUIREMENT section my vm template like this (Any idea) cat basecentos.one NAME = zashah CPU= 1 MEMORY = 512 # --- kernel boot device --- OS = [ bootloader = /usr/bin/pygrub ] # --- 1 disk --- DISK = [ image = basecentos55, target = xvda, clone =

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Zeeshan Ali Shah
and in create it said like this Mon Apr 4 13:14:47 2011 [HOST][D]: Discovered Hosts (enabled): 3 4 6 7 8 9 10 11 12 13 15 19 Mon Apr 4 13:14:47 2011 [VM][D]: Pending virtual machines : 89 Mon Apr 4 13:14:47 2011 [RANK][W]: No rank defined for VM Mon Apr 4 13:14:47 2011 [SCHED][I]: Select

Re: [one-users] mysql support not compiled ?

2011-04-04 Thread Prakhar Srivastava
Hi, You will need the mysql C++ development library package installed for mysql support to be compiled with opennebula.You can install it from any standard repository depending upon the linux distribution you are working on. Regards, Prakhar On Mon, Apr 4, 2011 at 5:45 PM, Zeeshan Ali Shah

Re: [one-users] sunstone sinatra error

2011-04-04 Thread Giovanni Toraldo
Il 04/04/2011 14:10, Patricia Santos Marco ha scritto: and when I run sunstone-server there aren't errors, but I don't see anyting in the web browser in port : https://myserver:4567| launch with -H ip sunstone by default listen on localhost only. -- Giovanni Toraldo http://gionn.net/

Re: [one-users] Host hooks aren't triggered

2011-04-04 Thread Tino Vazquez
Hi Zaina, Is that after the vms.info line? Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Sat, Apr 2, 2011 at 12:22 PM, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi Tino,

Re: [one-users] Can opennebula use the image created for Eucalyptus ?

2011-04-04 Thread Daniel Molina
Hi, FYI we are developing a new tool for managing Image Catalogs. This new tool will allow you to import and contextualize external images into OpenNebula. Moreover, you will be able to define the kind of contextualization for a given Image, choosing between the classic OpenNebula

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Daniel Molina
Hi, The maximum free memory in your hosts is 383M ID NAME CLUSTER RVM TCPU FCPU ACPUTMEMFMEM STAT 3 nebula1 default0200200200 8G383M on and you are asking for 512M MEMORY = 512 Regards. On 4 April 2011 13:12, Zeeshan Ali

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Zeeshan Ali Shah
Actually even after it i.e. adding more host it stuck the problem i found was that I was mentioning CPU=1 .. when i commented out it works.. can you briefly explain it ? CPU = 1 means ? /Zee On Mon, Apr 4, 2011 at 3:36 PM, Daniel Molina dmol...@opennebula.orgwrote: Hi, The maximum free

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Daniel Molina
Hi, Would you mind to try changing the Requirements statement to: REQUIREMENTS = HOSTNAME=obelix20 Regards On 2 April 2011 20:56, Upendra Sharma upend...@hotmail.com wrote: Hi Tino, something similar is happening to me as well. the VM template looks is shown below. vm template

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Zeeshan Ali Shah
it is working if i omit CPU= in vm template .. but can u briefly explain if CPU= in percentage ? right ? Zeeshan On Mon, Apr 4, 2011 at 3:58 PM, Daniel Molina dmol...@opennebula.orgwrote: Hi, Would you mind to try changing the Requirements statement to: REQUIREMENTS = HOSTNAME=obelix20

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Daniel Molina
You can check it here: http://opennebula.org/documentation:rel2.2:template On 4 April 2011 16:13, Zeeshan Ali Shah zas...@pdc.kth.se wrote: it is working if i omit CPU= in vm template .. but can u briefly explain if CPU= in percentage ?  right ? Zeeshan On Mon, Apr 4, 2011 at 3:58 PM,

Re: [one-users] VM creation stuck in pending state

2011-04-04 Thread Zeeshan Ali Shah
so 1 mean full cpus if it has 4 CPUs this mean VM want all CPUS i.e. 4 ? On Mon, Apr 4, 2011 at 4:16 PM, Daniel Molina dmol...@opennebula.orgwrote: You can check it here: http://opennebula.org/documentation:rel2.2:template On 4 April 2011 16:13, Zeeshan Ali Shah zas...@pdc.kth.se wrote: it

Re: [one-users] onevm creta VGA problem

2011-04-04 Thread Idafen Santana Pérez
No ideas? Sorry for insist, but it is driving me crazy and I've found no clue about the problem here. I changed my libvirt debug level to 1, so now it shows more detailed information. Hope it helps: Mon Apr 4 18:13:16 2011 [VMM][D]: Message received: LOG - 11 Command execution fail: 'if [ -x

Re: [one-users] sunstone sinatra error

2011-04-04 Thread Patricia Santos Marco
Thanks!! Now, I have other error when I run: /usr/bin/sunstone-server -H myserver start /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:572:in `start_tcp_server': no acceptor (RuntimeError) from

[one-users] Sunstone Gui not starting up

2011-04-04 Thread Madhurranjan Mohaan
Hi Experts, I installed as per the guidelines and tested a couple of hello world scripts with sinatra and its working fine. However, when I start it with open nebula , I am unable to see the screen loading up. I initially hit the error ( running 1.8.6 ruby )