Re: [one-users] virtual network cannot get out

2014-06-04 Thread Jaime Melis
It does look in fact with a problem with the DHCP assigned IP.

Could you try with the standard ttylinux that we provide with
contextualization? If you get it to work with that we might be able to
narrow it down to the DHCP problem.


On Fri, May 16, 2014 at 8:46 PM, Neil Schneider n...@ifxonline.com wrote:



 On Tue, May 13, 2014 12:01 am, Valentin Bud wrote:
  Hello Neil,
 
  Please see in line for answer and additional question that would help us
  to nail down the problem.
 
  On Mon, May 12, 2014 at 9:42 PM, Neil Schneider n...@ifxonline.com
  wrote:
 
  More data points.
 
  I ran tcpdump on the host through the entire instantiation of a host and
  boot up. Although somehow it appeared to get an address from the DHCP
  server in the network, I saw no dhcp data. I could see arp conversations
  for other hosts on the network, so I would expect it to see everything,
  if
  it passed out of the host interface. The only outside connection through
  the bridge should be through em1 on the host.
 
tcpdump -nnvvXXSs 1514 -w cloud1.pcap
 
 
  I think the above would listen and capture packets on the first Ethernet
  interface
  *only*. I have tested it on my PC, a Debian Wheezy machine with 2
 Ethernet
  cards
  and that's what it does. I don't know what OS are you using so your
  mileage
  may vary.

 Using CentOS release 6.5. I reran tcpdump and specified the interface as
 the bridge device. Although I gathered 6.5Gb of data, the result was the
 same. Only saw dhcp client server connection, no further networking. I did
 manage to capture the dhcp exchange. And I was able to see the leases in
 the dhcp server. I may have just missed them on first pass. There are only
 a few packets out of all that data. I had to split the tcpdump file, to
 analyze it with wireshark.



  I used wireshark to look through the file, but did not see any DHCP
  conversation, in fact I saw no network traffic whatsoever from the
  virtual
  host. I'm beginning to think either I have the virtual network
  misconfigured or opennebula is doing something different than I expect.
 
 
  See my comment above about tcpdump. What bridge do you expect your
  VM to connect to? Pass -i bridge-name to tcpdump and recheck.

 Did.

 
  onevnet list
ID USER GROUPNAMECLUSTER  TYPE BRIDGE
  LEASES
 0 oneadmin oneadmin management  ifx-produc  R
  manageme
  0
 1 oneadmin oneadmin storage ifx-produc  R storage
  0
 6 oneadmin oneadmin public  ifx-produc  R public
  0
 
   onevnet show 0
  VIRTUAL NETWORK 0 INFORMATION
  ID : 0
  NAME   : management
  USER   : oneadmin
  GROUP  : oneadmin
  CLUSTER: ifx-production
  TYPE   : RANGED
  BRIDGE : management
  VLAN   : Yes
  VLAN ID: 10
  USED LEASES: 0
 
  PERMISSIONS
  OWNER  : uma
  GROUP  : uma
  OTHER  : u--
 
  VIRTUAL NETWORK TEMPLATE
  NETWORK_ADDRESS=10.1.4.0
  NETWORK_MASK=255.255.255.0
 
  RANGE
  IP_START   : 10.1.4.30
  IP_END : 10.1.4.40
 
  VIRTUAL MACHINES
 
   onevnet show 1
  VIRTUAL NETWORK 1 INFORMATION
  ID : 1
  NAME   : storage
  USER   : oneadmin
  GROUP  : oneadmin
  CLUSTER: ifx-production
  TYPE   : RANGED
  BRIDGE : storage
  VLAN   : Yes
  VLAN ID: 20
  USED LEASES: 0
 
  PERMISSIONS
  OWNER  : uma
  GROUP  : uma
  OTHER  : u--
 
  VIRTUAL NETWORK TEMPLATE
  NETWORK_ADDRESS=10.1.2.0
  NETWORK_MASK=255.255.255.0
 
  RANGE
  IP_START   : 10.1.2.30
  IP_END : 10.1.2.40
 
  VIRTUAL MACHINES
 
   onevnet show 6
  VIRTUAL NETWORK 6 INFORMATION
  ID : 6
  NAME   : public
  USER   : oneadmin
  GROUP  : oneadmin
  CLUSTER: ifx-production
  TYPE   : RANGED
  BRIDGE : public
  VLAN   : No
  USED LEASES: 0
 
  PERMISSIONS
  OWNER  : uma
  GROUP  : um-
  OTHER  : u--
 
  VIRTUAL NETWORK TEMPLATE
  DNS=172.16.168.1
  GATEWAY=172.16.168.1
  NETWORK_ADDRESS=172.16.168.0
  NETWORK_MASK=255.255.255.0
 
  RANGE
  IP_START   : 172.16.168.30
  IP_END : 172.16.168.49
 
  VIRTUAL MACHINES
 
 
  As I can see on the above onevnet output none of your virtual network
 have
  a VM connected to it. It should appear under VIRTUAL MACHINES section in
  one of your vnets. Have you skipped that output or wasn't any VM running
  at
  the time you've printed the output.

 No vm was running. When one is running I see this.

  ovs-vsctl list-ports public
 em1
 vnet0
  ovs-vsctl iface-to-br vnet0
 public



  A couple of more question regarding your setup follow.
 
  1. Have you created the host on which you want to deploy VMs using
 onehost
  create
  with the proper network driver, ovswitch or ovswitch_brcompat. It could
  help the output
  of onehost list and 

Re: [one-users] Scalr with OpenNebula

2014-06-04 Thread Daniel Molina
Hi Nicolas,

I have never tried scalr, but It should work as long as you can define a
custom endpoint for EC2 and it doesn't depend on S3, since OpenNebula does
not provide S3 support.

Maybe it would be interesting to develop an integration with OpenNebula
using the XMLRPC API

Cheers


On 1 June 2014 00:09, Nicolas Bélan nicolas.be...@gmail.com wrote:

 Hello the list,

 we are looking at some integration with scalr software (opensource
 version).
 They said it is EC2 compliant.

 Does anyone tested it ?
 Do you have any advice ?

 Thank you :)
 Best regards,
 nicolas
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Scalr with OpenNebula

2014-06-04 Thread Nicolas Bélan
Hello Daniel,

Sure it could be interesting ;)

If I have time, i will have a technical look during summer

Best regards,
Nicolas


Le 04/06/2014 11:01, Daniel Molina a écrit :
 Hi Nicolas,

 I have never tried scalr, but It should work as long as you can define
 a custom endpoint for EC2 and it doesn't depend on S3, since
 OpenNebula does not provide S3 support.

 Maybe it would be interesting to develop an integration with
 OpenNebula using the XMLRPC API

 Cheers


 On 1 June 2014 00:09, Nicolas Bélan nicolas.be...@gmail.com
 mailto:nicolas.be...@gmail.com wrote:

 Hello the list,

 we are looking at some integration with scalr software (opensource
 version).
 They said it is EC2 compliant.

 Does anyone tested it ?
 Do you have any advice ?

 Thank you :)
 Best regards,
 nicolas
 ___
 Users mailing list
 Users@lists.opennebula.org mailto:Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




 -- 
 --
 Daniel Molina
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org http://www.OpenNebula.org |
 dmol...@opennebula.org mailto:dmol...@opennebula.org | @OpenNebula

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Hint with snapshot

2014-06-04 Thread Jaime Melis
Hi Ale,

that error does not ring any bells, however snapshotting will only work
with qcow2 images. I'm not sure if you can snapshot it with Ceph?

regards,
Jaime


On Wed, May 28, 2014 at 12:08 PM, Ale ale...@gmail.com wrote:

 Hi all,

 I'm apparently successfully installed opennebula, all seems to works fine
 except for the snapshot.

 As datastore i use ceph, with rbd_format=2, when i try to execute onevm
 snapshot-create log show


 [VMM][I]: Command execution fail: 'if [ -x
 /var/tmp/one/vmm/kvm/snapshot_create ]; then
 /var/tmp/one/vmm/kvm/snapshot_create one-17 0 17 10.5.90.67; else
exit 42; fi'
 [VMM][I]: Warning: Permanently added '10.5.90.67' (ECDSA) to the list of
 known hosts.
 [VMM][I]: error: operation failed: Error -95 while writing VM
 [VMM][I]:
 [VMM][E]: Could not create snapshot  for domain one-17.
 [VMM][I]: ExitCode: 255
 [VMM][E]: Error creating new VM Snapshot: Could not create snapshot  for
 domain one-17.


 and libvrtd.log show on the node show

 error : qemuMonitorTextCreateSnapshot:2739 : operation failed: Error -95
 while writing VM

 Onestly if i execute the same command of snapshot_create
 virsh snapshot-create one-17
 the result is the same, so i suppose that i've misconfigured something,
 but i can't find it.
 Could someone give me any hint?

 Opennebula (4.6.1) is installed on Ubuntu 14.04, while ceph is ceph
 version 0.79.

 Regards
 Alessandro

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
Jaime Melis
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Scalr with OpenNebula

2014-06-04 Thread Daniel Molina
Great! If you have any doubt, please feel free to contact us


On 4 June 2014 11:08, Nicolas Bélan nicolas.be...@gmail.com wrote:

  Hello Daniel,

 Sure it could be interesting ;)

 If I have time, i will have a technical look during summer

 Best regards,
 Nicolas


 Le 04/06/2014 11:01, Daniel Molina a écrit :

 Hi Nicolas,

  I have never tried scalr, but It should work as long as you can define a
 custom endpoint for EC2 and it doesn't depend on S3, since OpenNebula does
 not provide S3 support.

  Maybe it would be interesting to develop an integration with OpenNebula
 using the XMLRPC API

  Cheers


 On 1 June 2014 00:09, Nicolas Bélan nicolas.be...@gmail.com wrote:

 Hello the list,

 we are looking at some integration with scalr software (opensource
 version).
 They said it is EC2 compliant.

 Does anyone tested it ?
 Do you have any advice ?

 Thank you :)
 Best regards,
 nicolas
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




  --
  --
  Daniel Molina
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula





-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Transfer/bandwidth limits?

2014-06-04 Thread Jaime Melis
Hi

Susan, we don't have this as of yet, it would be a nice thing to have and
not very difficult.

If you know how to apply QoS to a VM manually we can automate the process
in the networking drivers.

And I think Shankhadeep is right, with opensvswitch it would be even
easier, but the fact reimans that it's not yet supported in OpenNebula.

cheers,
Jaime


On Sat, May 31, 2014 at 4:51 AM, Shankhadeep Shome shank15...@gmail.com
wrote:

 Have you looked into openvswitch? It may have the features you need.


 On Fri, May 30, 2014 at 3:52 PM, Susan Curtis su...@virtovo.com wrote:

 First time posting here, so apologies if I have missed any conventions
 information required.

 I've managed to deploy a multi node setup with OpenNebula and am
 evaluating it against some other cloud platforms.  It's been a real breeze
 to setup and I really like the ease of use within Sunstone.  I've looked
 through the documentation and past messages on this list and cannot find
 any up to date info on the subject (there was a patch mentioned a while
 back for an earlier version).

 Is there any way to set bandwidth limits per instances?  Or at very least
 rate limit the NIC?  If we deployed OpenNebula we'd need some way to limit
 bandwidth for instances.

 Regards

 Susan

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
Jaime Melis
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Error attaching NIC on the fly to running VM

2014-06-04 Thread Jaime Melis
I've created an issue to review this:
http://dev.opennebula.org/issues/2961

OpenNebula should be creating the interface, there might be a configuration
problem somewhere.

regards,
Jaime


On Mon, Jun 2, 2014 at 2:46 PM, Valerio Schiavoni 
valerio.schiav...@gmail.com wrote:

 Hello,
 when trying to attach a new NIC to a running VM, the following error
 occurs.
 It seems to me the system doesn't manage to create the new bridge
 interface onebr52.

 But, isn't that supposed to be created automatically by OpenNebula ?
 We're using OpenNebula 4.4

 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 Successfully 
 execute network driver operation: pre.
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 Command 
 execution fail: /var/tmp/one/vmm/kvm/attach_nic 'one-4020' 
 '02:00:c0:a8:80:dc' 'onebr52' 'virtio' '802.1Q' 4020 newcluster-34
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG E 4020 attach_nic: 
 Command virsh --connect qemu:///system attach-device one-4020 (
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 cat EOT
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 interface 
 type='bridge'
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 source 
 bridge='onebr52'/
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 mac 
 address='02:00:c0:a8:80:dc'/
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 model 
 type='virtio'/
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 /interface
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 EOT
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 ) failed: 
 error: Failed to attach device from /dev/fd/63
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 error: Cannot 
 get interface MTU on 'onebr52': No such device
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG E 4020 Could not 
 attach  () to one-4020
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 ExitCode: 1
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: LOG I 4020 Failed to 
 execute virtualization driver operation: attach_nic.
 Mon Jun  2 11:36:18 2014 [VMM][D]: Message received: ATTACHNIC FAILURE 4020 
 Could not attach  () to one-4020



 Thanks,

 Valerio



 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
Jaime Melis
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] New Speaker in the OpenNebula TechDay Bay Area (CA, USA)

2014-06-04 Thread Tino Vazquez
Dear community,

We are happy to announce a new speaker in the OpenNebula TechDay that
will happen this 24th of June in Fremont, CA.

As you may know [1] we are currently in the process of integrating
OpenNebula with SoftLayer so you can manage your SoftLayer Virtual
Guests using OpenNebula. If you want to know more details about the
collaboration with IBM and the integration, Philip Jackson will tell
us all about SoftLayer and it's neat API, so this is a must!

 - http://opennebula.org/community/techdays/bayarea2014/

Have fun,

 -- The OpenNebula Team

[1] 
http://opennebula.org/opennebula-collaborates-with-ibm-softlayer-in-hybrid-cloud-computing/

--
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

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Windows server 2012 virtio issue

2014-06-04 Thread Campbell, Bill
From my experience you will need to re-attach the ISO/CD for Windows prior to 
being able to see the drives once the virtio drivers are loaded. 

- Original Message -

From: Adam Fyfe adam.fy...@gmail.com 
To: Shankhadeep Shome shank15...@gmail.com 
Cc: users users@lists.opennebula.org 
Sent: Monday, June 2, 2014 2:47:22 PM 
Subject: Re: [one-users] Windows server 2012 virtio issue 

hiya 

ok, so i create a HDD, and add the server 2012 iso 

booting loads win setup, and it finds no HDD 

even if i add the RH virtio drivers, load them during setup, it finds no HDD to 
install to.. 

how did u do it ? 


On 29 May 2014 04:49, Shankhadeep Shome  shank15...@gmail.com  wrote: 



I run windows 2012R2 on kvm with no issues, provide more information on your 
configuration. 


On Mon, May 26, 2014 at 9:20 AM, Carlos Martín Sánchez  cmar...@opennebula.org 
 wrote: 

blockquote

Hi, 

On Tue, May 20, 2014 at 12:27 AM, Adam Fyfe  adam.fy...@gmail.com  wrote: 

blockquote

Hi everyone 

I cannot get a win 2012 vm up and running. 

each time it just doesnt fnd a hdd. 

i've tried this: 

http://moozing.wordpress.com/2012/11/30/windows-7-in-qemukvm/ 

but no luck. 

running ON v4.6 


TIA!! 

adam 





You may find this thread useful: 
http://lists.opennebula.org/pipermail/users-opennebula.org/2013-December/025654.html
 

Regards 
-- 
Carlos Martín, MSc 
Project Engineer 
OpenNebula - Flexible Enterprise Cloud Made Simple 
www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula 


___ 
Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org 


/blockquote



/blockquote



___ 
Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org 


NOTICE: Protect the information in this message in accordance with the 
company's security policies. If you received this message in error, immediately 
notify the sender and destroy all copies.

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] In which file can i find the org.opennebula.client.jar?

2014-06-04 Thread Paulo A L Rego
Hi everyone,

I'm looking for the Java OCA compiled with OpenJDK in [1]. The page says it
can be found in a tar.gz package in [2], but which one?

[1] http://docs.opennebula.org/4.6/integration/system_interfaces/java.html
[2] http://downloads.opennebula.org/packages/

I would like to suggest to put a direct link in [1].

Thanks
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] vm_mad

2014-06-04 Thread Thomas Stein
Hola.

Probably an easy question. But i could not find the answer. What does VM_MAD, 
TM_MAD and IM_MAD mean? Is it a short version or an acronym?

thanks and cheers
t.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Windows server 2012 virtio issue

2014-06-04 Thread Adam Fyfe
Thats the point, win setup finds no drives, even after loading the virtio
drivers...
On 4 Jun 2014 14:42, Campbell, Bill bcampb...@axcess-financial.com
wrote:

 From my experience you will need to re-attach the ISO/CD for Windows prior
 to being able to see the drives once the virtio drivers are loaded.

 --
 *From: *Adam Fyfe adam.fy...@gmail.com
 *To: *Shankhadeep Shome shank15...@gmail.com
 *Cc: *users users@lists.opennebula.org
 *Sent: *Monday, June 2, 2014 2:47:22 PM
 *Subject: *Re: [one-users] Windows server 2012 virtio issue

 hiya

 ok, so i create a HDD, and add the server 2012 iso

 booting loads win setup, and it finds no HDD

 even if i add the RH virtio drivers, load them during setup, it finds no
 HDD to install to..

 how did u do it ?


 On 29 May 2014 04:49, Shankhadeep Shome shank15...@gmail.com wrote:

 I run windows 2012R2 on kvm with no issues, provide more information on
 your configuration.


 On Mon, May 26, 2014 at 9:20 AM, Carlos Martín Sánchez 
 cmar...@opennebula.org wrote:

 Hi,

 On Tue, May 20, 2014 at 12:27 AM, Adam Fyfe adam.fy...@gmail.com
 wrote:

 Hi everyone

 I cannot get a win 2012 vm up and running.

 each time it just doesnt fnd a hdd.

 i've tried this:

 http://moozing.wordpress.com/2012/11/30/windows-7-in-qemukvm/

 but no luck.

 running ON v4.6


 TIA!!

 adam


 You may find this thread useful:

 http://lists.opennebula.org/pipermail/users-opennebula.org/2013-December/025654.html

 Regards
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org
  | @OpenNebula http://twitter.com/opennebula cmar...@opennebula.org



 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


 *NOTICE: Protect the information in this message in accordance with the
 company's security policies. If you received this message in error,
 immediately notify the sender and destroy all copies.*


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] vm_mad

2014-06-04 Thread Thomas Stein
On Wednesday 04 June 2014 19:49:12 Thomas Stein wrote:
 Hola.
 
 Probably an easy question. But i could not find the answer. What does
 VM_MAD, TM_MAD and IM_MAD mean? Is it a short version or an acronym?

Found it. Management and advanced deployment. VM = virtual machines, TM = 
templates, IM = images.

cheers
t.

 thanks and cheers
 t.
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] [ BUG ] opennebula-sunstone-4.6.1-1.x86_64 : Unresponsive Updating Templates

2014-06-04 Thread Damon (Albino Geek)



Hello,I am experiencing this problem with all of the following browsers:- Google Chrome Version 35.0.1916.114 m [ LATEST - TODAY ]- Mozilla Firefox [ Nightly ] 32.0a1.en-US [ LATEST - NIGHTLY ]- Microsoft Internet Explorer 11 for Windows 8 Professional x64As per my connection to the server running sunstone [ to confirm that this is not a latency / network issue ] :- Speedtest run from my computer: http://www.speedtest.net/result/3543767632.pngThe server runs a symmetric 10Ge line, which I was able to confirm as full capacity by testing against another server with symmetric 10Ge .The 2x local drives on the server are in software RAID1 with ram caching [ large deferred host page write buffer, 10 centisceond page decay. ] ; ioutil is 1% / 500kbps / 20iops , so I know storage is not an issue for lagging it.Host node load / CPU usages a
 re all below 10% at all times [ except ID%, which is obviously the inverse of actual usage. ]On Wed, 04 Jun 2014 01:53:50 -0700, Daniel Molina dmol...@opennebula.org wrote:Hi,We found a similar problem in one-4.6 but it should be fixed in one-4.6.1. Are you experiencing the same problem using a different browser?Cheers

On 30 May 2014 05:21, Damon (Albino Geek) albinog...@gmail.com wrote:

Hello Mailing List,

Preface, physical server information:

Processor: Single E5-1650 v2 [ 6/12 @ 3.50 GHz / Ivy Bridge ]
Storage: 2x 6TB HDD [ Local Storage via default data-stores ]

Software types and versions installed:

Operating System: Linux
Distribution: Cent OS
Version: 6.5
Architecture: x86_64 (64 bit)
Kernel: 2.6.32-431.17.1.el6

opennebula-ruby-4.6.1-1.x86_64
opennebula-sunstone-4.6.1-1.x86_64
opennebula-node-kvm-4.6.1-1.x86_64
opennebula-common-4.6.1-1.x86_64
opennebula-4.6.1-1.x86_64
opennebula-server-4.6.1-1.x86_64

---
The actual issue:
---

After creating a new SunStone + KVM Node configuration, as specified in
your QuickStart documentation [ without NFS configuration, as both the
frontend and backend are on the same server for testing. ]  I have created
the host machine and network in the CLI, then did the following:

I attempted to update one of my existing templates, [ created via the following raw template data as imported into the SunStone via the second option. ]  When I attempt to Update the template, the web interface stalls for some 10-60 seconds, other times it doesnt ever come up [ the template in wizard mode to edit. ]  This issue is not seen with the CLI, so I know the issue is not a slow database.  The default .sqlite database is being used.



This issue was not seen in the previous version [4.6] , it appears new to [4.6.1] ; but I have not had this hardware before then, so I cannot confirm this.

---
Steps to Reproduce:
---

1. Click on any template in SunStone
2. Click Update and wait...

---
RAW Template Data [attached]
---
NAME=CentOS-6.5
CONTEXT=[
NETWORK=YES,
SSH_PUBLIC_KEY=$USER[SSH_PUBLIC_KEY] ]
CPU=1.0
DISK=[
IMAGE=CentOS-6.5,
DRIVER=qcow2,
DEV_PREFIX=vd ]
GRAPHICS=[
LISTEN=0.0.0.0,
TYPE=vnc ]
MEMORY=512
NIC=[
NETWORK=network ]
OS=[
ARCH=x86_64 ]
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
-- --Daniel MolinaProject EngineerOpenNebula - Flexible Enterprise Cloud Made Simplewww.OpenNebula.org | dmol...@opennebula.org | @OpenNebula




___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org