[one-users] Using RAW attribute section for Xen

2012-09-04 Thread Yasz Yassin
Hi All, I want to attach the GPU during VM deployment using Xen hypervisor. I did a dump XML on the working VM with GPU attached and put the attributes in the RAW section of my VM template as below: (i am using opennebula 3.6) RAW=[ TYPE=xen, data = "" ]

Re: [one-users] Problem in Running Virtual Machine

2012-09-04 Thread shivay veer sharma
hi Daniel, Please help me ASAP thanks and regards Shivay Veer Sharma On Tue, Sep 4, 2012 at 7:02 PM, shivay veer sharma wrote: > hi , > > Still the problem is there now the proble is changed > it is not able to run some script > > Tue Sep 4 18:45:02 2012 [DiM][I]: New VM state is ACTIVE. > T

[one-users] Inquires the virtual machine detailed XML analytical problem

2012-09-04 Thread David
One installed in Oracle VM Server Server3.0.2??OpenNebula version is 3.2.1 It appears the XML analytic has a problem after execute the following command: onehost show ??onevm show??onevnet show eg: [oneadmin@compute-16-10 ~]$ onevm show 6980 -bash: onevms: command not found [oneadmin@compute-16

[one-users] problem about resumed vm

2012-09-04 Thread 任英杰
hi all, I have suspend a vm ,and then resume it. The status show the process is ok, but I can't access it(ping/ssh). The vm works fine before suspend. Here is the vm's log, pls help me. Wed Sep 5 02:41:56 2012 [LCM][I]: New VM state is SAV

Re: [one-users] "onevm saveas" compromised one.db

2012-09-04 Thread Duverne, Cyrille
Hello Carlos, Thanks for your quick answer. I'm using KVM and my images are only clones... Regards Cyrille Mardi 04/09/2012 à 15:14 Carlos Martín Sánchez a écrit: Hi, I can't reproduce this behaviour. I'm using the drivers -,shared for the system datastore; and fs,shared for the default datas

[one-users] VM deploy_id in non-English environment causes trouble

2012-09-04 Thread Pellaeon Lin
Hi, I use the OpenNebula 3.6.0 deb package on Ubuntu Server 12.04.1 , I have KVM and Sunstone working. When I create a new VM via Sunstone, it would normally boot up and show the state "RUNNING", and I can ssh into it. But via Sunstone I saw the VM's Deploy ID was "區域" , which instead should be "on

Re: [one-users] Update hostname after a migration

2012-09-04 Thread Carlos Martín Sánchez
Hi, OpenNebula has the objects cached in memory, so you cannot simply inject new data into the DB. Besides, the (live)migration operation is not only a change in the VM hostname, it involves history records, accounting, and Host capacity. The ideal solution would be to make that load balancer ask

Re: [one-users] Problem in Running Virtual Machine

2012-09-04 Thread shivay veer sharma
hi , Still the problem is there now the proble is changed it is not able to run some script Tue Sep 4 18:45:02 2012 [DiM][I]: New VM state is ACTIVE. Tue Sep 4 18:45:02 2012 [LCM][I]: New VM state is PROLOG. Tue Sep 4 18:45:02 2012 [VM][I]: Virtual Machine has no context Tue Sep 4 18:45:03 20

Re: [one-users] "onevm saveas" compromised one.db

2012-09-04 Thread Carlos Martín Sánchez
Hi, I can't reproduce this behaviour. I'm using the drivers -,shared for the system datastore; and fs,shared for the default datastore. What drivers are you using? Are your images persistent? About the CLI-Sunstone commands consistency, both end calling the ruby OCA and then the core, so they sho

[one-users] Update hostname after a migration

2012-09-04 Thread Nicolas AGIUS
Hi, I'm currently writing a new VMM to use openNebula with a clustered xen manager responsible of failover and loadbalancing. This system, put between xen and opennebula will automatically move vm by its own. Is there any way to inform oned that the vm has been migrated ? I tried to inject th

Re: [one-users] Opennebula response time increasing

2012-09-04 Thread Christoph Robbert
Hello, i use MySQL as Database. I query Opennebula from python via pyoca[1]. But i registered the same effect using the command "onevm list". The effect depend also on the number of running VMs, but i run only at maximum 30 VMs. The effect starts at round about 6 VMs. Usually the time increa

Re: [one-users] Opennebula response time increasing

2012-09-04 Thread Carlos Martín Sánchez
Hi, Can you share some more information about your scenario? Are you using sqlite, or mysql? MySQL can drastically improve the performance over sqlite. How are you querying OpenNebula, are you using the CLI, our ruby/java OCA? The response time can be affected by the xml processing that the OCA h

Re: [one-users] Error - MAD did not answer INIT command

2012-09-04 Thread Carlos Martín Sánchez
Hi, As you said, the common cause for the "MAD did not answer INIT command" is that the timeout is reached because of high load... I can't remember any other obvious reason. If you find the same problem again, you could try to execute the following: $ . /usr/lib/one/mads/one_im_ssh -r 0 -t 15 k

Re: [one-users] consistent config

2012-09-04 Thread Tino Vazquez
Dear Cristopher, If I understood correctly, you want to ensure that a VM with image #2 always have a NIC with the same IP address. To achieve this, you can create a template for that VM with a NIC set to a explicit IP. Regards, -Tino -- Constantino Vázquez Blanco, MSc Project Engineer OpenNebul

Re: [one-users] LDAP Auth

2012-09-04 Thread Javier Fontan
Add default to the list of allowed auth methods in oned.conf. Something like: AUTH_MAD = [ executable = "one_auth_mad", authn = "default,ssh,x509,ldap,server_cipher,server_x509" ] On Wed, Aug 29, 2012 at 2:59 AM, Derek Yarnell wrote: > On 8/28/12 11:13 AM, Javier Fontan wrote: >> Ca