Re: [one-users] Users Digest, Vol 37, Issue 79

2011-03-28 Thread Madhurranjan Mohaan
Thanks for the suggestion. Indeed worked. The logs basically showed that i had a typo in the conf file ... instead of x86_64 , I had x86_84. -- Message: 1 Date: Sun, 27 Mar 2011 13:13:54 +0530 From: Madhurranjan Mohaan

Re: [one-users] what's the exact meaning of CPU in vm template file?

2011-03-28 Thread Carlos Martín Sánchez
Hi Xie, Both are true for Xen, for other hypervisors only 1 applies. Regarding 1, the VM won't be deployed by the scheduler, but you can still force the deployment manually using 'onevm deploy'. Regards, Carlos. -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source

Re: [one-users] scheduler deploy problem

2011-03-28 Thread antoni artigues
Hello I'm trying to apply the patch, but I obtain this error: Mon Mar 28 13:29:09 2011 [InM][I]: STDERR follows. Mon Mar 28 13:29:09 2011 [InM][I]: ./vmware.rb:2:in `require': no such file to load -- OpenNebula (LoadError) I have attached the vmware.rb modified Thanks in advance Antoni

Re: [one-users] scheduler deploy problem

2011-03-28 Thread Tino Vazquez
Hi, Please try adding the following after the first line of vmware.rb: -- ONE_LOCATION=ENV[ONE_LOCATION] if !ONE_LOCATION RUBY_LIB_LOCATION=/usr/lib/one/ruby else RUBY_LIB_LOCATION=ONE_LOCATION+/lib/ruby end $: RUBY_LIB_LOCATION -- If this works, I will add it to the next vmware

Re: [one-users] scheduler deploy problem

2011-03-28 Thread antoni artigues
Hi, No, I have added this lines but the error is still appearing: Mon Mar 28 15:00:02 2011 [InM][I]: Command execution fail: /srv/cloud/one/lib/remotes/im/run_probes vmware oscarnode7 Mon Mar 28 15:00:02 2011 [InM][I]: STDERR follows. Mon Mar 28 15:00:02 2011 [InM][I]:

Re: [one-users] scheduler deploy problem

2011-03-28 Thread Tino Vazquez
Hi, Could you send through the modified vmware.lib? Regards, -Tino -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.org | @tinova79 On Mon, Mar 28, 2011 at 3:18 PM, antoni artigues tartig...@iac3.eu wrote: Hi, No, I have added this lines but the error is

Re: [one-users] OCCI interface - VM template - define target

2011-03-28 Thread Daniel Molina
Hi, There is a variable called DEFAULT_DEVICE_PREFIX inside the oned.conf file, where you can define sd instead of hd. You must restart ONE for the new value to take effect. On the other hand, you can also modify the common.erb file inside the $ONE_LOCATION/etc/occi_templates to force the disk

Re: [one-users] Contextualization variables

2011-03-28 Thread Shantanu Pavgi
I think we can use all variables defined in VM template file, vnet definition file and any other user defined variables. This gives us flexibility in writing our post-deploy scripts. Typically I have used script files that run post-deploy steps like hostname config, firewall config etc in the

[one-users] Virtual networks by static leases.

2011-03-28 Thread benpro
Hi there, To manage our virtual network, we use a DHCP with static leases specified in our network template, like : NAME = Réseau local 192.168.0.0/24 ( à partir de 100) TYPE = FIXED BRIDGE = LAN PUBLIC = NO LEASES = [IP=192.168.0.110, MAC=50:20:20:20:20:20] LEASES = [IP=192.168.0.111,

Re: [one-users] user permissions on vnet

2011-03-28 Thread Daniel Molina
Hi, You can use the auth module [1,2] to disable the VNet creation for users different from oneadmin. Furthermore, we are developing a new feature to mange user groups. You will be able to set roles for different users and even customize your Sunstone to add or remove functionality for these

[one-users] VMware monitoring and free memory available.

2011-03-28 Thread benpro
Hi there, If I do a onehost list, FMEM is at 0. So I'm investing, where ONE detect the free memory available ? I see in $ONE_LOCATION/lib/remotes/im/vmware.d/vmware.rb that this ruby script detect only the physical resource, and it use this virsh command nodeinfo. To get the free memory

Re: [one-users] VMware monitoring and free memory available.

2011-03-28 Thread Tino Vazquez
Hi, The issue here, AFAIK, is that the free memory reporting is not supported by libvirt for ESX. We have a patch to alleviate this [1]. Regards, -Tino [1] http://dev.opennebula.org/issues/481 -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer /

[one-users] OpenNebula with VMware ESXi

2011-03-28 Thread Shantanu Pavgi
Does OpenNebula work with free (without commercial vCenter license) VMware ESXi? Does it need vCenter server or any other commercial VMware product to work with the ESXi hypervisor? -- Shantanu. ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] OpenNebula with VMware ESXi

2011-03-28 Thread Shantanu Pavgi
That's helpful. Thanks for the reply. -- Shantanu. On Mar 28, 2011, at 2:36 PM, benpro wrote: Well OpenNebula works great with ESXi when your product is in demo mode (60 days). If you register your products with free license, OpenNebula can't work due to lack of remote commands in free

[one-users] OpenNebula 2.2 (Codename Cat’s Eye) Released!

2011-03-28 Thread Ignacio M. Llorente
Dear OpenNebula community, This is the official announcement of the new stable release of the OpenNebula toolkit. OpenNebula 2.2.0 is targeted at production environments. Clouds running any OpenNebula 2.0 version are recommended to upgrade to this new version. This release is backward compatible

[one-users] About call one.image.allocate of xml-rpc API question

2011-03-28 Thread liudewei
Hi,All When I call one.image.allocate of xml-rpc API ,the new image file can't be created . but,oneimage register is no problem! oneimage list command ,the following: 35 oneadmin 0328_mkImg_1 OS Mar 28, 2011 02:12 Yes No disa 0 oneimage show 35, the f IMAGE INFORMATION

[one-users] Vitrual Machine always pend state after created

2011-03-28 Thread liudewei
Hi, Vitrual Machine always pend state after created ID USER NAME STAT CPU MEMHOSTNAMETIME 24 oneadmin BCI0 pend 0 0K 00 00:24:59 2011-03-29 liudewei

[one-users] Vitrual Machine always pend state after created

2011-03-28 Thread liudewei
Hi, Vitrual Machine always pend state after created ID USER NAME STAT CPU MEMHOSTNAMETIME 24 oneadmin BCI0 pend 0 0K 00 00:24:59 oned.log below: Tue Mar 29 10:01:36 2011 [InM][I]: Monitoring host master (0) Tue Mar 29 10:01:36 2011