[one-users] PostgreSQL issue

2011-01-31 Thread Idafen Santana Pérez
Dear all, I've been reading this issue http://dev.opennebula.org/issues/332. This means that ONE can not run using PostgreSQL for storing the vector of attributes, but if I run a VM with PostgreSQL properly installed it will work, isn't it? Thanks in advance. Regards, Idafen

[one-users] KVM hypervisor and Virt-Manager

2011-01-31 Thread Filippo Dalla Gassa
Hi, I've seen that if in the deployment file I set domain type=kvm (exactly what one sets) and then I manually create the vm via virsh create I have problems assigning IP address and opening the vm via virt-manager. But if I set domain type=qemu and manually create the vm all goes well: I

[one-users] managing images

2011-01-31 Thread star rock
Hi list, I have installed opennebula.using openneulaexpress 2.0 on centos 5.5 Where are the images available for specifying in the VM template?? The only tty image given will not suit my requirement. I want to know how to build these images using xen and i want to deploy a VM based on that..

Re: [one-users] managing images

2011-01-31 Thread anoop Lekshmanan
Hi, Me too need help on the same thing. Please share the info if you get some clue. Thanks, Anoop On Mon, Jan 31, 2011 at 8:39 PM, star rock rocksta...@gmail.com wrote: Hi list, I have installed opennebula.using openneulaexpress 2.0 on centos 5.5 Where are the images available for

[one-users] onehost shows wrong memory info [Xen Node]

2011-01-31 Thread anoop Lekshmanan
Hi, I have installed Opennebula-2.0.1 on Fedora 14 (FrontEnd) and CentOS 5.5 64 bit with Xen (kernel 2.6.18-194.32.1.el5xen) . I have total 8 GB RAM on node1 and around 6 GB is free. But onehost list shows only 383 M free. onehost list ID NAME CLUSTER RVM TCPU FCPU ACPU

Re: [one-users] managing images

2011-01-31 Thread knawnd
anoop Lekshmanan wrote on 31/01/11 18:24: Hi, Me too need help on the same thing. Please share the info if you get some clue. Have tried to run the command what I wrote in reply to your email on cluster node (with xen installed): $ virt-install --connect xen:/// -n SL55_x64_base_xen -r 512

Re: [one-users] onehost shows wrong memory info [Xen Node]

2011-01-31 Thread knawnd
anoop Lekshmanan wrote on 31/01/11 19:33: Hi, I have installed Opennebula-2.0.1 on Fedora 14 (FrontEnd) and CentOS 5.5 64 bit with Xen (kernel 2.6.18-194.32.1.el5xen) . What is the xen version (i.e. what is the output of the 'rpm -q xen' command)? Nikolay.

[one-users] ONE server redundancy

2011-01-31 Thread Luis M. Carril
Hello, We have an OpenNebula installation and we wanted to deploy another ONE server for redundacy monitoring the same hosts and MVs. Could this be achieved if both ONE installations use the same mysql database? Are all the operations transactional? Cheers -- Luis M. Carril Project

Re: [one-users] onehost shows wrong memory info [Xen Node]

2011-01-31 Thread anoop Lekshmanan
Hi, xen-3.0.3-105.el5_5.5 I noticed that xentop gives: 8248444k total, 7855852k used, 392592k free So I guess the issue is related to Xen. Thanks, Anoop On Mon, Jan 31, 2011 at 10:39 PM, kna...@gmail.com wrote: anoop Lekshmanan wrote on 31/01/11 19:33: Hi, I have installed

Re: [one-users] onehost shows wrong memory info [Xen Node]

2011-01-31 Thread Łukasz Oleś
On Monday 31 January 2011 17:33:49 anoop Lekshmanan wrote: Hi, I have installed Opennebula-2.0.1 on Fedora 14 (FrontEnd) and CentOS 5.5 64 bit with Xen (kernel 2.6.18-194.32.1.el5xen) . I have total 8 GB RAM on node1 and around 6 GB is free. But onehost list shows only 383 M free.

Re: [one-users] onehost shows wrong memory info [Xen Node]

2011-01-31 Thread knawnd
I don't know if it's a ON bug. But 'onehost list' gives me for FMEM the same as 'xentop' for free (converted to MB) and 'xm info for free_memory. But 'free -m' shows much less because of memory caching I guess. I am using xen 3.4.3 on CentOS 5.5 which is available at GITCO repo

Re: [one-users] onehost shows wrong memory info [Xen Node]

2011-01-31 Thread anoop Lekshmanan
Thanks for the valubale info. Anoop On Mon, Jan 31, 2011 at 11:44 PM, Łukasz Oleś lukaszo...@gmail.com wrote: On Monday 31 January 2011 17:33:49 anoop Lekshmanan wrote: Hi, I have installed Opennebula-2.0.1 on Fedora 14 (FrontEnd) and CentOS 5.5 64 bit with Xen (kernel

Re: [one-users] onehost shows wrong memory info [Xen Node]

2011-01-31 Thread anoop Lekshmanan
Hi, I guess issue is related to to Xen configuration let me try to get the memory freed from Dom0 Thanks for the support. Anoop On Mon, Jan 31, 2011 at 11:49 PM, kna...@gmail.com wrote: I don't know if it's a ON bug. But 'onehost list' gives me for FMEM the same as 'xentop' for free

Re: [one-users] managing images

2011-01-31 Thread anoop Lekshmanan
Hi Nikolay, Thanks. I am creating the new image using virt-install as you suggested. BTW ON documentation says about registering an ISO image with oneimage and I was able to do that successfully. How can I use so registered image to launch an instance. Thanks, Anoop On Mon, Jan 31, 2011 at

Re: [one-users] managing images

2011-01-31 Thread anoop Lekshmanan
Hi Nikolay, Thanks! I have used the registered image with VM template but on onevm create template-name the vm state continues be on pending. I doubt my understanding about the images and disks on ON is wrong. If you could share a vm template that used a registered image (of ISO) that would be

Re: [one-users] managing images

2011-01-31 Thread knawnd
anoop Lekshmanan wrote on 31/01/11 23:04: Hi Nikolay, Thanks! I have used the registered image with VM template but on onevm create template-name the vm state continues be on pending. To run VM it needs to be deployed apart from creating VM $ onevm deploy VM_id Host_id VM_id is virtual

Re: [one-users] managing images

2011-01-31 Thread anoop Lekshmanan
Thanks Nikolay. One more question, on deploying like this how can I choose/customize disk for thus deployed VMs like /, swap, boot etc. I had gone through ON docs, but I dont understand the disk concepts, should we create partitions /,swap, boot on the node for VM. What does Target means, should

Re: [one-users] managing images

2011-01-31 Thread Daniel . MOLDOVAN
Hello, Look at http://www.opennebula.org/documentation:rel2.0:template . And depending on your needs you can create both swap partitions and disk and so on. You need at least one boot partition which is the root for the OS in the case you are using KVM. For XEN you can use a kernel located on the