[one-users] OCCI Documentation

2012-02-03 Thread Hutson Betts
Please update OCCI documentation for OpenNebula v1.4 through v3.2. In the OpenNebula OCCI Specification 3.2 document (And for all other versions): Please update the "The Compute Resource" section to include all states that a VM can be in: INIT PENDING HOLD ACTIVE STOPPED SUSPENDED DONE FAI

[one-users] Error Messages

2012-02-03 Thread Hutson Betts
I have a VM that continuously fails to deploy. However, that is not my problem. The problem is that when I execute "onevm show [VMID]" for that VM, I receive a list of errors in the form of: ERROR=[ MESSAGE="Error deploying virtual machine: Could not create domain from /var/lib/one//51/images/de

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
Hi, all, here's an update on this problem. After the upgrade to 3.2.1 our econe-server is very slow to give back a list of all running VMs. Our SSL proxy was configured with a time out of 2min which is reached if a user has O(300-400) VMs in the system. Increasing this timeout in apache did he

Re: [one-users] Installation of OpenNebula 3.2 on Ubuntu OS

2012-02-03 Thread Poul Kristensen
Hi, How could this happen? A column is missing. " SQL command was: SELECT oid, body FROM host_pool WHERE state != 4 ORDER BY last_mon_time ASC LIMIT 15, error: no such column: body " from the oned.log Thanks Poul 2012/2/2 Poul Kristensen : > Hi, > > Thanks to for your suggestions. > I chose t

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
Hi, Daniel, Are you running ruby 1.9 in your server? No, we are running on SLC6 (compatible to RHEL6) [root@oneadmin02 ~]# ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] Try applying this patch and installing the nokogiri gem: http://dev.opennebula.org/projects/opennebu

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Daniel Molina
On 3 February 2012 13:08, Ulrich Schwickerath wrote: > Hi, Daniel, > > the problem I'm facing is a bit different from what you describe. For > example, I have one user who as one VM only. For him the setup works: > > [uschwick@lxadm11 private]$ time euca-describe-instances | wc -l > 2 > > real    

Re: [one-users] onehost list showing stat err

2012-02-03 Thread Carlos Martín Sánchez
Hi, If you had another oned process, you should look for the scheduler daemon as well, mm_sched. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open Source Toolkit for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
Hi, Daniel, the problem I'm facing is a bit different from what you describe. For example, I have one user who as one VM only. For him the setup works: [uschwick@lxadm11 private]$ time euca-describe-instances | wc -l 2 real0m0.614s user0m0.136s sys 0m0.042s If I switch to my othe

Re: [one-users] vm is in unknown state(Centos 5.5, OpenNebula 2.0)

2012-02-03 Thread Carlos Martín Sánchez
Hi, OpenNebula sets the unk. state because the deployment succeeded, but the monitorization didn't. The first thing you should check is if the VM is actually running in your host. I suggest you to upgrade to the latest 3.2.1 version. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - Th

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Daniel Molina
On 3 February 2012 11:57, Daniel Molina wrote: > On 3 February 2012 11:30, Ulrich Schwickerath > wrote: >> Hi, Daniel, >> >> thanks a lot for the help on this. The problem with the ssl proxy was that I >> was missing an extra / at the end of the ssl_server directive. So one needs >> >> :ssl_serve

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Daniel Molina
On 3 February 2012 11:30, Ulrich Schwickerath wrote: > Hi, Daniel, > > thanks a lot for the help on this. The problem with the ssl proxy was that I > was missing an extra / at the end of the ssl_server directive. So one needs > > :ssl_server: https://cloud.opennebula.org/ > > rather than > > :ssl_

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
Hi, Daniel, thanks a lot for the help on this. The problem with the ssl proxy was that I was missing an extra / at the end of the ssl_server directive. So one needs :ssl_server: https://cloud.opennebula.org/ rather than :ssl_server: https://cloud.opennebula.org else I get authentication er

[one-users] how to get accounting per user

2012-02-03 Thread Olivier Sallou
Hi, I wonder how to have accounting per user? watchclient class provide host and vm stats, but I do not see an method in Ruby API to query accouting on a (all) user. Thanks Olivier -- gpg key id: 4096R/326D8438 (pgp.mit.edu) Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 843

Re: [one-users] onehost list showing stat err

2012-02-03 Thread Sajith Kalathingal
Sorry it was my error. I was using a cloned virtual machine. Which had another oned running in it. I stopped the daemon and it worked. From: Sajith Kalathingal To: Opennebula Sent: Thursday, 2 February 2012 5:41 PM Subject: onehost list showing stat err I

[one-users] one 3.2 : accouting ruby error

2012-02-03 Thread Olivier Sallou
Hi, I upgrade one to 3.2 using deb package. I tried the accounting test available on web site but I have errors: 1) I had to add require 'rubygems' , else json is not found. 2) I have a undefined method error: oneadmin@genokvm4:~$ ruby /tmp/test.rb /tmp/test.rb:30: undefined method `host_monit

[one-users] multiple image repositories

2012-02-03 Thread João Pagaime
Hello users, I would like opennebula front-end to use multiple NFS image repositories What's the propper way of doing this? one way seems to be: - create the image - move it to the desired location - do a "oneimage update " to change the SOURCE variable to the new location I'm using CentOS-