Re: [one-users] How config Windows vm context?

2013-10-29 Thread Martin Alfke
Hi Hans, Windows contextualisation is perfectly described at http://wiki.ieeta.pt/wiki/index.php/OpenNebula#Using_Windows_Images You have to create some script files, upload them to the Files and Kernels section in sunstone and add them to the Windows template. The link to the mailing list only

[one-users] sunstone can't display the capacity of the system type datastore?

2013-10-29 Thread 曹海峰
Dear All: In my test environment ,I have a cluster cantain two hosts. There is no share file system in my cluster .both of the hosts use local storage. When I check the capacity of the system type datastore ,it always display " - / -" . the image datastore and the file datastore seems ok. It the

Re: [one-users] sunstone can't display the capacity of the system type datastore?

2013-10-29 Thread Carlos Martín Sánchez
Hi, On Tue, Oct 29, 2013 at 9:07 AM, 曹海峰 wrote: > ** > Dear All: > In my test environment ,I have a cluster cantain two hosts. There is no > share file system in my cluster .both of the hosts use local storage. > When I check the capacity of the system type datastore ,it always display > " - / -

Re: [one-users] sunstone can't display the capacity of the system type datastore?

2013-10-29 Thread 曹海峰
Thanks. BTW: Does 3.8 have this problem? Best Wishes Dennis From: Carlos Martín Sánchez Date: 2013-10-29 17:30 To: 曹海峰 CC: users@lists.opennebula.org Subject: Re: [one-u

Re: [one-users] sunstone can't display the capacity of the system type datastore?

2013-10-29 Thread Carlos Martín Sánchez
On Tue, Oct 29, 2013 at 10:31 AM, 曹海峰 wrote: > ** > Thanks. > BTW: Does 3.8 have this problem? > If I recall correctly, the datastore monitorization was introduced in 4.2. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | cmar

[one-users] windows vm lose NIC driver

2013-10-29 Thread hansz
hi man i use centos6.4 opennebula4.2 and esxi 5.1 ,first i install windows vm (windows2008 R2) on esxi5.1 and tar the *.vmdk ,then upload the tar to sunstone image,and then create windows vms ,but all the created window vms lost NIC driver. anything wrong?

Re: [one-users] sunstone can't display the capacity of the system type datastore?

2013-10-29 Thread 曹海峰
Thank you very much! Best Wishes Dennis From: Carlos Martín Sánchez Date: 2013-10-29 17:37 To: 曹海峰 CC: users@lists.opennebula.org Subject: Re: Re: [one-users] sunstone ca

Re: [one-users] windows vm lose NIC driver

2013-10-29 Thread Tino Vazquez
Hi, Could you send us the template of one the windows VMs? $ oneshow -x where vid is the ID of the windows VM without the NIC. Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.co

Re: [one-users] How config Windows vm context?

2013-10-29 Thread Michael Curran
And that is resolved through regex in the ps1 script I haven't fully automated it on boot yet as I an just testing, but working will for me right now Sent from my Android phone using TouchDown (www.nitrodesk.com) -Original Message- From: Martin Alfke [tux...@gmail.com] Received: Tuesday

Re: [one-users] Shutting down a VM from within the VM

2013-10-29 Thread Carlos Martín Sánchez
Hi, I find this thread interesting, especially the --instance-initiated-shutdown-behavior option. In our case, when the driver reports that the VM has disappeared, we could choose to move it to the following states: unknown, done, poweroff, undeployed. We could have a global default in oned.conf,

[one-users] Fwd: VM migration between clouds (Tino Vazquez)

2013-10-29 Thread aok pan
Dear Tino, Many thanks again for your reply . please clarify what do you mean by a development (do you mean creating API or what)? I am not familiar with AppMarket add-on can you please advice a link or an address i can read from in order to be familiar with as you mentioned it can help me with my

Re: [one-users] Fwd: VM migration between clouds (Tino Vazquez)

2013-10-29 Thread Tino Vazquez
Hi, On Tue, Oct 29, 2013 at 12:58 PM, aok pan wrote: > Dear Tino, > Many thanks again for your reply . > please clarify what do you mean by a development (do you mean creating API > or what)? Yes, I mean extending the OCCI API or the native XMLRPC interface in OpenNebula to implement ONE2ONE mig

Re: [one-users] Fwd: VM migration between clouds (Tino Vazquez)

2013-10-29 Thread aok pan
Dear Tino, Can you please advice how it is done (extending the OCCI API or the native XMLRPC interface in OpenNebula to implement ONE2ONE migration) or if some one or paper or document that made this task before . i will be highly appreciated. B.rgds Amira On Tue, Oct 29, 2013 at 2:17 PM, Tino Va

Re: [one-users] Fwd: VM migration between clouds (Tino Vazquez)

2013-10-29 Thread Tino Vazquez
Hi, I'm afraid this is a novel development, it has not been done before. You will need to first consider what is the connectivity between these two datacenters: do they share networking, are they in the same administrative domain? Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Sim

[one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Luc Bell
​Hello, my colleague is getting the following error after implementing OpenNebula on OpenSuse12.3 when attempting to provision a VM via KVM. We double checked that these params are correct, but still get the error and the VM does not provision. It fails with this error: 1. Wed Oct 23 17:36:31

Re: [one-users] Shutting down a VM from within the VM

2013-10-29 Thread Simon Boulet
Hi Carlos > We could have a global default in oned.conf, and then allow to change the > behaviour with an attribute in the > VM template. This wouldn't require any extra hooks, and it would work with > any hypervisor. > I think thats the ideal solution! The libvirt "paused" method I suggested i

Re: [one-users] VNC Failed to connect to server (code: 1006)

2013-10-29 Thread Daniel Molina
Hi On 29 October 2013 17:19, cosmin cucu wrote: > Hello, > > VNC used to work, but now whent i try to connect to a server, it shows the > error "VNC Failed to connect to server (code: 1006)" after a whiel > > Open nebula version is 4.2 .\ > > The changes done weren't anything big, just created

Re: [one-users] Shutting down a VM from within the VM

2013-10-29 Thread Carlos Martín Sánchez
Hi, On Tue, Oct 29, 2013 at 4:43 PM, Simon Boulet wrote: > The libvirt "paused" method I > suggested is a hack that works with OpenNebula and turns the VM that > are internally shutdown to "SUSPENDED" in OpenNebula. Rubén could not retrieve that 'paused' state from libvirt, no matter how the v

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Tino Vazquez
Hi, Which version of OpenNebula are you using? Also, could you send us the 'onevm show " of the VM that fails? 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.lin

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Carlos Martín Sánchez
Hi, What OpenNebula version are you using? Can you paste the contents of your VM template? Use the 'onevm show --all' command so it prints all internal attributes. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | cmar...@openn

[one-users] VNC Failed to connect to server (code: 1006)

2013-10-29 Thread cosmin cucu
Hello, VNC used to work, but now whent i try to connect to a server, it shows the error "VNC Failed to connect to server (code: 1006)" after a whiel Open nebula version is 4.2 .\ The changes done weren't anything big, just created clusters and added 2 more hosts, changed the datastores, etc.

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Luc Bell
Thank you Carlos/Tino... OpenNebula version is: opennebula-4.2.0-4.1.x86_64 -- suse 12.3 "testing" package Here is the contents of the VM template that is failing https://dpaste.de/voBP L On Tue, Oct 29, 2013 at 12:30 PM, Tino Vazquez wrote: > Hi, > > Which version of OpenNebula are you u

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Tino Vazquez
Hi Luc, Just to make sure, do you get the same error message for VM with ID 6 (the one you sent) as with the VM with ID 4? Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C1

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Tino Vazquez
Hi, It would also help to have the template of the image $ oneimage show 0 -x 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 -- Confident

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Luc Bell
A) yes, 4 and 6 give same result... B) The output from oneimage show 0 -x ...is here http://dpaste.de/Mkab On Tue, Oct 29, 2013 at 12:55 PM, Tino Vazquez wrote: > Hi, > > It would also help to have the template of the image > > $ oneimage show 0 -x > > Regards, > > -Tino > -- > OpenNebula - Fl

Re: [one-users] Shutting down a VM from within the VM

2013-10-29 Thread Simon Boulet
On Tue, Oct 29, 2013 at 12:26 PM, Carlos Martín Sánchez wrote: > Hi, > > On Tue, Oct 29, 2013 at 4:43 PM, Simon Boulet wrote: >> >> The libvirt "paused" method I >> suggested is a hack that works with OpenNebula and turns the VM that >> are internally shutdown to "SUSPENDED" in OpenNebula. > > >

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Tino Vazquez
Hi Luc, The image doesn't have a source according to the template. This error points to something gone astray during the image registration. Did you enable the image by hand (ie, oneimage enable 0)? If so, that operation is only for the cloud admin when he ascertains that the SOURCE is fine, wh

Re: [one-users] oneimage create to shared datastore

2013-10-29 Thread Javier Fontan
AFAIK gluster should work the same way as NFS and should be supported. On Thu, Oct 24, 2013 at 6:20 PM, Fabella, Wesley wrote: > Also, > > I am copying to a remote gluster fs filesystem and manually executing the > downloader.sh I receive this message when writing gluster: > > /var/lib/one/remote

Re: [one-users] Error: Domain 'one-22' does not exist.

2013-10-29 Thread Javier Fontan
I can not find any problem that gives that error message. Are the xen log files giving any clue? On Mon, Oct 21, 2013 at 4:38 PM, Documented Facts wrote: > yes, it's there. are there any problem using .img files with LVM. > I have installed Ubuntu according to this method > https://help.ubuntu.co

Re: [one-users] Fwd: VM migration between clouds (Tino Vazquez)

2013-10-29 Thread aok pan
Dear Tino , Actually i am having the two open nebula clouds installed on my two laptops (Dell 1 Terra hard Ram 8 GB Core I7) yes both are on the same network . actually i am doing this migration as it is a task ( project that is needed from me to implement at college) but as i have no experience i

Re: [one-users] OpenNebula and IBM Blade & V7000 FC

2013-10-29 Thread Jaime Melis
Hi Pedro, can you send us the datastore template? On Fri, Oct 25, 2013 at 9:43 PM, Pedro Roger wrote: > > Hi, > > Thank you guys for the answers. > I'm using the sunstone interface. I've created the hosts and cluster. > When creating the datastore i chose the LVM preset (Datastore: LVM and > T

Re: [one-users] VNC Failed to connect to server (code: 1006)

2013-10-29 Thread cosmin cucu
Hello, Yes, i did a " service novnc restart" and also a start. Cosmin On Tuesday, October 29, 2013 6:22 PM, Daniel Molina wrote: Hi On 29 October 2013 17:19, cosmin cucu wrote: Hello, > > >VNC used to work, but now whent i try to connect to a server, it shows the >error "VNC Faile

Re: [one-users] VNC Failed to connect to server (code: 1006)

2013-10-29 Thread cosmin cucu
Never mind, i actually had to open the rules in the firewall on the remaining hosts, not on the first one. THanks, Cosmin On Tuesday, October 29, 2013 8:21 PM, cosmin cucu wrote: Hello, Yes, i did a " service novnc restart" and also a start. Cosmin On Tuesday, October 29, 2013 6:2

Re: [one-users] Error: Domain 'one-22' does not exist.

2013-10-29 Thread Documented Facts
The problem was VNC usage of the template. I' m new to cloud computing and virtualization so I thought first that VNC proxy in XEN automatically installed. Then I remove VNC form VM template of opennebula then it works and I don't need VNC too. I was to reply to this email about the solution but I

Re: [one-users] First post - Error on New install of Open Nebula on OpenSuSE 12.3

2013-10-29 Thread Luc Bell
Thank you Tino, that worked (running the VM from tmp...!. The permissions for the previous folder where it did not work had group set to "read only" vs "read-write". We changed that *but*, when we kicked it off again, the (K)VM provisioning (MAYBE) is setting it back to 755 vs 775 as root (OR SOM

Re: [one-users] windows vm lose NIC driver

2013-10-29 Thread hansz
the onevm show [oneadmin@opennebula ~]$ onevm show 93 -x 93 0 0 oneadmin oneadmin testwindows-93 1 1 0 0 0 0 0 0 0 1383094352 3 3 0 1383036562 0 one-93 1080320 2 0 0