Re: [one-users] Cannot access Sunstone after upload image 500Gb

2013-08-14 Thread Mohammad Fazli Ahmat Jalaluddin
Hi, Sorry for late reply since it is holiday season in my country. I think the issue maybe due to NFS configuration (using NFSv3) and also some other minor things such as upgrading ruby version and so on. I happened to see you post this suggested solutions while you were helping another user: T

[one-users] Privacy in Sunstone

2013-08-14 Thread Mohammad Fazli Ahmat Jalaluddin
Hi, I just wondering, why OpenNebula admin (oneadmin) can access to all user's VM? If the admin open user's VM VNC, they can see what the users are doing. Is the any way to prevent this? Also, admin can see template details such as PASSWORD for SPICE or VNC even for user's template. Thank you.

[one-users] opennebula can not create vm on esxi

2013-08-14 Thread 韩士准
anyone give some help ? Thu Aug 15 08:09:12 2013 [DiM][I]: New VM state is ACTIVE. Thu Aug 15 08:09:12 2013 [LCM][I]: New VM state is PROLOG. Thu Aug 15 08:09:12 2013 [TM][W]: No size or format in FS, skipping Thu Aug 15 08:09:13 2013 [TM][I]: Command execution fail: /var/lib/one/remotes/tm/shared

[one-users] New Jenkins testing process (Feature #2224) and some QA doc fixes

2013-08-14 Thread Veikko Eeva
Hi! I just spotted http://dev.opennebula.org/issues/2224, which has a note on a new QA testing process. Has the prorcess being described somwhere? Also, I noticed the QA page at http://opennebula.org/software:testing has a mention of Hudson, whereas I believe it should be Jenkins. Cheers, V

[one-users] _CONTEXT_FORCE_IPV4 disappeard ?

2013-08-14 Thread Nicolas Bélan
Hello I have the following context in my VM: TARGET vdb ETH0_MASK 255.255.255.192 ETH0_DNSA.B.C.D ETH0_IPV6 A:B::400:b9ff:fe1e:5c04 ETH0_IP6A:B::400:b9ff:fe1e:5c04 ETH0_NETWORKA.B.C.0 ETH0_GATEWAY6 A:B:: ETH0_GATEWAYA.B.C.D ETH0_IP A.B.C.D NETWORK

Re: [one-users] Live migrate error, disk.0 does not exists at destination

2013-08-14 Thread Nicolas Bélan
hum ... I tried the next case; shutdown one HV .. I shared DS 0 using HA NAS. I got now: Wed Aug 14 15:09:12 2013 [TM][D]: Message received: LOG I 77 Command execution fail: /var/lib/one/remotes/tm/shared/context /var/lib/one/vms/77/context.sh hostB:/var/lib/one//datastores/0/77/disk.1 77 0 Wed A

Re: [one-users] problem cloning vm image on shared datastore

2013-08-14 Thread Maicon Stihler
Hi Jaime, thanks for your reply. I'll follow your advice and try the GlusterFS mailing list. Meanwhile I changed the clone script to use dd in place of cp as a work around (strangely dd seems to work as expected). Best regards, Maicon 2013/8/14 Jaime Melis > Hi Maicon, > > this is very strang

Re: [one-users] Live migrate error, disk.0 does not exists at destination

2013-08-14 Thread Jaime Melis
Hi Nicolas, it's more or less explicitely stated by this section: http://opennebula.org/documentation:rel4.2:system_ds#host_configuration cheers, Jaime On Wed, Aug 14, 2013 at 7:54 AM, Nicolas Bélan wrote: > Hum, that's not very clear in the doc. > I though that DS 0 was local to all ALL hype

Re: [one-users] problem cloning vm image on shared datastore

2013-08-14 Thread Jaime Melis
Hi Maicon, this is very strange indeed. Maybe GlusterFS is not properly installed? (could be you are accessing the bricks directly?) Asking in the GlusterFS mailing might be a good idea. Cheers, Jaime On Fri, Aug 9, 2013 at 12:27 PM, Maicon Stihler wrote: > Hi, > > I'm configuring an infrast

Re: [one-users] Datastores

2013-08-14 Thread Michael Curran
The problem is - when I installed ON4.0 - I was able to re-direct the datastores to the /vmfs/volumes instead of /var/lib/one/datastores So my system (0) and images (1) datastores did not have to be re-recreated When upgrade my first test installation from 4.0 --> 4.2 it changed those definiti

Re: [one-users] Getting VNC Information with Java API

2013-08-14 Thread Giovanni Toraldo
Hi, On Wed, Aug 14, 2013 at 12:58 PM, Daniel Molina wrote: > On 14 August 2013 11:14, wrote: >> Then I found the VNC proxy port >> 29876 in sunstone-server.conf, and add the VM-ID to 29876, then trying to >> conned with noVNC to that port, but failed. > > noVNC is used as a proxy and you have to

Re: [one-users] Live migrate error, disk.0 does not exists at destination

2013-08-14 Thread Jaime Melis
Hi Nicolas, /var/lib/one/datastores/0 should be shared (using NFS for example) across all the hosts. regards, Jaime On Mon, Aug 12, 2013 at 7:40 AM, Nicolas Bélan wrote: > Hello the list, > > I am using OpenNebula 4.2 with a shared (qcow2) storage + kvm. > I am trying to livre migrate a vm fr

Re: [one-users] Error in contextualization script

2013-08-14 Thread Daniel Molina
Hi, On 14 August 2013 12:32, Nicolas Bélan wrote: > I have found an error (opennebula 4.2.0 / CentOS 6.4) in > contextualisation rpm: > > there is > IPV6=$(get_iface_var "IPV6") > > this should be > IPV6=$(get_iface_var "IP6") > Thank you, I have opened a bug to fix it for the n

Re: [one-users] Getting VNC Information with Java API

2013-08-14 Thread Daniel Molina
Hi, On 14 August 2013 11:14, wrote: > Hi, > > I am trying to integrate OpenNebula into an in-house web UI though the OCA > Java API. I am able to carry out VM life cycle management tasks through > the Java API. However, I can't find how I can get the VNC information for > a VM so that I can inte

[one-users] Error in contextualization script

2013-08-14 Thread Nicolas Bélan
Hello, I have found an error (opennebula 4.2.0 / CentOS 6.4) in contextualisation rpm: there is IPV6=$(get_iface_var "IPV6") this should be IPV6=$(get_iface_var "IP6") Regards, Nicolas ___ Users mailing list Users@lists.opennebula.org

[one-users] Getting VNC Information with Java API

2013-08-14 Thread chenxiang
Hi, I am trying to integrate OpenNebula into an in-house web UI though the OCA Java API. I am able to carry out VM life cycle management tasks through the Java API. However, I can't find how I can get the VNC information for a VM so that I can integrate this into my own noVNC. With the VirtualMac

[one-users] extend virtual network range

2013-08-14 Thread Nicolas Bélan
Hello I have defined a RANGED virtual network, something like 10.0.0.6 to 10.0.0.63 I would like to extend to 10.0.0.2 to 10.0.0.100 (e.g.) Unless destroy and redo the virtual network definition, how can I do that ? I have some running vms using the vnet definition.. May I update the DB directly

Re: [one-users] temp directory

2013-08-14 Thread Daniel Molina
Hi, On 14 August 2013 05:53, wrote: > ** > > I see that when I upload or clone a new image temporary files are saved in > the /var/tmp. Is there a way to change this directory? I'm running out of > space. > > You can change this value in /etc/one/sunstone-server.conf Cheers > >

[one-users] no space in datastores 100

2013-08-14 Thread 韩士准
when i create my ondatastore 100 , i do like the example ,but [oneadmin@opennebula ~]$ onedatastore list ID NAMESIZE AVAIL CLUSTER IMAGES TYPE DS TM 0 system - - - 0 sys -shared 1 default28.4G 82%

Re: [one-users] error allocate vm

2013-08-14 Thread Lenin Abadié
Wed Aug 14 01:34:45 2013 [DiM][I]: New VM state is ACTIVE. Wed Aug 14 01:34:45 2013 [LCM][I]: New VM state is PROLOG. Wed Aug 14 01:34:45 2013 [VM][I]: Virtual Machine has no context Wed Aug 14 01:34:46 2013 [TM][I]: Command execution fail: /var/lib/one/remotes/tm/shared/clone localhost.localdomain

Re: [one-users] live migration error

2013-08-14 Thread 김 경륜
Hi Hyun Woo, My all hosts(gcloud01~03) have a virsh command [root@gcloud03 ~]# which virsh /usr/bin/virsh [root@gcloud03 ~]# virsh -c qemu:///system nodeinfo CPU 모델: x86_64 CPU: 6 CPU 주파수: 2660 MHz CPU 소켓: 1 소켓당 코어:6 코어당 스레드: 1 NUMA cell:

Re: [one-users] help!

2013-08-14 Thread Daniel Moldovan
Hi, Try to check if opennebula has access rights on "/var/lib/one/", that there is a folder "/var/lib/one/remotes", and check if you can manually SSH to the host you are deploying a virtual machine to, and then make sure you run opennebula from the same user, or check that the user from whic

[one-users] help!

2013-08-14 Thread Lenin Abadié
hi guys! i'm trying deploy a vm in a host but return the following erro log: Wed Aug 14 01:34:45 2013 [DiM][I]: New VM state is ACTIVE. Wed Aug 14 01:34:45 2013 [LCM][I]: New VM state is PROLOG. Wed Aug 14 01:34:45 2013 [VM][I]: Virtual Machine has no context Wed Aug 14 01:34:46 2013 [TM][I]: Com