[one-users] Writing a new host selection policy for Haizea

2010-11-08 Thread Zaina AFOULKI
Hello, I'm thinking about writing a new host selection policy for Haizea, I'm wondering if anybody already did and would be willing to share their example/experience. Thank you -- Zaina ___ Users mailing list Users@lists.opennebula.org

[one-users] VMs stuck in pending state

2010-11-16 Thread Zaina AFOULKI
Hi, I'm following this tutorial: http://opennebula.org/documentation:rel2.0:vmg The VMs are hanging in the pend state, $ onevm list ID USER NAME STAT CPU MEMHOSTNAMETIME 11 oneadmin ttylinux pend 0 0K 00 00:05:23 I read in previous emails in

Re: [one-users] VMs stuck in pending state

2010-11-17 Thread Zaina AFOULKI
Hi, 1. Where is the OS section of the virtual machine template? Indeed, there isn't one! I was blindly following the tutorial in http://opennebula.org/documentation:rel2.0:vmg and the example given had no OS section... anyways I added one now. 2. What hypervisor are you using? With XEN the

Re: [one-users] livemigrate error

2011-03-02 Thread Zaina AFOULKI
Hi, Same problem here: onevm migrate seems to work fine but not livemigrate. I tried adding the following to libvirtd.conf, then restarted libvirtd on both nodes. tls_no_verify_certificate = 1 key_file = cert_file = ca_file = crl_file = and I'm getting the same error as Ratchakrit... Thank

Re: [one-users] can't delete host

2011-03-07 Thread Zaina AFOULKI
Hi Khoa, I had the same problem a while back, check this post [1] hope it helps. [1] http://lists.opennebula.org/htdig.cgi/users-opennebula.org/2011-February/003951.html -- Zaina On 03/07/2011 05:31 AM, Khoa Nguyen wrote: Hi all. I have a problem when I want to delete host. It display some

Re: [one-users] can't delete host

2011-03-08 Thread Zaina AFOULKI
to if false You can tell me more about it. I'm newbie. Thank for advance. On Mon, Mar 7, 2011 at 3:06 PM, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi Khoa, I had the same problem a while back, check this post [1] hope it helps. [1] http://lists.opennebula.org/htdig.cgi/users

Re: [one-users] Haizea ?

2011-03-18 Thread Zaina AFOULKI
Hi, I'm running OpenNebula 2.0 with Haizea and it works just fine. Regards, -- Zaina On 03/18/2011 05:46 PM, benpro wrote: Hi there, Is Haizea compatible with ONE 2.0 ? In advance thanks. --- Benoît.S alias Benpro ___ Users

Re: [one-users] cANY aNY oNE hELP!!!!

2011-03-18 Thread Zaina AFOULKI
Hi, After extracting the OpenNebula tarball, you need to compile it using scons before running the install.sh script. $ scons -j2 Also make sure the compilation runs without errors (this will require installing the mandatory packages listed in http://www.opennebula.org/documentation:rel2.0:notes

Re: [one-users] cANY aNY oNE hELP!!!!

2011-03-21 Thread Zaina AFOULKI
. TypeError: 'str' object is not callable: File /home/opennibula/opennebula-2.1.90/SConstruct, line 155: exit(-1) [root@pclhcb52 opennebula-2.1.90]# sh install.sh On 18 March 2011 20:02, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi, After extracting the OpenNebula tarball

Re: [one-users] how to create img file which similar with ttylinux.img

2011-03-22 Thread Zaina AFOULKI
Hi, If you are using KVM, you can create an .img file using qemu-kvm: Just have the Operating System ISO file ready (Ubuntu of Win XP) and follow the guide in [1] Basically, you need to create a disk image for the guest qemu-img create -f qcow2 winxp.img 3G and then install your OS by booting

[one-users] Migrated VMs cannot be shutdown

2011-03-24 Thread Zaina AFOULKI
Hi, I'm experiencing a problem when migrating VMs with OpenNebula. I'm doing the migration with the onevm migrate vm_id host_id command, and it works just fine. However, once a VM has been migrated, It cannot be shutdown anymore: its state becomes shutdown, then goes back to running. Any VM

Re: [one-users] Migrated VMs cannot be shutdown

2011-03-31 Thread Zaina AFOULKI
or something that goes wrong with the kernel running in the VM. Also give a minute or so after the migration is done, maybe the shutdown command was sent before the VM could catch it. On Thu, 24 Mar 2011 12:15:02 +0100, Zaina AFOULKI wrote: Hi, I'm experiencing a problem when migrating VMs

[one-users] Host hooks aren't triggered

2011-03-31 Thread Zaina AFOULKI
Hi, I'm having some trouble getting the HOST_HOOKS to work: I added this to the configuration file and restarted oned. HOST_HOOK = [ name = disable, on= DISABLE, command = host_error.rb, arguments = $HID -r y, remote= no ] However when I disable a host

Re: [one-users] Host hooks aren't triggered

2011-03-31 Thread Zaina AFOULKI
I just checked back the oned.log and it seems that the hook is executed [HKM][D]: Message received: EXECUTE SUCCESS 31 disable However the VMs aren't re-submitted as expected ? Thanks, -- Zaina On Thu, 31 Mar 2011 16:20:27 +0200, Zaina AFOULKI wrote: Hi, I'm having some trouble getting

Re: [one-users] Host hooks aren't triggered

2011-04-01 Thread Zaina AFOULKI
host id. my_file = File.new(/tmp/remove_me.txt, w) my_file.puts OpenNebula host has failed #{ARGV[0]} The hostname and host_id are correctly detected by the script. Thank you for any hints on how to fix this, -- Zaina On Thu, 31 Mar 2011 16:36:22 +0200, Zaina AFOULKI wrote: I just checked back

Re: [one-users] Host hooks aren't triggered

2011-04-01 Thread Zaina AFOULKI
not be doing its job. Regards, -Tino -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.org | @tinova79 On Fri, Apr 1, 2011 at 8:57 AM, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi, I checked the ruby script that's called and it seems that the array

Re: [one-users] Host hooks aren't triggered

2011-04-02 Thread Zaina AFOULKI
attr_reader :xml end my_file.puts vms.xml --- Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Fri, Apr 1, 2011 at 5:47 PM, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi Tino, I

[one-users] VMs not deleted causes high load averages on nodes

2011-04-05 Thread Zaina AFOULKI
Hi, I'm running OpenNebula 2.2. I usually turn off VMs through onevm delete #vm_id but at times, ONE leaves many KVM processes running on the node, causing a high load. ONE logs do not indicate anything unusual, instead they say that the VM has been shutdown normally... When I launch the

Re: [one-users] Need some explanation on vnets and network setup

2011-04-05 Thread Zaina AFOULKI
Hi, I made a couple more tests trying desperately to understand how VNets (and especially their isolation) work in OpenNebula (much of what I mentioned in my earlier post is not accurate). If I start with an initial state where there are no VNets in any of the nodes. Then request two VMs on two

Re: [one-users] Problem with ebtables OpenNebula

2011-04-06 Thread Zaina AFOULKI
Hi Marwen, Did you make sure that oneadmin is added in the /etc/sudoers file with oneadminALL=(ALL) NOPASSWD: /sbin/ebtables * ? http://opennebula.org/documentation:archives:rel2.0:nm -- Zaina On 04/06/2011 06:40 PM, marwen marwen wrote: Hi, I'm using ebtables to isolate virtual

Re: [one-users] Need some explanation on vnets and network setup

2011-04-06 Thread Zaina AFOULKI
-kvm Cheers, Jaime On Tue, Apr 5, 2011 at 1:16 PM, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi, I made a couple more tests trying desperately to understand how VNets (and especially their isolation) work in OpenNebula (much of what I mentioned in my earlier post

Re: [one-users] Host hooks aren't triggered

2011-04-12 Thread Zaina AFOULKI
OpenNebula Major Contributor www.OpenNebula.org | @tinova79 On Tue, Apr 5, 2011 at 8:19 AM, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi Tino, Yes, I'm attaching the ruby file... Thanks, Zaina On Mon, 4 Apr 2011 15:06:02 +0200, Tino Vazquez wrote: Hi Zaina, Is that after the vms.info line

Re: [one-users] Host hooks aren't triggered

2011-04-12 Thread Zaina AFOULKI
at 1:36 PM, Zaina AFOULKI zaina.afou...@ensi-bourges.fr wrote: Hi Tino, this is the output of onevm list   ID     USER     NAME STAT CPU     MEM        HOSTNAME        TIME  3362   orange orange-a runn   0      0K           node2 00 00:06:53  3363   orange orange-a runn   0      0K           node2

Re: [one-users] Host hooks aren't triggered

2011-04-14 Thread Zaina AFOULKI
wrote: Hi, Just to confirm, are you running oned as root or as oneadmin? Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Tue, Apr 12, 2011 at 3:19 PM, Zaina AFOULKI zaina.afou...@ensi