Re: [one-users] opennebula and XEN

2012-03-14 Thread Carlos Martín Sánchez
Hi, This [1] may be what you are looking for. Regards [1] http://opennebula.org/documentation:rel3.2:accounting -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula

[one-users] opennebula and XEN

2012-03-12 Thread PRASHANT AKBARI
I tried to setup private cloud in following manner 3 PC cent os 5.7 installed now in front end i have opennebula 2.0 successfully instslled in cluster nodes (2 PCs) i have cent os with XEN how to setup a *meter for usage* of virtual machine on opennebula in some manner i am trying to implement Iaa

[one-users] opennebula and XEN

2012-03-12 Thread PRASHANT AKBARI
I tried to setup private cloud in following manner 3 PC cent os 5.7 installed now in front end i have opennebula 2.0 successfully instslled in cluster nodes (2 PCs) i have cent os with XEN I can run domU on cluster nodes from front end I am trying to do full virtualization HVM I have created ubunt

Re: [one-users] Opennebula and Xen 4.1.0

2011-05-04 Thread Ruben S. Montero
Hi, Yes that's much better thanks ;) Cheers Ruben On Wed, May 4, 2011 at 12:09 PM, Prakhar Srivastava wrote: > Hi, > I was facing a similar issue. It seems that Xen 4.1 doesnt understand > sched-cred but it does understand* sched-credit*. To resolve the issue, I > changed sched-cred to sched-c

Re: [one-users] Opennebula and Xen 4.1.0

2011-05-04 Thread Prakhar Srivastava
Hi, I was facing a similar issue. It seems that Xen 4.1 doesnt understand sched-cred but it does understand* sched-credit*. To resolve the issue, I changed sched-cred to sched-credit in *xenrc* file located at /var/tmp/one/vmm/xen/xenrc on the cluster host where xen 4.1 is installed. Below is the

Re: [one-users] Opennebula and Xen 4.1.0

2011-05-04 Thread Ruben S. Montero
Hi, It seems that it is complaining about not having sched-cred, that it is used to implement the capacity distribution set in OpenNebula (a VM with CPU=0.5, will be assigned a proportional amount of credits so it gets half of the credits of a VM with CPU=1.0) Just edit $ONE_LOCATION/var/lib/remo

Re: [one-users] Opennebula and Xen 4.1.0

2011-05-02 Thread Todd Deshane
On Mon, May 2, 2011 at 9:46 AM, Ruben Diez wrote: > Hi: > > we are have problems with Opennebula and a Xen 4.1.0 > > When we attempt to deploy a machine, the oned.log file says: > [.] > Mon May  2 13:01:24 2011 [LCM][I]: New VM state is BOOT > Mon May  2 13:01:24 2011 [VMM][I]: Generating

[one-users] Opennebula and Xen 4.1.0

2011-05-02 Thread Ruben Diez
Hi: we are have problems with Opennebula and a Xen 4.1.0 When we attempt to deploy a machine, the oned.log file says: [.] Mon May 2 13:01:24 2011 [LCM][I]: New VM state is BOOT Mon May 2 13:01:24 2011 [VMM][I]: Generating deployment file: /srv/cloud/one/var/1095/deployment.0 Mon May

Re: [one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-09 Thread Nelson Mimura Gonzalez
It worked! nel...@front-end:~$ onevm show 21 VID: 21 UID: 0 STATE : ACTIVE LCM STATE : RUNNING DEPLOY ID : one-21 MEMORY : 523008 CPU: 0 LAST POLL : 1284048757 START TIME : 09/09 12:13:36 STOP TIME : 12/31 21:00:00 NET TX

Re: [one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-09 Thread Nelson Mimura Gonzalez
Hm, it would be interesting, but at least in this case the error was totally mine... if I'd read more carefully the documentation it wouldn't happen. ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebu

Re: [one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-09 Thread Igor Rosenberg
Gonzalez Sent: jueves, 09 de septiembre de 2010 16:49 To: Ruben S. Montero Cc: users Subject: Re: [one-users] OpenNebula and Xen: Prolog,error getting driver vmm_xen Silly mistake, the template syntax was wrong. It's not DISK "image", but "source". The correct template

Re: [one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-09 Thread Nelson Mimura Gonzalez
Silly mistake, the template syntax was wrong. It's not DISK "image", but "source". The correct template would be: NAME = vm-test DISK = [*source*="/etc/one/images/disk.img",dev="sda1",mode=w] KERNEL = /boot/vmlinuz-2.6.19-4-server RAMDISK = /boot/initrd.img-2.6.19-4-server MEMORY = 512 CPU = 0.5

Re: [one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-09 Thread Nelson Mimura Gonzalez
[Sorry if I just write too much... but if we solve this maybe it will help future users, if they have the same problem] Hm, strange, but suddenly the error disappeared. Now I got another one: Thu Sep 9 11:08:56 2010 [DiM][I]: New VM state is ACTIVE. Thu Sep 9 11:08:57 2010 [LCM][I]: New VM stat

Re: [one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-09 Thread Nelson Mimura Gonzalez
Hmm, I removed the old host, created a new one with the configurations suggested (onehost create node01 im_xen vmm_xen tm_nfs) but now I get the error: Thu Sep 9 10:21:32 2010 [TM][E]: prolog, error getting driver tm_nfs But thanks, I'm looking for the place where this message is generated and m

Re: [one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-09 Thread Ruben S. Montero
Hi, It seems that your drivers are loaded without errors. However, the transfer driver (used in prolog) is tm_nfs but OpenNebula is trying to use vmm_xen. Maybe the host was not created with the right drivers. The syntax is: onehost create in your case onehost create node01 im_xen vmm_xen

[one-users] OpenNebula and Xen: Prolog, error getting driver vmm_xen

2010-09-08 Thread Nelson Mimura Gonzalez
Hi all, I'm trying to get Xen and OpenNebula to work properly, but I got some issues. I have the front-end and one node set up and I also tested SSH, NFS, Xen (locally at the node). Being succint, I'm having problems when I try to deploy the VM: nel...@front-end:/$ *cd ~ * nel...@front-end:~$ *