[one-users] Re : Add network context variables automatically

2013-02-19 Thread Nicolas AGIUS
Hi, I've done somethings like this with OCCI. I put all the IP stuff in the network template and added the following in common.erb : CONTEXT=[   TARGET=xvdb     % devnum = 0 %     % @vm_info.each('NIC') do |nic| %     % if nic.attr('NETWORK','href') %     ,CTX_ETH%= devnum % =

Re: [one-users] NICs configuration

2013-02-19 Thread Carlos Martín Sánchez
Hi, I've checked that template, the 3 NICs are created correctly, and the deployment file contains the 3 network interfaces. It must be a limitation of ttylinux. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org

Re: [one-users] 802.1Q questions

2013-02-19 Thread Jaime Melis
Hi, can you send us the output of brctl show, the network template and the vm template? regards, Jaime On Tue, Feb 19, 2013 at 2:49 AM, 张光鹏 zhan...@neusoft.com wrote: ** Hi,all! I use opennebula3.2.1 in my environment. And the vnm is 802.1q. Before you start the virtual machine,

Re: [one-users] Installing OpenNebula 3.8.3 on Fedora 17 with XEN hypervisor

2013-02-19 Thread Carlos Martín Sánchez
Hi, I assume you are following the guide to build from source [1], and you are trying to install in /srv/cloud/one. We are going to update that guide to change the advised installation method to system-wide; the self-contained installation is useful for development and custom installations, but

Re: [one-users] BLACK and WHITE_PORTS with open vswitch

2013-02-19 Thread Jaime Melis
Hi Oriol I don't know if creating that many rules will impact Open vSwitch's performance, I guess it's something you could ask in the Open vSwitch mailing list, or give it a try yourself and see if it works fine. In any case I think that the approach you described above is the correct one.

Re: [one-users] opennebula dead but subsys locked

2013-02-19 Thread Tino Vazquez
Hi Jon, IIRC, you were using CentOS as the OS for the OpenNebula front-end. The status functionality in the opennebula init script is still not available, although it is already planed [1] for the upcoming 4.0 release (which is around the corner ;) ). Best regards, -Tino [1]

[one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Alberto Picón Couselo
Hi, there. We would like to change names of resources, for instance, image names or cluster names. For example, we have changed image name information directly in MySQL database, changing NAME column and BODY column from image_pool table. However, SunStone shows the changes partially. Image data

[one-users] update datastore name

2013-02-19 Thread Vassilis Vatikiotis
Is it possible to change the name of a datastore? Using onedatastore update doesn't seem to work. thanks ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Carlos Martín Sánchez
Did you stop opennebula before touching the DB? Otherwise, you will get the list output from the DB, and the individual info from the cache. This cached information will eventually replace the data in the DB. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for

[one-users] Multiple OCCI GUIs pointing to a single instance of OpenNebula

2013-02-19 Thread Gerry O'Brien
Hi, Is it possible to have more that one OCCI GUI service pointing to a single OpenNebual service. We have tried setting up a second OCCI service on a second server but it complains on startup that a service is unknown. The reason we are trying to do this is to allow different

Re: [one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Vassilis Vatikiotis
Hello, regarding your answer, is it possible to also change, in the DB, resources IDs? Of course, within the DB, the IDs have to be consistent so that relationships do not break. Assuming that DB consistency is maintained, would this be possilbe? On Tue, Feb 19, 2013 at 2:30 PM, Carlos Martín

Re: [one-users] Bridge, context , save image problem

2013-02-19 Thread Carlos Martín Sánchez
Hi, You are installing the system on a volatile disk... you need to create an empty persistent Image. PS: Please reply to the mailing list. -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org |

Re: [one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Carlos Martín Sánchez
All the information is read from the DB, so yes, it's possible to change anything you want. But there are lots of connections between different resources. For example a VM stores in its xml body not only the host id, but also the hostname, VMM driver... I wouldn't edit the DB, but if you do, make

Re: [one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Vassilis Vatikiotis
Oh, but I do need the option to rename my resources via the one* CLI commands. I'll go with GUI sql tool for now. On Tue, Feb 19, 2013 at 3:59 PM, Vassilis Vatikiotis vatik...@iit.demokritos.gr wrote: On Tue, Feb 19, 2013 at 3:51 PM, Carlos Martín Sánchez cmar...@opennebula.org wrote: All the

Re: [one-users] opennebula dead but subsys locked

2013-02-19 Thread Jonathan Bogaty
Hi Tino, Is there any possibility of an ETA for the 4.0 release? Do you think it will be this quarter, or later in the year? On Tue, Feb 19, 2013 at 5:42 AM, Tino Vazquez tin...@opennebula.org wrote: Hi Jon, IIRC, you were using CentOS as the OS for the OpenNebula front-end. The status

[one-users] unsubscribe

2013-02-19 Thread Jason Villalta
-- -- *Jason Villalta* Co-founder [image: Inline image 1] 800.799.4407 | www.RubixTechnology.com http://www.rubixtechnology.com/ EmailLogo.png___ Users mailing list Users@lists.opennebula.org

Re: [one-users] Instantiate to Persistent

2013-02-19 Thread Ricardo Duarte
Hi there, Any help on this? Thanks, Ricardo From: rjt...@hotmail.com To: rsmont...@opennebula.org Date: Wed, 16 Jan 2013 09:45:44 + CC: users@lists.opennebula.org Subject: Re: [one-users] Instantiate to Persistent Hi Ruben, I guess I was still not able to express the use case correctly.

Re: [one-users] Re : Add network context variables automatically

2013-02-19 Thread Oriol Martí
Thank you Nicolas, for the OCCI it will be good, but for the console and sunstone I think I will have to wait Cheers, ;)riol On 02/19/2013 10:13 AM, Nicolas AGIUS wrote: Hi, I've done somethings like this with OCCI. I put all the IP stuff in the network template and added the following

Re: [one-users] opennebula dead but subsys locked

2013-02-19 Thread Tino Vazquez
Hi Jon, The plan is to release the 4.0 version in the first quarter, the beta will come out in approximately 2 weeks, and the final version within march. Best regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc Project Engineer OpenNebula - The Open-Source Solution for Data Center

Re: [one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Carlos Martín Sánchez
I forgot to mention that the rename operation is already implemented in master [1] for images, templates, vms and vnets. [1] http://dev.opennebula.org/issues/1686 -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org |

Re: [one-users] opennebula dead but subsys locked

2013-02-19 Thread Jonathan Bogaty
Thanks Tino, that's fantastic! On Tue, Feb 19, 2013 at 9:24 AM, Tino Vazquez tin...@opennebula.org wrote: Hi Jon, The plan is to release the 4.0 version in the first quarter, the beta will come out in approximately 2 weeks, and the final version within march. Best regards, -Tino --

[one-users] [HostAllocate] User couldn't be authenticated, aborting call.

2013-02-19 Thread Alexandre De Carvalho
Hi, I have this error message : [HostAllocate] User couldn't be authenticated, aborting call . I don't know how resolve it. Can you help me, please ? -- Best regards, Alexandre ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] [ImageAllocate] Cannot determine Image SIZE

2013-02-19 Thread Javier Fontan
Can you send us the file image.one? On Tue, Feb 19, 2013 at 1:05 PM, harishma dayanidhi dayanidhi.haris...@gmail.com wrote: Hello all, I am trying to set up Open nebula on a single computer and i have been following the tutorial given at this page-

Re: [one-users] Problem network with DomU created with opennebula

2013-02-19 Thread Stefano Nicotri
Hi Javier, I have the same problem. The IP assigned to the VM is not the one on which the VM is listening. I connect to the VM through vnc on the host (`vncviewer 0.0.0.0:VM_ID`) and then get the right IP with ifconfig. then, if I ssh into the machine usind that IP I can reach it. Any idea on

Re: [one-users] [ImageAllocate] Cannot determine Image SIZE

2013-02-19 Thread Javier Cuquerella Sanchez
My deployment.0 is: name = 'one-41' #O CPU_CREDITS = 256 memory = '2048' bootloader = /usr/lib/xen/boot/hvmloader disk = [ 'tap:aio:/var/lib/one//datastores/0/41/disk.0,hda,w', 'tap:aio:/var/lib/one//datastores/0/41/disk.1,sdb,w', ] vif = [ '

Re: [one-users] [HostAllocate] User couldn't be authenticated, aborting call.

2013-02-19 Thread Javier Fontan
It seems that the user password is incorrect, can you check that? On Tue, Feb 19, 2013 at 4:07 PM, Alexandre De Carvalho alexandre7.decarva...@gmail.com wrote: Hi, I have this error message : [HostAllocate] User couldn't be authenticated, aborting call . I don't know how resolve it. Can you

Re: [one-users] syntax error when I try to add a host

2013-02-19 Thread Javier Fontan
You should get more information after those lines, it prints the monitoring information it cannot parse. Could you send it here? On Tue, Feb 19, 2013 at 5:36 PM, Alexandre De Carvalho alexandre7.decarva...@gmail.com wrote: Hi, I have this problem when i want add a host : Tue Feb 19 17:30:04

Re: [one-users] update datastore name

2013-02-19 Thread Javier Fontan
In the current version you wont be able to change the name of a datastore, the same happens with other objects. On Tue, Feb 19, 2013 at 1:00 PM, Vassilis Vatikiotis vatik...@iit.demokritos.gr wrote: Is it possible to change the name of a datastore? Using onedatastore update doesn't seem to

Re: [one-users] Problem network with DomU created with opennebula

2013-02-19 Thread Javier Fontan
Are the contextualization packages installed in your image? When the VM gets another IP the problem could be a previous configuration (fixed of dhcp configuration) or the contextualization packages not properly installed. On Tue, Feb 19, 2013 at 6:04 PM, Stefano Nicotri stefano.nico...@gmail.com

Re: [one-users] syntax error when I try to add a host

2013-02-19 Thread Alexandre De Carvalho
I have only this : [root@localhost one]# onehost show 18 HOST 18 INFORMATION ID: 18 NAME : xenserver-crlpszzx STATE : ERROR IM_MAD: im_xenserver VM_MAD: vmm_xenserver TM_MAD: tm_xenserver HOST

Re: [one-users] Instantiate to Persistent

2013-02-19 Thread Ruben S. Montero
Hi Yes, I did not really get the use case here. So from your email: OpenNebula would clone the source disk, add it to the machine template and instantiate the machine when I run onetemplate instantiate. So far, I can only do this with non-persistent disks, where OpenNebula clones the source

[one-users] SLES11SP2 Repository?

2013-02-19 Thread James Pifer
Hi. I currently use another product for managing our fairly large xen install (100+ hosts and 500 VMs). It's time to start looking at alternatives for various reasons. I came across OpenNebula. Is there an active sles11sp2 repository for installing Opennebula? I found this old Announce here,

Re: [one-users] Instantiate to Persistent

2013-02-19 Thread Ricardo Duarte
Hi Ruben, I'm currently using the API. I know I can do it as you said, but it is not a single operation. It requires to track state, wait for images to be cloned, etc. It would be nice to be able to instantiate persistent images in the same way as we instantiate regular non-persistent. So, if

[one-users] Run VM

2013-02-19 Thread ahernandez
I need help to deploy virtual machine, I present this problem when I try up the VM: Wed Feb 13 12:19:28 2013 [VM][I]: Virtual Machine has no context Wed Feb 13 12:19:39 2013 [TM][I]: clone: Cloning ubuntu:/var/lib/one/datastores/122/220e41269143e928d97a3281b96ef692 in

Re: [one-users] Run VM

2013-02-19 Thread Hector Sanjuan
The error is quite clear on the log: Wed Feb 13 12:19:40 2013 [TM][I]: sh: mkswap: not found mkswap is provided by the util-linux package, at least in my case... -- Hector Sanjuan @hecsanjuan ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] NICs configuration

2013-02-19 Thread Túlio Gomes
Hmm, i don't think so Carlos, because i can configure the third nic manually. But i'll try to instantiate a vm using an ubuntu image and return to you. 2013/2/19 Carlos Martín Sánchez cmar...@opennebula.org Hi, I've checked that template, the 3 NICs are created correctly, and the

Re: [one-users] Run VM

2013-02-19 Thread Hector Sanjuan
mkswap is a system command... which is nowhere to be found in your system it seems... On Tue, 19 Feb 2013 21:14:03 +0100, ahernan...@tesla.cujae.edu.cu wrote: jjjeppp ... but when I run only this command(I run command how oneadmin) /var/lib/one/remotes/tm/ssh/mkswap 512

[one-users] Run VM

2013-02-19 Thread ahernandez
jjjeppp ... but when I run only this command(I run command how oneadmin) /var/lib/one/remotes/tm/ssh/mkswap 512 das-vsilo23.cimex.com.cu:/vmfs/volumes/Gestion_SO/DATASTORE_INVENTADO_POR_MI/0/17/disk.1 17 0 I receive this INFO: mkimage: Making filesystem of 512M and type swap at

Re: [one-users] SLES11SP2 Repository?

2013-02-19 Thread James Pifer
On 2/19/2013 3:03 PM, Andrei Vakhnin wrote: James SLES OpenNebula repo is handled by Robert Schweikert (CC). Here are the links: 3.8.1 packages: http://download.opensuse.org/repositories/Virtualization:/Cloud:/OpenNebula:/Testing/ 3.6.0 packages:

Re: [one-users] SLES11SP2 Repository?

2013-02-19 Thread Andrei Vakhnin
Here it is: http://download.opensuse.org/repositories/Cloud:/OpenNebula/SLE_11_SP2/ [Cloud_OpenNebula] name=openNebula Cloud environment (SLE_11_SP2) type=rpm-md baseurl=http://download.opensuse.org/repositories/Cloud:/OpenNebula/SLE_11_SP2/ gpgcheck=1

Re: [one-users] SLES11SP2 Repository?

2013-02-19 Thread James Pifer
On 2/19/2013 3:57 PM, Andrei Vakhnin wrote: Here it is: http://download.opensuse.org/repositories/Cloud:/OpenNebula/SLE_11_SP2/ [Cloud_OpenNebula] name=openNebula Cloud environment (SLE_11_SP2) type=rpm-md baseurl=http://download.opensuse.org/repositories/Cloud:/OpenNebula/SLE_11_SP2/

[one-users] unsubscribe

2013-02-19 Thread Lenin Abadié
-- *LENIN ERNESTO ABADIÉ OTERO Bsc. in Computer Science M.Sc. Candidate of Computer Science Centro de Informática - UFPE Fones: TIM (81) 97444897 / CLARO (81) 93522787* * l...@cin.ufpe.br http://twitter.com/#leninabadie http://www.facebook.com/lenin.abadie

[one-users] Cluster Host VM resubmit triggering

2013-02-19 Thread Alberto Picón Couselo
Hi all, Which are the configuration directives we have to change to activate a redeployment of the VMs running on a FAILED host member of a cluster? Do we have to uncomment in /etc/one/oned.conf the following hook?: #VM_HOOK = [ # name = on_failure_resubmit, # on= FAILED, #

Re: [one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Alberto Picón Couselo
We have changed resources names (images, networks, clusters, templates) and datastores location correctly using a MySQL editor with opennebula stopped. Thank you very much for your help, Best Regards, Alberto Picón El 19/02/2013 14:51, Carlos Martín Sánchez escribió: All the information is

[one-users] Fwd: problems with VM IPs and disks

2013-02-19 Thread Stefano Nicotri
Good Morning Everybody, I am new to opennebula and to this mailing list, and I have a problem... I have successfully installed the software on the frontend and one host machine, have created a network (fixed, dummy) with a certain number of (private) IPs, an image (cdrom) containing an iso of a

[one-users] Deploy a web application using opennebula appflow

2013-02-19 Thread SIDHARTHA
Hi, Can I deploy a web application using OpenNebula AppFlow??? If so, please let me know the procedure. Thanking you, K. RAMA KRISHNA SIDHARTHA___ Users mailing list Users@lists.opennebula.org

[one-users] 回复: Re: 802.1Q questions

2013-02-19 Thread 张光鹏
All right: here is my brctl show: [root@compute-57-10 ~]# brctl show bridge name bridge id STP enabled interfaces virbr0 8000.5254007ab066 yes virbr0-nic And my network template(We automatically generate template ): VNETID69/IDUID0/UIDGID0/GIDUNAMEoneadmin/UNAMEGNAMEoneadmin/GNAME

Re: [one-users] Cluster Host VM resubmit triggering

2013-02-19 Thread Alberto Picón Couselo
Sorry, I copied the wrong hook. I mean Fault Tolerance Hook for Hosts: #*** # Fault Tolerance Hooks #*** # This hook is used to perform recovery

Re: [one-users] Opennebula 3.8 Resource rename

2013-02-19 Thread Alberto Picón Couselo
We have changed resources names (images, networks, clusters, templates) and datastores location correctly using a MySQL editor with opennebula stopped. Thank you very much for your help, Best Regards, Alberto Picón El 19/02/2013 14:51, Carlos Martín Sánchez escribió: All the information is