[one-users] Instructions for preparing Debian squeeze images for One

2012-05-18 Thread Olivier Berger
Hi. FYI, I've added some bits to http://wiki.debian.org/OpenNebula/PreparingDebianVmImage in order to try and help document the bits needed for preparing a Debian image for OpenNebula. Nothing really fancy or new, but I thought it wouldn't harm adding it to Debian's wiki, since OpenNebula packagi

[one-users] VirtualBox Driver???

2012-05-18 Thread pedro.vp
Greetings I have investigated about the integration of a VirtualBox driver for OpenNebula 3.2.1, but documentation reviewed tell me that this driver (done for VirtualBox 4.0) has not support for LIVE MIGRATION (LM) and this feature is critical for my infrastructure. I need to know if nowadays t

[one-users] Avoiding manual restart of (peristent) VMs in case of host reboot

2012-05-18 Thread Olivier Berger
Hi. I'd like to make sure that (kvm) VMs running on hosts get restarted whenever hosts are rebooted. Is there such a setting somewhere ? If I understand correctly, VMs with "persistent" images (on a shared file system) won't suffer too much of a host restart in principle : the disk image is kept

Re: [one-users] Opennebula 3.2.1 Ubuntu 12.0.4 noVNC problem

2012-05-18 Thread veni767
Hello Hector, Thank you. /usr/share/opennebula/sunstone/install_novnc.sh installed /vendor/noVNC/ to /usr/lib/one/sunstone/public/vendor/noVNC directory. After moving/copying the usr/lib/one/sunstone/public/vendor/noVNC directory to /usr/share/opennebula/sunstone/public/vendor/noVNC it is

Re: [one-users] Failing after boot

2012-05-18 Thread Javier Fontan
You can get more information on the problem from libvirt/kvm logs. They should be located at /var/log/libvirt/qemu/one-1.log On Fri, May 18, 2012 at 12:39 PM, Mohsen Amini wrote: > Hi everybody, > >  I have installed ONE+KVM. > > When I request VMs in ONE, the VM is failed after booting step wit

Re: [one-users] Ubuntu shutdown/image save

2012-05-18 Thread Sean Abbott
Here, this is slightly less ugly and still works: deploy_name=$(virsh --connect $LIBVIRT_URI --readonly dominfo $deploy_id \ | grep "Name:" | nawk '{print $2}') count=0 while [ "$(virsh --connect $LIBVIRT_URI --readonly domstate $deploy_name)" != "shut off" ] do sleep $POLL_INTERVAL if

Re: [one-users] Ubuntu shutdown/image save

2012-05-18 Thread Sean Abbott
I can't figure out why it wasn't working with your script. I actually modified the shutdown script to actually read the state of the VM instead of just using a failed exit code: <-...other code and comments> deploy_name=$(virsh --connect $LIBVIRT_URI --readonly dominfo $deploy_id \ | grep "Name

Re: [one-users] some vmware performance suggestion for openenbula3.4

2012-05-18 Thread Tino Vazquez
Hi, comments inline, On Fri, May 18, 2012 at 4:57 AM, 张光鹏 wrote: > ** > Hi, all > I have realized the opennebula3.4 integration of the work through the > opennebula3.4 > of vmware driver guidance,but i have some suggestions : > 1. onevm delete one-60 > openenbula3.4 delete vm action: openenbul

Re: [one-users] vmware disk block error for opennebula3.4

2012-05-18 Thread Tino Vazquez
Hi, The way to go would be to create a datablock using "oneimage create": http://opennebula.org/documentation:rel3.4:img_template Let me know if that doesn't work, -Tino -- Constantino Vázquez Blanco, MSc | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula - The

[one-users] Failing after boot

2012-05-18 Thread Mohsen Amini
Hi everybody, I have installed ONE+KVM. When I request VMs in ONE, the VM is failed after booting step with the following error in the log: Command execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy /var/lib/one//datastores/0/1/deployment.0 localhost 1 localhost I've also attached the l

[one-users] vmware disk block error for opennebula3.4

2012-05-18 Thread 张光鹏
Hi,all I am doing a virtual machine to create multiple data disk experiments, How do I need to configure my virtual machine template file? I have experimented with several template like: DISK = [IMAGE_ID="24"] DISK = [ TYPE = block, SIZE = 1024, TARGET = hdb ] but i got an error

Re: [one-users] problem setting up libvirt-bin (debian 6 x86_64) - required TLS?

2012-05-18 Thread Javier Fontan
I've added this info to the documentation so other people can benefit from it. Thanks On Fri, Apr 27, 2012 at 5:15 PM, Nicolas Diogo wrote: > > they i have things - working around the TLS messages on the syslog was > to set > on /etc/libvirt/libvirtd.conf > listen_tls = 0 > > it works find. but

Re: [one-users] OpenNebula 3.4.1 - Error creating host for kvm

2012-05-18 Thread Javier Fontan
This problem may be caused by PolicyKit. Check this link from libvirt webpage http://libvirt.org/auth.html#ACL_server_polkit On Thu, May 10, 2012 at 9:37 AM, Mohit Dhingra wrote: > Hi, > > Thanks for your reply. /var/run/libvirt/  was accesible to the oneadmin. > Going through the further search

Re: [one-users] Ubuntu shutdown/image save

2012-05-18 Thread Jaime Melis
Hello Sean, The shutdown script includes a timeout, when it's reached it assumes the VM is still running. However it looks like the VM is indeed shutting down after that timeout. I think that's why your vm is in such an ugly state. Possible fixes: * Disable the acpi popup in your VM [1][2] * Inst

[one-users] VM template : source in DISK attribute don't work!

2012-05-18 Thread mario wu
hi,all i try the new opennebula 3.4,i found the problem. when i use source in disk attribute in the VM template , use onevm create template.name the log tell me: Fri May 18 09:42:16 2012 [TM][E]: prolog, undefined source disk image in VM > template my vm template define like this: NAME = tty

Re: [one-users] Opennebula 3.2.1 Ubuntu 12.0.4 noVNC problem

2012-05-18 Thread Hector Sanjuan
Hi, it doesnt look so good to me: 192.168.1.103 - - [17/May/2012 21:58:09] "GET /vendor/noVNC/include/vnc.js HTTP/1.1" 404 466 0.0012 that 404 means noVNC (at least the part that goes under that folder) is not [correctly] installed. Try running /usr/share/one/install_novnc.sh [again] H