Re: [one-users] Unable to Stop Running VM

2011-05-06 Thread Neumann, Steffen
Hi, we also had that behaviour with NFS4 on ubuntu 11.04, and rpc.idmapd was not running because we had /var on a different partition than / and idmapd wanted to store stuff in the not-yet-mounted /var. Solution is a single filesystem for / and /var. Is that the case in your setup ? Yours, Steff

[one-users] Reminder: OpenNebula IRC Session

2011-05-06 Thread Daniel Molina
Hi all, I would like to remember that the first OpenNebula IRC session will take place next Monday. Monday, 9 May 2011, 15:00 UTC For more information: http://www.opennebula.org/community:events Regards -- Daniel Molina, Cloud Technology Engineer/

Re: [one-users] Problems using OpenNebula EC2 interface

2011-05-06 Thread Lars Kellogg-Stedman
> I think the best solution would be to change the econe client > implementation to use the sha1 password, therefore the EC2_SECRET_KEY > can be used in the same way for the three clients. The priority is CLI >> ENV > ONE_AUTH Sounds good to me! -- Lars Kellogg-Stedman Senior Technologist Harva

Re: [one-users] onevmware register error

2011-05-06 Thread Tino Vazquez
Hi Antoni, Not sure if VMware server disks are a little bit different. If the following works: onevmware register --disk-vmdk /srv/cloud/one/var/vmUbuntu2/vmUbuntu-copy.vmdk --disk-flat /etc/hosts vmUbuntu.one and the VM boots properly from that image, then we'll make the flat disk optional to s

Re: [one-users] Unable to Stop Running VM

2011-05-06 Thread Tino Vazquez
Hi, This may be of use: http://ubuntuforums.org/archive/index.php/t-1598588.html Regards, -Tino -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.org | @tinova79 On Fri, May 6, 2011 at 3:19 PM, Koushik Annapureddy wrote: > changing ownership of `xyz': Invalid ar

Re: [one-users] Unable to Stop Running VM

2011-05-06 Thread Koushik Annapureddy
Hello All, I found that issue for "stop" command is that chown command in NFS is not working . Node is not able to perform chown operation on checkpoint file i.e (for example) /srv/cloud/one/var//12/images/checkpoint. Here is the detailed information about my NFS setup configuration details and

Re: [one-users] OCCI version

2011-05-06 Thread Gian Uberto Lauri
> "ZAS" == Zeeshan Ali Shah writes: ZAS> Actually i am writing for venus_c a connecter/wrapper of OCCI-OVF ZAS> using Plain OCCI of Opennebula .. Was not it OCA that to use in OpenNebula ? Wrapper for wrapper OCA allows a closer translation ... -- ing. Gian Uberto Lauri Ricercatore / Reasea

Re: [one-users] Command execution fail: 'if [ -x "" ]; then Creating; else exit 42; fi'

2011-05-06 Thread knawnd
Indeed the problem was in wrong returning value of deploy script. Fixed now. Thanks a lot, Tino! Tino Vazquez wrote on 06/05/11 14:49: Hi, The cancel script expects the deploy_id (which is not the vm_id, but rather the identifier of the VM in the hypervisor). Please check you deploy script, it

Re: [one-users] OCCI version

2011-05-06 Thread Zeeshan Ali Shah
Actually i am writing for venus_c a connecter/wrapper of OCCI-OVF using Plain OCCI of Opennebula .. Zeeshan On Fri, May 6, 2011 at 12:56 PM, wrote: > Hi Zeeshan, > > work is already in progress regarding OVF and OCCI. For more information > ask on the OCCI WG Mailinglist. > > Cheers, > Florian

Re: [one-users] Beginner questions: Opennebula 2.2.1

2011-05-06 Thread Tino Vazquez
Hi, It is not atomic, and in fact is asynchronous. There are various save and save_as choices (take a look in the documentation). If you are using NFS with a persistant image, you can bump into this sort of situations, so special care must be taken with this kind of VMs. Regards, -Tino -- Const

Re: [one-users] OCCI version

2011-05-06 Thread florian.feldhaus
Hi Zeeshan, work is already in progress regarding OVF and OCCI. For more information ask on the OCCI WG Mailinglist. Cheers, Florian Am 06.05.11 11:57 schrieb "Zeeshan Ali Shah" unter : >Just a small query, OCCI does provide COMPUTE element right ? do you see >any use of wrapping OVF under OCC

[one-users] 回复: problem with ebtables-xen OpenNebula

2011-05-06 Thread 高建平
Hi, thanks for you repply , I have changed those commnd to full path in the ebtables-xen script , but it did not work. the following is my script : #!/usr/bin/env ruby # -- # # Copyright 2002-2009,

Re: [one-users] Command execution fail: 'if [ -x "" ]; then Creating; else exit 42; fi'

2011-05-06 Thread Tino Vazquez
Hi, The cancel script expects the deploy_id (which is not the vm_id, but rather the identifier of the VM in the hypervisor). Please check you deploy script, it should return the deploy_id and now it is probably returning "Creating". You can check this deploy_id in the VM template as well. Regards

Re: [one-users] Beginner questions: Opennebula 2.2.1

2011-05-06 Thread Steffen Neumann
Hi, one add-on question: On Fri, 2011-05-06 at 12:15 +0200, Tino Vazquez wrote: ... > Shutdown represents a more clean approach, the VM is cleanly > shut down, and the image saved if marked so. Is that atomic ? Or under file locking control ? If I have some place, say /srv/could/goldenimage/ub

[one-users] opennebula.org is down

2011-05-06 Thread Jaime Melis
Hi, opennebula.org is down because of an outage in Linod, our host provider. See this [1] link for more info on the outage: [1] http://status.linode.com/2011/05/outage-in-fremont-facility.html Regards, Jaime -- Jaime Melis, Cloud Technology Engineer/Researcher Major Contributor OpenNebula - T

Re: [one-users] problem with ebtables-xen OpenNebula

2011-05-06 Thread Jaime Melis
Hi, change lines 54 and 55 of ebtables-xen script to reflect the full path of the xm binary (typically /usr/sbin/xm). I suggest you migrate to OpenNebula 2.2 regards, Jaime 2011/5/6 高建平 <13810416...@qq.com> > Dear > > I have some problem when I using ebtables to isolate vlans. My > OpenN

Re: [one-users] problem with ebtables-xen OpenNebula

2011-05-06 Thread Jaime Melis
Hi, change lines 54 and 55 of ebtables-xen script to reflect the full path of the xm executable (typically /usr/sbin/xm). I suggest you migrate to OpenNebula 2.2 cheers, Jaime 2011/5/6 高建平 <13810416...@qq.com> > Dear > > I have some problem when I using ebtables to isolate vlans. My > O

Re: [one-users] Beginner questions: Opennebula 2.2.1

2011-05-06 Thread Tino Vazquez
Hi Peter, On Wed, May 4, 2011 at 7:42 AM, Peter Farič wrote: > Hi, > > > I'm mostly using the CLI, but through Sunstone I can explain it best. > > In Sunstone when you shutdown a VM, then the VM entry disappears. If I want > to run the same VM later I have to go through the same process of creat

Re: [one-users] Errors in tm_clone.sh for NFS hosts

2011-05-06 Thread Tino Vazquez
Hi Richard, Did you set the VM_DIR variable? Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Tue, Apr 19, 2011 at 3:58 PM, Whiffen, Richard wrote: > > This is looking more and more

Re: [one-users] OCCI version

2011-05-06 Thread Zeeshan Ali Shah
Just a small query, OCCI does provide COMPUTE element right ? do you see any use of wrapping OVF under OCCI ? Zeeshan On Fri, May 6, 2011 at 11:54 AM, wrote: > Hello Zeeshan, > > in OpenNebula currently only version 1.0 is supported, but we started > development for OCCI 1.1. An official annou

Re: [one-users] OCCI version

2011-05-06 Thread florian.feldhaus
Hello Zeeshan, in OpenNebula currently only version 1.0 is supported, but we started development for OCCI 1.1. An official announcement of the project as OpenNebula Ecosystem project is planned for next week. We still need to tidy up a bit and add some usage notes. The Sourcecode can be found at:

[one-users] OCCI version

2011-05-06 Thread Zeeshan Ali Shah
It seems that OCCI new spec has been released .. the current Impl of OCCI under ONE is according this spec or old one ? http://occi-wg.org/about/specification/ -- -- Regards Zeeshan Ali Shah System Administrator PDC-Center for High Performance Computing CSC School of Computer Science and Comm

Re: [one-users] having a problem when shut down a VM

2011-05-06 Thread Carlos Martín Sánchez
Hi, >From the libvirt doc. [1]: ACPI is useful for power management, for example, with KVM guests it is required for graceful shutdown to work. If you set ACPI = YES, then your VM should have the ACPI daemon running and be configured to shutdown with the ACPI signal . For instance, I think Ubuntu

Re: [one-users] Problems using OpenNebula EC2 interface

2011-05-06 Thread Daniel Molina
Hi Lars, I think the best solution would be to change the econe client implementation to use the sha1 password, therefore the EC2_SECRET_KEY can be used in the same way for the three clients. The priority is CLI > ENV > ONE_AUTH I have opened a ticket regarding this issue to include it in the nex

[one-users] problem with ebtables-xen OpenNebula

2011-05-06 Thread 高建平
Dear I have some problem when I using ebtables to isolate vlans. My OpenNebula version is 1.4,and i'm using Xen(3.0.3) and centos(5.4;nodes os). and I have done sone configuration according to Private Cloud Computing with OpenNebula 1.4 document: 1. install ebtables and configur

Re: [one-users] sunstone configuration issues

2011-05-06 Thread Héctor Sanjuán
Hi, > 1. The server is listening for localhost connections only. > Is there any way we can change it to listen for > different address and on different port number? As Peter pointed out: "sunstone-server -H X.X.X.X -p start" should work. It could be that you were placing this parametres af