[one-users] usermod libvirtd start -·-error-·-

2011-05-03 Thread Marco Mirabile
root@laptop:~# usermod -a -G libvirtd oneadmin root@laptop:~# usermod -a -G kvm oneadmin root@laptop:~# usermod libvirtd start usermod: user 'start' does not exist root@laptop:~# Does OpenNebula requires libivrt running? How do I start libvirt? ___ Users

Re: [one-users] usermod libvirtd start -·-error-·-

2011-05-03 Thread Gian Uberto Lauri
> "MM" == Marco Mirabile writes: MM> usermod libvirtd start usermod: user 'start' does not exist Issuing the command 'man usermod' you can access the manpage for usermod and learn that usermod just changes the 'account files' (in this case /etc/groups). MM> Does OpenNebula requires

[one-users] vmware deploy error: raw driver

2011-05-03 Thread antoni artigues
Hello I'm using the last version of opennebula and vmware drivers addon. My image description is: -- ME="vmUbuntu" VCPU = 1 MEMORY = 1024 OS = [ ARCH = "x86_64" ] DISK=[IMAGE="vmUbuntu", TARGET="sda", BUS="scsi"] NIC=[NETWORK="vmware LAN bridge

Re: [one-users] RPCXML response problem

2011-05-03 Thread Carlos Martín Sánchez
Hi all, For questions about the Apache XML-RPC library, please visit their site. http://ws.apache.org/xmlrpc/ Regards. -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | cmar...@opennebula.org

[one-users] Beginner questions: Opennebula 2.2.1

2011-05-03 Thread Peter Farič
Hi! I'm experimenting with opennebula 2.2.1 on Centos 5.5 i686. So far I am pleased with the results. I got two KVM nodes and am running two VMs. Since I am a beginner I can't seem to wrap my head around the lifecycle of VMs. I looked at the documentation and the shown lifecycle... When I s

Re: [one-users] vmware deploy error: raw driver

2011-05-03 Thread Tino Vazquez
Hi Antoni, The "raw" value for the disk driver is the default value, hardcoded in the OPenNebula Core VMware driver. This is overridden by: * $ONE_LOCATION/etc/vmm_sh/vmm_sh_vmware.conf * The VM template, DISK section, DRIVER label. Regards, -Tino -- Constantino Vázquez Blanco, MSc OpenNe

Re: [one-users] Error executing "econe-server start"

2011-05-03 Thread Sebastian Neg
The network "Public EC2" is created and i also specified the OpenNebula template in which is based this instance $ econe-run-instances -H -U http://ec2.opennebula:8080 --access-key oneadmin --secret-key oneadmin --type m1.small ami- econe-run-instances: The instance type or feature is not

Re: [one-users] Error executing "econe-server start"

2011-05-03 Thread Daniel Molina
Would you mind to edit the small.erb file and set NIC=[NETWORK_ID=3] instead of NIC=[NETWORK="Public EC2"] specifying the ID of your network. On 3 May 2011 13:16, Sebastian Neg wrote: > The network "Public EC2" is created and i also specified the OpenNebula > template in which is based this in

[one-users] Installation and Configuration Opennebula on Opensuse 11.3

2011-05-03 Thread mahirudin alkhoir
Dear All, I am so sorry if my question is dummy, i am very newbie on opennebula. I have Xen machine that installed on Opensuse 11.3. I want to integrated xen domu with opennebula. But i am stuck after i am installing opennebula. my nebula host ---> 172.17.77.150 my xen machine > 172.17.88.9 w

Re: [one-users] vmware deploy error: raw driver

2011-05-03 Thread antoni artigues
Hi Tino Okey. But in the documentation, for the driver option, It says: "Specific image mapping driver. KVM: raw, qcow2. Xen:tap:aio:, file:. VMware unsupported" So, it's not a supported option for VMware. In my older version of openneula, my deployment.0 don't have the "" line, and this works f

Re: [one-users] vmware deploy error: raw driver

2011-05-03 Thread antoni artigues
Hi I think the problem is in the "LibVirtDriverVMware.cc" file In opennebula 2.0.1 the option is not written to deployment.0 However, in opennebula 2.2 the "LibVirtDriverVMware.cc" contains this new lines: - file << "\t\t\t" << endl; } else

Re: [one-users] vmware deploy error: raw driver

2011-05-03 Thread Tino Vazquez
Hi Antoni, I believe this is a bug in the documentation. Please do try the following: DISK=[IMAGE="vmUbuntu", TARGET="sda", BUS="scsi", DRIVER="file"] If this works, I will update the doc. BTW, what version of ESX are you using? Regards, -Tino -- Constantino Vázquez Blanco, M

Re: [one-users] vmware deploy error: raw driver

2011-05-03 Thread antoni artigues
Hi Tino With the "file" driver we obtain the same error: -- $ /srv/cloud/one/bin/tty_expect -u oneadmin -p oneadmin10 virsh -c gsx://oscarnode9/?no_verify=1 define /srv/cloud/one/var/76/deployment.0 error: Failed to define domain from /srv/cloud/one/var/76/deployment.0 e

Re: [one-users] Changing default -vga parameter given to KVM

2011-05-03 Thread Tino Vazquez
Dear Aaron, KVM support in OpenNebula is based on libvrit. From the libvirt doc: -- The model element has a mandatory type attribute which takes the value "vga", "cirrus", "vmvga", "xen", "vbox", or "qxl" (since 0.8.6) depending on the hypervisor features available. You can also provide the amoun

Re: [one-users] OpenNebula and authorization

2011-05-03 Thread Carlos Martín Sánchez
Hi Lars, The functionality you are describing will be available for the next release. Our first idea is to have a main group and many secondary ones for each user; the rest of the resources will belong only to one group. We'll implement an ACL system to allow fine-tuning of the permissions. If

Re: [one-users] VM image dir not created

2011-05-03 Thread Carlos Martín Sánchez
Hi Michael, Please check if this thread helps: http://www.mail-archive.com/users@lists.opennebula.org/msg00465.html ( http://lists.opennebula.org/htdig.cgi/users-opennebula.org/2010-September/002680.html ) Regards. -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Too

Re: [one-users] Installation and Configuration Opennebula on Opensuse 11.3

2011-05-03 Thread Carlos Martín Sánchez
Hi, Did you check the documentation? http://opennebula.org/documentation:documentation#installation_basic_setup_guide Regards. -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | cmar...@openne

[one-users] filename in image repository

2011-05-03 Thread Shantanu Pavgi
When an image is registered using oneimage command it is copied to IMAGE_REPOSITORY_PATH with a unique filename. How is this filename generated? Any elaboration on this will be really helpful. -- thanks, shantanu. ___ Users mailing list Users@lists.o

Re: [one-users] OpenNebula and authorization

2011-05-03 Thread Lars Kellogg-Stedman
> The functionality you are describing will be available for the next release. We're looking forward to it! > Our first idea is to have a main group and many secondary ones for each > user; the rest of the resources will belong only to one group. > We'll implement an ACL system to allow fine-tuni

Re: [one-users] filename in image repository

2011-05-03 Thread Joey
Hi, The unique image filename is gernerated by the SHA1 digestion of "user_id:image_name", in opennebula when you first call the "one.image.allocate". The user_id is the id of the image owner, image_name is the name of this image in the template. So, when you allocate(or register) an image,

[one-users] Multiple OpenNebula Servers

2011-05-03 Thread Wes Parish
Hello, Is it possible to have multiple OpenNebula servers pointing at the same "pile of hypervisors"? We are trying to create multiple ONE environments for different users (i.e. - ONE server for demos of a stable baseline and separate ONE servers for each developer) that all share the same hy

Re: [one-users] apache for a ssl proxy with econe

2011-05-03 Thread Sebastian Neg
Hi Sebastien, I am also instersted to do a SSL proxy to econe with apache. Have you any documentatio? Thanks Regards -- On Wed, Apr 13, 2011 at 4:12 AM, Steven Timm wrote: > Hi Sebastien--we have this working with pre-release > opennebula 2.2 at Fermilab and have contributed our > patches back

Re: [one-users] filename in image repository

2011-05-03 Thread Shantanu Pavgi
Thanks for the explanation Joey. I updated my OpenNebula install and also started with a new mysql database (essentially fresh install rather than update!). I kept same image repository path after update and it contained image files from previous install. I was getting an error as 'Destination

Re: [one-users] apache for a ssl proxy with econe

2011-05-03 Thread sebastien goasguen
Sure, here is what I have working: econe.conf: - # OpenNebula sever contact information ONE_XMLRPC=http://localhost:2633/RPC2 # Host and port where OCA server will run SERVER=localhost PORT=4567 #SSL Proxy SSL_SERVER=: I did a force redirect in httpd /etc/httpd/conf/httpd.conf

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

2011-05-03 Thread Neumann, Steffen
Hi, I think you understood things correctly, in ONE you create and shutdown instances, and you get new VM IDs for every cycle. So in our HPC setup, we get "fresh" virtual compute nodes with every onevm create. What exactly do you want ? Do you need the changes to be persistent ? yours, Steff

Re: [one-users] Can't start image with kvm from Sunstone

2011-05-03 Thread Ted Hesselroth
My copy from before #511 was fixed. I have built and deployed from the head and it is now writing the deployment file with the "os" wrapper element. Thanks. Héctor Sanjuán wrote: Hi, Is it possible that you are using the Sunstone 2.2 beta? The bug you are describing was fixed for the final 2

[one-users] Unable to Stop Running VM

2011-05-03 Thread Koushik Annapureddy
Hello Everybody, I am able to run Ubuntu 10.04 Ubuntu 64 bit Server from Opennebula. When I gave command " onevm stop vmid ". VM Is still in running state. Can anyone guide me on how to proceed ahead Here is the information from oned.log Tue May 3 22:22:00 2011 [DiM][D]: Stopping VM 39 Tue Ma

[one-users] Shared-NFS - vm creation hangs when NFS connection is lost

2011-05-03 Thread Rangababu Chakravarthula
Using opennebula 1.4 with Shared-NFS on KVM hypervisor . VM_DIR is shared between all the hosts to allow live migration. If for any reason NFS connection is lost and user tries to create a new VM the following opennebula commands hangs and sits there for over. The VM state is in *boot*for ever. *

Re: [one-users] Multiple OpenNebula Servers

2011-05-03 Thread Lars Kellogg-Stedman
> Does anyone have any experience with this type of configuration or is it > even possible with OpenNebula? We were just discussing this model for our use earlier today as a way of working around the lack of a granular authorization model. Our use case is that we want to have some networks only a

[one-users] Problems using OpenNebula EC2 interface

2011-05-03 Thread Lars Kellogg-Stedman
After successfully getting the OCCI clients working with OpenNebula, I've tried getting the EC2 interface to work and I've run into a variety of problems. (1) The OpenNebula tools don't respect the path in EC2_URL. If EC2_URL is set to something like "http://myserver/ec2/";, the OpenNebula EC

Re: [one-users] Shared-NFS - vm creation hangs when NFS connection is lost

2011-05-03 Thread Lars Kellogg-Stedman
> between all the hosts to allow live migration.  If for any reason NFS > connection is lost and user tries to create a new VM the following > opennebula commands hangs and sits there for over. What mount options are you using for the storage? In theory if you mount with '-o soft', processes bloc

[one-users] Problem with login, in OpenNebula - /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load

2011-05-03 Thread Anders Branderud
Hello! I am having problems with login in OpenNebula. This is what I have done. 1.Install Ubuntu 10.04. 2.Install OpenNebula through express installation script. The option with SSH. 3. Install that which is necessary to run SunStone. While being logged in as oneadmin: 4.Execute this command 'cre

Re: [one-users] Multiple OpenNebula Servers

2011-05-03 Thread Ruben S. Montero
Hi, It is not a good idea, the oned/sched daemons assumes exclusive use of the cluster nodes (a.k.a hypervisors). As pointed by Lars you may end with overcommited memory/CPU. My proposal here would be to use clusters. Define a couple of cluster (e.g. demos, production, develop) and assign hypervi

Re: [one-users] Shared-NFS - vm creation hangs when NFS connection is lost

2011-05-03 Thread Rangababu Chakravarthula
Lars Thanks for the quick response. I tried to mount with soft option & without "retrans" option. Still its the same behaviour. The man page says without "retrans" option, it would try 3 times and fail. However, in my case it didn't. Also there is a note with regard to "soft" option *NB: A so-c

Re: [one-users] Shared-NFS - vm creation hangs when NFS connection is lost

2011-05-03 Thread Rangababu Chakravarthula
I take it back. send out that email after waiting for a while but now the client came back with an ERROR and all the processes got cleaned up. But it did take a while before failing. Ranga On Tue, May 3, 2011 at 4:40 PM, Rangababu Chakravarthula wrote: > Lars > > Thanks for the quick response.

Re: [one-users] Problem with login, in OpenNebula - /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load

2011-05-03 Thread Robert Parrott
Try > gem install sequel On Tue, May 3, 2011 at 4:13 PM, Anders Branderud wrote: > Hello! > I am having problems with login in OpenNebula. > > This is what I have done. > 1.Install Ubuntu 10.04. > 2.Install OpenNebula through express installation script. The option with > SSH. > 3. Install that

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

2011-05-03 Thread Daniel Molina
Hi, On 3 May 2011 21:48, Lars Kellogg-Stedman wrote: > After successfully getting the OCCI clients working with OpenNebula, > I've tried getting the EC2 interface to work and I've run into a > variety of problems. > > (1) The OpenNebula tools don't respect the path in EC2_URL. > >    If EC2_URL i

Re: [one-users] Installation and Configuration Opennebula on Opensuse 11.3

2011-05-03 Thread mahirudin alkhoir
i have chechked this guide... and config file oned.conf here iam attached... when i want start # one start You should have ONE_AUTH set the first time you start OpenNebula as it is used to set the credentials for the administrator user. 2011/5/3 Carlos Martín Sánchez > Hi, > > Did you chec

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

2011-05-03 Thread Peter Farič
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 creating the VM like the first time. In the CLI I understand I use the same