Re: [one-users] Appmarket 3.8.3

2013-11-12 Thread Daniel Molina
Hi, El 11/11/2013 06:06, Eddy Gonzalo Castillon D. eddygonz...@hotmail.com escribió: Hello Team, I would like test the appmarket funcionality in my private cloud. I have followed the OpenNebula documentation for the version 3.8. I think the appmarket is working well since command line,

[one-users] how to reset VM ID???

2013-11-12 Thread 염재근
Dear All how to reset VM ID?? I already exceed over 10400. actually, I want to control vnc port. I saw the VM log file in qemu. It show me that the vnc port is same with VM ID. If I specify the vnc port in opennebula template, I can`t make 2 more VMs with same template because of vnc port

Re: [one-users] How to manage vm created by opennebula by virsh tools?

2013-11-12 Thread Javier Fontan
OpenNebula can not manage running VMs created by virsh. On Tue, Nov 12, 2013 at 2:58 AM, caohf ca...@wedogame.com wrote: Dear All: How to manage vm created by opennebula by virsh tool? Best Wishes! Dennis ___

Re: [one-users] how to reset VM ID???

2013-11-12 Thread Javier Fontan
There's not an way to reset ID and we discourage it. The code to generate the VNC port is --8-- int limit = 65535; oss ( base_port + ( oid % (limit - base_port) )); --8-- base_port is 5900 by default. You should not have problems with the port as it goes back to 5900 after reaching

Re: [one-users] Error executing image transfer script

2013-11-12 Thread Carlos Martín Sánchez
Hi, Tue Nov 12 00:09:04 2013 [VMM][D]: Message received: LOG I 14 error: Unable to allow access for disk path /var/lib/one/var//datastores/0/14/disk.0: No such file or directory Did you check if this path exists in the host? Regards -- Carlos Martín, MSc Project Engineer OpenNebula -

Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread hansz
hi,man another question now i use opennebula4.2 install on centso 6.4and esxi 5.1,and when i create a vm ,the*.vmdk clone front-end's image datastore to front-end's system datastores. can i use esxi local storage to storage the vms ? as for my front-end has a limited storage. At

Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread Javier Fontan
Is oned running as oneadmin user? On Tue, Nov 12, 2013 at 10:15 AM, hansz hanshizhun...@126.com wrote: at first i think so ,but i can ssh without passwd from front-end to esxi use oneadmin user At 2013-11-12 17:05:38,Javier Fontan jfon...@opennebula.org wrote: This is the error:

Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild

2013-11-12 Thread Tino Vazquez
Hi, There must be some misunderstanding. The OpenNebula front-end _cannot_ have a access to a vmfs system datastore (or vmfs image datastore, for that matter). Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure

Re: [one-users] Error creating image in opennebula for OpenVZ

2013-11-12 Thread knawnd
Hi Catanlia, The problem could be because of datastore by default unpack image whereas it is not acceptable in case of OpenVZ. To workaround that one can add NO_DECOMPRESS=yes in datastore config. For more info see [1]. Hope it helps. Regards, Nikolay. [1]

Re: [one-users] How to use RAW section in VM tempalte

2013-11-12 Thread Liu, Guang Jun (Gene)
No, it does not. With ERROR like below: Tue Nov 12 09:19:29 2013 [VMM][I]: error: Failed to create domain from /var/lib/one//datastores/0/34/deployment.0 Tue Nov 12 09:19:29 2013 [VMM][I]: error: (domain_definition):28: error parsing attribute name Tue Nov 12 09:19:29 2013 [VMM][I]:

Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild.

2013-11-12 Thread Tino Vazquez
Hi, Which guide are you following? Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G | es.linkedin.com/in/tinova -- Confidentiality Warning: The information contained

Re: [one-users] How to use RAW section in VM tempalte

2013-11-12 Thread Javier Fontan
There's a typo, it should read: console type=tcpsource mode=bind... not: console type=tcp source mode=bind On Tue, Nov 12, 2013 at 3:21 PM, Liu, Guang Jun (Gene) gene@alcatel-lucent.com wrote: No, it does not. With ERROR like below: Tue Nov 12 09:19:29 2013 [VMM][I]: error: Failed to

Re: [one-users] Creating images how to

2013-11-12 Thread Martin Alfke
?? Startup the image (mentioned in 4.) and use the system package manager to install packages. On 12 Nov 2013, at 14:49, vishnu e divakaran vishn...@gmail.com wrote: Within image: install acpid (needed to reboot/shutdown vm from open nebula management node) install one-context package how

Re: [one-users] How to use RAW section in VM tempalte

2013-11-12 Thread Liu, Guang Jun (Gene)
Hi Javier, My fault. :( You are right, it worked with the correction of the typo. Thanks very much! Gene Liu On Tue 12 Nov 2013 09:34:04 AM EST, Javier Fontan wrote: There's a typo, it should read: console type=tcpsource mode=bind... not: console type=tcp source mode=bind On Tue, Nov

Re: [one-users] Creating images how to

2013-11-12 Thread Sharuzzaman Ahmat Raslan
Hi all, Alternative to Martin's way: Launch virt-manager on any Linux system (you can install virt-manager on CentOS) In the virt-manager, create a new VM, customize the disk size, select the CentOS installer ISO image, and start performing the installation. Note where you save the virtual

Re: [one-users] Specify IP:MAC from command line

2013-11-12 Thread Mark Kusch
Hi, onetemplate instantiate 0 \ --raw NIC=[MODEL=virtio,IP=192.168.198.45,NETWORK_UNAME=oneadmin,NETWORK=net-mms] \ --raw DISK=[DISK_UNAME=oneadmin,IMAGE=disk-mms,CACHE=unsafe] results in [TemplateInstantiate] Error allocating a new virtual machine. User 2 does not own a network with

Re: [one-users] Specify IP:MAC from command line

2013-11-12 Thread Javier Fontan
Use IMAGE_UNAME instead of DISK_UNAME [1]. It only supports one raw parameter with an enter inside quotes: onetemplate instantiate 0 \ --raw NIC=[MODEL=virtio,IP=192.168.198.45,NETWORK_UNAME=oneadmin,NETWORK=net-mms] \ DISK=[IMAGE_UNAME=oneadmin,IMAGE=disk-mms,CACHE=unsafe] Cheers [1]

Re: [one-users] Specify IP:MAC from command line

2013-11-12 Thread Mark Kusch
That did it! Thanks a lot. Please provide such information more clearly in the docs below! ;) # kraM On 17:54 Tue 12 Nov, Javier Fontan wrote: Use IMAGE_UNAME instead of DISK_UNAME [1]. It only supports one raw parameter with an enter inside quotes: onetemplate instantiate 0 \ --raw

Re: [one-users] Creating images how to

2013-11-12 Thread Amier Anis
thanks guys,I will try both way.basically i'm looking similar to vmware export feature than I can use as ovf template once I hv done the necessary configuration on my image.hi sharuz,nice to meet u here. i'm ok to have TTS. :)will be at cyberjaya tomorrow (thurs) after 5pm. we can meet at any

Re: [one-users] How to manage vm created by opennebula by virsh tools?

2013-11-12 Thread caohf
HI: Here is a document for virsh-install ,this command can help you create a image file. http://www.techotopia.com/index.php/Installing_a_CentOS_KVM_Guest_OS_from_the_Command-line_(virt-install) After you finsh the installlation,you can import the image file into opennebula via sunstone.

Re: [one-users] how to reset VM ID???

2013-11-12 Thread 염재근
should I open all port?? from 5900 to 65535?? 2013/11/12 Javier Fontan jfon...@opennebula.org There's not an way to reset ID and we discourage it. The code to generate the VNC port is --8-- int limit = 65535; oss ( base_port + ( oid % (limit - base_port) )); --8-- base_port

[one-users] Sunstone image upload not working - images not in tmpdir

2013-11-12 Thread Stefan Kooman
Hi List, I'm a bit puzzled. I have a set of load-balanced sunstone nodes with :tmpdir set to /mnt/sunstone_upload. This is an nfs share accessible by both front-end and sunstone nodes. If I upload an image it fails like this (from oned.log): Tue Nov 12 22:26:02 2013 [ReM][D]: Req:3824 UID:0