Re: [one-users] shutting down VM vs stopping it

2011-05-09 Thread knawnd
Carlos Martín Sánchez wrote on 09/05/11 16:58: Hi Nikolay, Hi Carlos, The life-cycle diagram [1] is the best way to understand the VM states, and what actions are available for each of them. If you shut down a VM, it will enter the final DONE state, from which no action can be performed. A

[one-users] Network bridge deleted. VMs' in unknown state

2011-05-09 Thread Madhurranjan Mohaan
Hi All, The main system where I was running open nebula rebooted and as a result the bridge configuration went down . There are around 9 VMs on that bridge and that configuration was lost. How do I recreate the bridge to ethernet mapping ? Is there a way to know what VM interfaces to attach ? (Ve

[one-users] allocating IP for a VM.

2011-05-09 Thread Khoa Nguyen
Hj all. I create a VM which install ubuntu . When I show information about this VM ( onevm show id | grep IP ) , it is allocated 172.29.70.134 . This is suitable with virtual network that I built. Howerver, when I run this VM and type "ifconfig" , IP's VM is 172.29.70.132 which allocated by DHCP .

Re: [one-users] sunstone configuration issues

2011-05-09 Thread Shantanu Pavgi
On May 6, 2011, at 3:09 AM, Héctor Sanjuán wrote: > 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

[one-users] ESXi license for OpenNebula?

2011-05-09 Thread Shantanu Pavgi
Hi, I am looking at possible options to hook in ESXi 4.1 host in OpenNebula fabric. I am not sure which vmware license will be needed to support this. Would vmware essentials kits be sufficient for this purpose? Any suggestion will be really helpful. -- Thanks, Shantanu. _

[one-users] Some thoughts on ssh key authentication

2011-05-09 Thread Lars Kellogg-Stedman
Hello all, We've been working hard to get our user community to understand the risks associated with storing private ssh keys on shared filesystems or shared access computers. Along similar lines, we're also trying to avoid the use of tools that cache passwords in the same places. This means tha

[one-users] onevm stop issue?

2011-05-09 Thread Wei Xing
Hi, I got error when stop a vm two times: ExitCode: 1 Mon May 9 18:39:04 2011 [VMM][E]: Error saving VM state, Error: Save file:/srv/cloud/one/var/41/images/checkpoint exist! Mon May 9 18:39:04 2011 [LCM][I]: Fail to save VM state. Assuming that the VM is still RUNNING (will poll VM). Mon M

[one-users] m1.small.erb

2011-05-09 Thread sebastien goasguen
Hi, I would like my instance type template (m1.small.erb) to have conditions based on image_id coming from the repository. Something like: <% if erb_vm_info[:img_id] = 1 %> CONTEXT = [ VAR1="foo", VAR2="bar" <% end %> <% if erb_vm_info[:img_id] = 2 %> CONTEXT = [ VAR1="toto",

Re: [one-users] cpu overcommit with kvm

2011-05-09 Thread Carlos A.
ok, I thought that patch was related to only memory issues. El 09/05/2011 17:16, Tino Vazquez escribió: Hi, That bug should be solved in the latest release (2.2.0). It is related to this [1] bug, now the CPu is equally inferred (it isn't provided by libvirt). Regards, -Tino [1] http://dev.op

Re: [one-users] cpu overcommit with kvm

2011-05-09 Thread Tino Vazquez
Hi, That bug should be solved in the latest release (2.2.0). It is related to this [1] bug, now the CPu is equally inferred (it isn't provided by libvirt). Regards, -Tino [1] http://dev.opennebula.org/issues/481 -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.org

Re: [one-users] VM IP address not assigned as per the base network address mentioned in virtual network template

2011-05-09 Thread Carlos Martín Sánchez
Hi, That behaviour is the right one, but it may not be the one you would expect... this has been discussed recently in the list. Check these threads: http://www.mail-archive.com/users@lists.opennebula.org/msg02782.html http://www.mail-archive.com/users@lists.opennebula.org/msg02827.html Regards

[one-users] Reminder: OpenNebula IRC session is about to start

2011-05-09 Thread Jaime Melis
Hi, The OpenNebula IRC session is about to start in #opennebula at freenode. Come and join us! http://opennebula.org/community:events#opennebula_irc_sessions Cheers, Jaime -- Jaime Melis, Cloud Technology Engineer/Researcher Major Contributor OpenNebula - The Open Source Toolkit for Cloud Com

[one-users] VM IP address not assigned as per the base network address mentioned in virtual network template

2011-05-09 Thread Koushik Annapureddy
Hello All, Here is the virtual network template I have used NAME = "VM_LAN" TYPE = RANGED BRIDGE = br0 NETWORK_ADDRESS = 192.168.2.25 NETWORK_SIZE= 50 GATEWAY = 192.168.2.3 I would like to have IP address allocated to VM's which starts from 192.168.2.26 But when I launch a VM using O

Re: [one-users] trying to troubleshoot onevm shutdown/stop/restart

2011-05-09 Thread Javier Fontan
I've been tinkering with this problem but I can not find the a clear candidate for the problems you are facing. You have to take into account that VM_DIR is only used for the remote nodes, in the frontend images for running vm's are always stored in $ONE_LOCATION/var or /var/one/lib. Could you try

Re: [one-users] shutting down VM vs stopping it

2011-05-09 Thread Carlos Martín Sánchez
Hi Nikolay, The life-cycle diagram [1] is the best way to understand the VM states, and what actions are available for each of them. If you shut down a VM, it will enter the final DONE state, from which no action can be performed. A stopped VM on the other hand can be later resumed, using 'onevm

Re: [one-users] cpu overcommit with kvm

2011-05-09 Thread Carlos A.
If you submit a template using the CPU parameter, the virtual machine never is deployed in to a VMWare machine. If you use VCPU instead, it is properly deployed... El 09/05/11 14:18, Tino Vazquez escribió: Hi Carlos, Which bug are you referring to? AFAIK, the CPU parameter is only used by th

[one-users] virsh shell not showing VM details with oneadmin user

2011-05-09 Thread Koushik Annapureddy
Hello All, I have recently upgraded to libvirt 0.9 from libvirt 0.83 on the nodes. I have added oneadmin user to the libvirt and libvirtd group. After launching a VM using one and I checked the details of VM using virsh list on the specific node. In vim /etc/groups its showing the oneadmin under t

Re: [one-users] cpu overcommit with kvm

2011-05-09 Thread Tino Vazquez
Hi Carlos, Which bug are you referring to? AFAIK, the CPU parameter is only used by the scheduler, and the VMware integration does honor the VCPU paremeter, so overcommitment should work as expected. Regards, -Tino -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.o

[one-users] (no subject)

2011-05-09 Thread tran hieu
http://polcar.org/Iindex.html___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] Can't resume a VM after suspending or stopping it.

2011-05-09 Thread Khoa Nguyen
Hj I search some information about broken pipe: 'Broken pipe' error when starting a vm https://bugs.launchpad.net/libvirt/+bug/585449 But I can't solve. Please help me? Thanks On Mon, May 9, 2011 at 3:53 PM, Khoa Nguyen wrote: > Hi Ruben S. Montero > Some information about file.log. Thank you. >

Re: [one-users] Can't resume a VM after suspending or stopping it.

2011-05-09 Thread Khoa Nguyen
Hi Ruben S. Montero Some information about file.log. Thank you. LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin /usr/bin/kvm -S -M pc-0.11 -m 256 -smp 1 -name one-167 -uuid eb7bc581-c82e-5431-6394-4cddacc3e2b4 -monitor unix:/var/run/libvirt/qemu/one-167.monitor,server,no

[one-users] create VM problem!

2011-05-09 Thread liudewei
Hi, my host environment using centOs5 of Linux. the state always "prol" status after create the VM. execute "onevm top" the below: ID USER NAME STAT CPU MEMHOSTNAMETIME 0 oneadmin BCI0 prol 0 0K master 00 01:46:25 the time 01:46:25,but the VM'

[one-users] Create VM problem!

2011-05-09 Thread liudewei
Hi, my host environment using centOs5 of Linux. the state always "prol" status after create the VM. execute "onevm top" the below: ID USER NAME STAT CPU MEMHOSTNAMETIME 0 oneadmin BCI0 prol 0 0K master 00 01:46:25 the time 01:46:25,but the VM'