Re: [one-users] Xen Paravirtualized error - cfg and template

2013-09-09 Thread Ruben S. Montero
Hi Take a look at a file named deployment.0, it is the .cfg file generated by OpenNebula. Compare this file with your working cfg file, probably you are not using the right bus/mapping. OpenNebula uses a disk approach to automatically set targets (sda, sdb,...) while your template uses a

[one-users] Multiple groups functionality in OpenNebula

2013-09-09 Thread Javier Fontan
In the next version we are introducing multiple groups for users. Take a peek about this functionality in this post: http://blog.opennebula.org/?p=5056 Cheers -- Join us at OpenNebulaConf2013 in Berlin from the 24th to the 26th of September 2013! Javier Fontán Muiños Developer OpenNebula -

Re: [one-users] Question about attach_disk on one-3.8.4

2013-09-09 Thread Carlos Martín Sánchez
Hi, Once the disk is attached, it is up to the guest OS to detect and mount it. In ubuntu, you can rescan the scsi bus with the command: echo “- – -” /sys/class/scsi_host/host0/scan You may need to change host0 to other id. Regards. -- Join us at OpenNebulaConf2013 http://opennebulaconf.com

Re: [one-users] CPU and Memory Overcommitment

2013-09-09 Thread Carlos Martín Sánchez
Hi, On Fri, Sep 6, 2013 at 8:46 AM, Igor Laskovy igor.lask...@gmail.com wrote: HA setup and have another opennebula Have any best practices how make it? Yes, take a look at this guide: http://opennebula.org/documentation:rel4.2:oneha PS: Please reply to the mailing list -- Join us at

Re: [one-users] Error creating VM opennebula 4.2

2013-09-09 Thread Carlos Martín Sánchez
Hi, SCHED_REQUIREMENTS is explained here: http://opennebula.org/documentation:rel4.2:template#placement_section Can you paste the VM template? Regards -- Join us at OpenNebulaConf2013 http://opennebulaconf.com in Berlin, 24-26 September, 2013 -- Carlos Martín, MSc Project Engineer OpenNebula -

Re: [one-users] Sunstone problem

2013-09-09 Thread Daniel Molina
Hi, On 5 September 2013 18:04, Wojciech Giel wojciech.g...@cimr.cam.ac.ukwrote: Hello, I have installed and configured open nebula 4.2 in centos 6 from opennebula repository. command line tools look like working fine but I can't get sunstone working. I have a user in .one/sunstone_auth.

Re: [one-users] opennebula 4.2 noVNC problem with Google Chrome

2013-09-09 Thread Daniel Molina
Hi, On 5 September 2013 20:51, Maxim Terletskiy terlets...@emu.ru wrote: Hi! After upgrading Opennebula from 3.8.1 to 4.2 we have strange problem with noVNC in Google Chrome. In Sunstone I'm starting VNC and usual window with buttons, scrollbars and status VNC Connected (unencrypted)

Re: [one-users] novnc problem

2013-09-09 Thread Daniel Molina
Hi, Could you check if the user that is trying to connect has enabled the VNC Secure websockets checkbox in his settings dialog. Cheers On 7 September 2013 01:52, zglinnova zglinn...@126.com wrote: novnc.log: I, [2013-09-07T07:27:43.258916 #7259] INFO -- : Starting VNC proxy: python

Re: [one-users] Error creating VM opennebula 4.2

2013-09-09 Thread Javier Fontan
Provably you don't have enough free resources in the host or added a custom SCHED_REQUIREMENTS that this host is not able to provide. On Wed, Sep 4, 2013 at 2:10 PM, kenny.ke...@bol.com.br wrote: i solved this problem, but iget a new one. In the opennebula the VM is PENDING. The vm.log is

[one-users] OpenNebulaConf Hacking Session

2013-09-09 Thread Javier Fontan
We are preparing a hacking session in OpenNebula conference. There you will be able to meet other users and OpenNebula developers to talk about OpenNebula, get help with issues or integrate technologies. http://opennebulaconf.com/?p=669 Cheers -- Join us at OpenNebulaConf2013 in Berlin from

[one-users] the image created by appliance in marketplace

2013-09-09 Thread zglinnova
Dear: I create my image by appliance in marketplace. The file still save the original format centos.bz2 when I use the appliance centos.bz2. What erros for this? ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] Multiple groups functionality in OpenNebula

2013-09-09 Thread Liu, Guang Jun (Gene)
cool feature I am looking forward to try. thanks! Gene Liu On Mon 09 Sep 2013 05:04:20 AM EDT, Javier Fontan wrote: In the next version we are introducing multiple groups for users. Take a peek about this functionality in this post: http://blog.opennebula.org/?p=5056 Cheers smime.p7s

[one-users] VM HA with RBD

2013-09-09 Thread Tobias Brunner
Hi, While testing the provided HOST_HOOK host_error.rb to have VM High Availability with RADOS/RBD as block device backend several questions popped up which I was not able to solve: The configuration is very default-ish: HOST_HOOK = [ name = error, on= ERROR, command

[one-users] the password of serveradmin

2013-09-09 Thread zglinnova
Dear: I can't login in sunstone if I have changed the password of serveradmin.why? ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] Xen Paravirtualized error - cfg and template

2013-09-09 Thread kenny . kenny
Thanks for the reply. I take a look at the deployment.0 and i see that: name = 'one-45'#O CPU_CREDITS = 256memory  = '256'vcpus  = '1'bootloader = "/usr/lib/xen/bin/pygrub"disk = [    'file:/var/lib/one//datastores/0/45/disk.0,sda,w',    'file:/var/lib/one//datastores/0/45/disk.1,sdb,w',   

Re: [one-users] Xen Paravirtualized error - cfg and template

2013-09-09 Thread Ruben S. Montero
That's the context device, either add a target for it (as part of CONTEXT definition) or remove the context section http://opennebula.org/documentation:rel4.2:template#context_section CONTEXT=[NETWORK=YES,SSH_PUBLIC_KEY=$USER[SSH_PUBLIC_KEY]] Cheers On Mon, Sep 9, 2013 at 6:19 PM,

Re: [one-users] Xen Paravirtualized error - cfg and template

2013-09-09 Thread kenny . kenny
Thanks Ruben. Do you know what i need to do in the template file to have sda1 and sda2 (like my xen.cfg) in the deployment.0 ?     Em 09/09/2013 13:22, Ruben S. Montero rsmont...@opennebula.org escreveu: That's the context device, either add a target for it (as part of CONTEXT definition) or

[one-users] Problem with deploying VM on a specific host

2013-09-09 Thread Piotr Kandziora
Hi, I'm trying to run VM on a specific host within the cluster. I added REQUIREMENTS field to the VM template, but looks like it is ignored and finally VM is deployed on the other machine. VM Template: CONTEXT=[ CONFIGURE_NETWORK=1, CONFIGURE_VG=1 ] CPU=0.5 DISK=[ DRIVER=qcow2,

[one-users] how running vms moved(not recreate) on another host on host error

2013-09-09 Thread Romany Nageh
HI i am using opennebula 4.2 how to handle vms running on specific host to move (not recreate) to another host when host error(down) please could any on help me ? ___ Users mailing list Users@lists.opennebula.org