Re: [one-users] Question on /var/lib/remotes/tm/shared/clone script

2014-12-30 Thread Daniel Dehennin
Steven C Timm t...@fnal.gov writes: [root@cloudworker1359 libvirt]# grep -v ^# qemu.conf | grep . dynamic_ownership = 0 You must set “user” and “group” to “oneadmin” like described in the documentation[1]. This way the qemu process run as oneadmin and has write access to the images.

Re: [one-users] Question on /var/lib/remotes/tm/shared/clone script

2014-12-30 Thread Steven Timm
This trick does work to start the particular VM in question in this particular use case of shared repo and cloning. I think we didn't make this change in our ONE3.2 installation because we had other reasons why we needed the qemu user to run KVM in other transfer mode situations. Will have to

[one-users] Question on /var/lib/remotes/tm/shared/clone script

2014-12-29 Thread Steven C Timm
We have noticed this problem recently in OpenNebula 4.6 and 4.8 recently. We also had to make a similar patch in OpenNebula 3.2 Our use case: we have a SHARED image datastore DATASTORE 102 INFORMATION ID : 102 NAME : cloud_images USER : oneadmin GROUP

Re: [one-users] Question regarding Image.allocate method

2014-03-07 Thread Carlos Martín Sánchez
FYI, the java oca files can be downloaded from here: http://downloads.opennebula.org/packages/opennebula-4.4.0/ Regards -- Carlos Martín, MSc Project Engineer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | cmar...@opennebula.org |

[one-users] Question regarding Image.allocate method

2014-03-06 Thread Roxana Ioana Roman
Hello! I am trying to allocate a new image in OpenNebula using the Image.allocate(client,imageTemplate) method from the Java api. I am doing: OneResponse resonse =Image.allocate(client, image.toString()); where image.toString() is: NAME = ImageTest PATH =

Re: [one-users] Question regarding Image.allocate method

2014-03-06 Thread Javier Fontan
There's one more parameter in that method, the datastore id. allocate(Client client, java.lang.String description, int datastoreId) http://docs.opennebula.org/doc/4.4/oca/java/ On Thu, Mar 6, 2014 at 1:26 PM, Roxana Ioana Roman rroxanaio...@gmail.com wrote: Hello! I am trying to allocate a

Re: [one-users] Question regarding Image.allocate method

2014-03-06 Thread Roxana Ioana Roman
I thought that there should be one too..But I am using the Image from org.opennebula.client.image, and it only has this method: public static OneResponse allocate(Client client, String string) { ..} And I tried the previous imageTemplate from the command line (with oneimage create ... and the

Re: [one-users] Question regarding Image.allocate method

2014-03-06 Thread Javier Fontan
I think that's an old version of the java client api talking to a newer OpenNebula. With multiple datastores this ID should be specified. On Thu, Mar 6, 2014 at 2:45 PM, Roxana Ioana Roman rroxanaio...@gmail.com wrote: I thought that there should be one too..But I am using the Image from

[one-users] Question about securing/isolatings vms in open nebula?

2013-09-13 Thread Fernando Filgueira
Hello to everyone, my name is fernando, from the canary island (a piece of earth lost in the middle of the atlantic ocean), and this is my first mail to this list. At last, after three hard days having a fight with my virtual enviroment i manage to get opennebula half running (well, almost all

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

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

2013-09-06 Thread Sam Song
Hi, forks: When I attach a datablock type image to a running vm, I need to reboot vm to find the new device and mount it manually. I want to know how do you attach an image to a vm and make it ready to use? Is there a designing of opennebula to enable mounting the attached disk automaticly? My

[one-users] Question about placing a Virtual Router in virtual network

2013-05-10 Thread song
Greetings: It seems that we must place a virtual router in the same network with VMs,I have a question:then it's no need of setting the virtual network section in VM template now,cause DHCP server in virtual router will assign the IP to any VM in this network.AM I right?

Re: [one-users] Question about placing a Virtual Router in virtual network

2013-05-10 Thread Carlos Martín Sánchez
Hi, On Fri, May 10, 2013 at 8:17 AM, song song@venusource.com wrote: Greetings: It seems that we must place a virtual router in the same network with VMs,I have a question:then it's no need of setting the virtual network section in VM template now,cause DHCP server in virtual router

Re: [one-users] Question about datastores

2013-05-06 Thread Ruben S. Montero
Hi My plan once I go into production, is to create a datastore for a customer. Then that customer will be able to use as much space as is provisioned for that datastore. E.g., I have a customer Bills Super VMs, I'd create a 500GB datastore for Bills Super VMs, then he can create as many

[one-users] Question about datastores

2013-05-05 Thread Jon
Hello All, Perhaps I'm misunderstanding how datastores work, but whenever I instantiate a VM, the whole image is cloned into the default datastore. I even went as far as creating a user/group, creating a datastore for that user, and disabling access for Group and Other in the system datastore.

[one-users] question ...

2013-04-12 Thread patricio . proano
Hi, A conceptual question. The DaaS (Desktop as a Service) is a particular case of SaaS? Thanks. ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

[one-users] question about ACL with one.image.clone

2013-03-08 Thread Nicolas Bélan
Hello everyone, I am testing OpenNebula Self-Service (v3.8.3 + debian), and acl rules. I have a little problem using ACLs... According to documentation http://opennebula.org/documentation:rel3.8:api#oneimage : clone one.image.clone http://opennebula.org/documentation:rel3.8:api#oneimageclone

Re: [one-users] question about ACL with one.image.clone

2013-03-08 Thread Carlos Martín Sánchez
Hi, Could you confirm through the CLI that user 3 belongs to group 102? oneuser list and show will only show the group name, but using the command 'oneuser show 3 -x' you can read the GID element. Regards. -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data

Re: [one-users] question about best way to assign IP's to various users

2013-02-27 Thread Carlos Martín Sánchez
Hi, Here is how I would do it: Create a VNet as oneadmin, and grant your users permission to USE it. This can be done moving the vnet to the user's group (onevnet chgrp), changing the permissions (onevnet chmod), or using ACL rules (oneacl). See [1] for more information about all this. Now you

Re: [one-users] question about best way to assign IP's to various users

2013-02-27 Thread Gary S. Cuozzo
different virtual networks, this would work well for us. It would only be officially used by one network at any time. Thanks again, gary - Original Message - Sent: Wednesday, February 27, 2013 5:48:55 AM Subject: Re: [one-users] question about best way to assign IP's to various users

Re: [one-users] question about best way to assign IP's to various users

2013-02-27 Thread Simon Boulet
used by one network at any time. Thanks again, gary -- *Sent: *Wednesday, February 27, 2013 5:48:55 AM *Subject: *Re: [one-users] question about best way to assign IP's to various users Hi, Here is how I would do it: Create a VNet as oneadmin, and grant your

Re: [one-users] question about best way to assign IP's to various users

2013-02-27 Thread Gary S. Cuozzo
, February 27, 2013 11:45:07 AM Subject: Re: [one-users] question about best way to assign IP's to various users I was thinking of adding an IP reservation feature that would mark IP as reserved for a given user. Then that user could have template that specifies which IP they want for each VM (when

[one-users] question about best way to assign IP's to various users

2013-02-26 Thread Gary S. Cuozzo
Hello users, I am trying to figure out a good way to manage assignments IP addresses to various users. We have a /22 of public IP addresses and I want to be able to give various users access to their IP's that we've allocated. I would also like to be able to see a global view of IP's in use.

[one-users] Question on OpenNebulaApps

2013-01-31 Thread Riccardo Brunetti
Dear opennebula users. Does anybody know where I can find the documentation about the OpenNebulaApps REST interface? In the web page I can see: Fully documented REST API for developers but there is no link. Thanks a lot Best regards. Riccardo -- --- Riccardo Brunetti INFN -

Re: [one-users] Question on OpenNebulaApps

2013-01-31 Thread Riccardo Brunetti
Il 31/01/13 5 12:53, Carlos Martín Sánchez ha scritto: Hi, Sorry for the mix-up, the API documentation is actually a work in progress. Thanks for the heads up. Carlos -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization

[one-users] Question about VM scheduling

2012-11-27 Thread Luis Rodero Merino
Hi all, We are considering using OpenNebula for some internal research tasks. We would like to know if it is possible to change the VM scheduler module to implement our own scheduling policies. Reading the documentation, it seems that the VM scheduler is a monolithic component, so we should

Re: [one-users] Question about VM scheduling

2012-11-27 Thread Carlos Martín Sánchez
Hi Luis, As you said, the scheduler is a separate daemon, mm_sched, and can be completely replaced. But the code is also ready to accept (and combine) new policies. To get started, take a look at the code in src/scheduler [1]. You'll see that RankPolicy is a child class of the more generic

[one-users] Question about 3.8.1 TM premigrate

2012-11-19 Thread Joaquin Villanueva
Hi all, After succesful update from 3.6 to 3.8.1, we're testing the premigrate/postmigrate feature. We're using a shared system datastore, and all the VM have iscsi volumes attached. The premigrate feature is really useful for this scenario, letting us to login

[one-users] Question about 3.8.1 TM premigrate

2012-11-19 Thread Joaquin Villanueva
Hi all, After succesful update from 3.6 to 3.8.1, we're testing the premigrate/postmigrate feature. We're using a shared system datastore, and all the VM have iscsi volumes attached. The premigrate feature is really useful for this scenario, letting us to login

Re: [one-users] Question about 3.8.1 TM premigrate

2012-11-19 Thread Joaquin Villanueva
ooops, sorry for the cross-posting... El 19/11/12 11:15, Joaquin Villanueva escribi: Hi all, After succesful update from 3.6 to 3.8.1, we're testing the premigrate/postmigrate feature. We're using a shared system datastore,

Re: [one-users] Question about 3.8.1 TM premigrate

2012-11-19 Thread Ruben S. Montero
Hi, Probably this is not very well explained in the documentation. Notes on premigrate/postmigrate: 1.- These scripts are to be executed before and after calling the live-migrate operation of the hypervisor 2.- The pre/post migrate scripts are place holders to put all the operations needed to

Re: [one-users] Question about OpenNebula / Amazon S3

2012-08-26 Thread Ruben S. Montero
Hi OpenNebula provides a complete set of features to manage VMs and its associated storage (virtual disks). This functionality is also provided at some extent by the Cloud API's. OpenNebula will not implement a generic cloud storage solution like DropBox, UbuntuOne, S3 etc... Regarding AWS API's

[one-users] Question about OpenNebula / Amazon S3

2012-08-24 Thread Jana Weschenfelder
Dear Ladies and Gentlemen, Regarding to your documentation, OpenNebula supports Amazon EC2. Is it planned that OpenNebula will support Amazon S3 sometime, too? Many thanks, Jana ___ Users mailing list Users@lists.opennebula.org

[one-users] Question about migrating a stand-alone KVM node with VM's into an OpenNebula setup

2012-08-23 Thread Bart
Hi, I'm new to OpenNebula and have read some of the documentation and even got the book (b.t.w. a great book!), as such I'm in the process of setting up an initial setup to see how all the pieces fit together. For the initial setup I have 4 servers, all identical, and the setup that I'm going

Re: [one-users] Question about migrating a stand-alone KVM node with VM's into an OpenNebula setup

2012-08-23 Thread André Monteiro
Hello Bart, Regarding the manual migration, I've done some in the past and you can: - shutdown VM - create an image template with the source pointing to your raw image (it will create a symlink) - create a template with your specs and image template - instantiate new VM with created template or

Re: [one-users] Question about migrating a stand-alone KVM node with VM's into an OpenNebula setup

2012-08-23 Thread Bart
2012/8/23 André Monteiro andre.mont...@gmail.com Hello Bart, Regarding the manual migration, I've done some in the past and you can: - shutdown VM - create an image template with the source pointing to your raw image (it will create a symlink) - create a template with your specs and image

Re: [one-users] Question

2012-06-26 Thread Alberto Zuin - Liste
Will be queued, the instance stay in Pending state. Alberto On 26/06/2012 07:34, Mohsen Amini wrote: Hello everybody, Today, a question crossed my mind...I'd be pleased if someone can help me with that... I am wondering how OpenNebula treats a VM request when there is not enough resources?

[one-users] Question

2012-06-25 Thread Mohsen Amini
Hello everybody, Today, a question crossed my mind...I'd be pleased if someone can help me with that... I am wondering how OpenNebula treats a VM request when there is not enough resources? For example, If there are 4 cores and 4VMs already occupied those cores along with the memory. In this

Re: [one-users] question about System Datastore on Opennebula 3.4

2012-04-24 Thread Ruben S. Montero
Hi, The only problem here Hi, There are some considerations in this case: 1.- The VMs will not be able to migrate (nor live nor cold) across datacenters. You can't also stop a VM in a Datacenter, and resume it in the other 2.- Both datacenters must have access to the image datastores used by

Re: [one-users] Question regarding password change for oneadmin. Errors in oned.log after the change.

2012-04-23 Thread Carlos Martín Sánchez
Hi, Just to clarify, the authentication file is the one pointed by the env. variable ONE_AUTH (not ONE_AUTHENTICATION), or if it is not defined, ~/.one/one_auth. Adam, the steps you followed are the right way to change the user password. You said you changed ~/.one.one_auth but I'm assuming

Re: [one-users] Question regarding password change for oneadmin. Errors in oned.log after the change.

2012-04-23 Thread Adam vonNieda
@lists.opennebula.org Subject: Re: [one-users] Question regarding password change for oneadmin. Errors in oned.log after the change. Hi, Just to clarify, the authentication file is the one pointed by the env. variable ONE_AUTH (not ONE_AUTHENTICATION), or if it is not defined, ~/.one

[one-users] question about System Datastore on Opennebula 3.4

2012-04-23 Thread João Pagaime
Hello all, On Opennebula 3.4 is it possible to configure the System Datastore do use the Shared Transfer Driver, and then to use different storages for different working-nodes? Example: - on working-node A, B and C at datacenter X, /var/lib/one/datastores/0/ mounts by NFS on server NFS01

[one-users] Question regarding password change for oneadmin. Errors in oned.log after the change.

2012-04-20 Thread Adam vonNieda
Hi folks, I'm new to OpenNebula, first post. I've installed one 3.4 on a Centos 6 front end via RPM. Everything works fine, I can do a onehost list successfully. The problem is that I need to change the stored password for the oneadmin user (not the OS user). So I do the following steps

[one-users] Question regarding password change for oneadmin. Errors in oned.log after the change.

2012-04-20 Thread Darshan Upadhyay
you have to add new password in to ONE_AUTHENTICATION file of opennebula...This might be solve your problem. On Fri, Apr 20, 2012 at 7:05 PM, Adam vonNieda a...@vonnieda.org wrote: Hi folks, I'm new to OpenNebula, first post. I've installed one 3.4 on a Centos 6 front end via RPM.

[one-users] [Question] How to set my oned.conf ?

2012-03-04 Thread 張德勤
Dear all: I am new in OpenNEbula. I have two machines, one is server, and the other one is client1. 1. server :CentOS 6 + Opennebula 3.0.0 2. client1:CentOS 6 + XEN-kernel(2.6.32.56-1.el6xen.x86_64) +XEN And both of the two machines I add user and group by the following 5 commands. 1. sudo

Re: [one-users] [Question] How to set my oned.conf ?

2012-03-04 Thread 張德勤
Thank for Hector Sanjuan's reply. But my oned.log does not grow up since Mar 3. ###my oned.log### Sat Mar 3 14:04:15 2012 [ONE][I]: Starting OpenNebula 3.3.0 OpenNebula Configuration File

Re: [one-users] [Question] How to set my oned.conf ?

2012-03-04 Thread 張德勤
Dear all: Thank for Hector's suggestion. I kill all process, and restart one But, it doesn't work. :( And I modify my oned.conf as following IM_MAD = [ name = im_xen, executable = one_im_ssh, arguments = xen ] VM_MAD = [ name = vmm_xen, executable =

Re: [one-users] [Question]Can Opennebula run on VMWare machine?

2011-12-05 Thread Valentin Bud
On Mon, Dec 5, 2011 at 6:47 AM, cat fa boost.subscrib...@gmail.com wrote: I wonder whether it is possible to run the opennebula on a host machine? 2011/12/5 Ruben S. Montero rsmont...@opennebula.org Hi There should be no problem to run the opennebula front-end in a virtual machine. Check

Re: [one-users] [Question]Can Opennebula run on VMWare machine?

2011-12-04 Thread Ruben S. Montero
Hi There should be no problem to run the opennebula front-end in a virtual machine. Check that you have ssh access to the 192.168.1.2 host. Cheers ruben On Sat, Dec 3, 2011 at 3:28 PM, cat fa boost.subscrib...@gmail.com wrote: There is a VMWare Workstation Server in our lab. We don't have

[one-users] Question regarding HA

2011-11-17 Thread José Román Bilbao Castro
Hi all, I am very interested in setting up a virtualized infraestructura that provides HA to my Installed VMs. As read, OpenNebula does provide it but I have some technical questions Regarding its functioning: I would like to better understand the HA model behind the scenes on

[one-users] question about dhcp settings for vm?

2011-06-07 Thread Ou, Yan
Hi All Can anyone please tell me how to setup dhcp client for KVM based VMS by opennebula template? I have set up the bridging interface br0 through eth0 (which is connected to our company network and IP is leased by company dhcp server), and br0 is set as dhcp as well. Now I want our VMS

Re: [one-users] question about dhcp settings for vm?

2011-06-07 Thread Olivier Sallou
Hi, I am not sure to understand your problem, but for DHCP config , on Open nebula side, all you need is to define a network, let's say mycompany, and to declare a bunch of MAC/IP associations (the ones defined in your dhcp). At boot, using the mycompany network, your VM will be started with one