Re: [one-users] Custom network for VM Live-migration

2014-06-11 Thread Stefan Kooman
Quoting Javier Fontan (jfon...@opennebula.org):
 I haven't tested this but it may work.
 
 When you do a migration the destination host is specified. The host
 name is the same as the one configured in OpenNebula so it will use
 the same network as ssh connections. To use another network you can
 modify the script so the destination host is changed. For example,
 let's asume that the machines have 192.168.1.x for the standard
 service network (ssh) and another network for migrations at 10.0.1.x.
 The node names for these both networks can be the same but adding a
 suffix to the migration network, something like this:
 
 192.168.1.1 node01
 10.0.1.1 node01-migration
 192.168.1.2 node02
 10.0.1.2 node02-migration
 
 Now you can change the migration script to use the migration network
 as destination host, for example for kvm:
 
 exec_and_log virsh --connect $LIBVIRT_URI migrate --live $deploy_id
 $QEMU_PROTOCOL://${dest_host}-migration/system \
 Could not migrate $deploy_id to $dest_host
 
 libvirt will use ssh to create the connection to the remote host so
 make sure known_hosts is correctly populated.

Check, sounds good. I'm gonna try it out. I'll let you know if it works.

Gr. Stefan

-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl
___
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-11 Thread Daniel Molina
Hi,

I cannot reproduce this issue. Does it happen for all the templates and
every time you try to update an existing one? In this thread another user
found the same problem, but we included the patch in one-4.6.1

http://lists.opennebula.org/pipermail/users-opennebula.org/2014-May/044978.html

Cheers


On 5 June 2014 00:41, Damon (Albino Geek) albinog...@gmail.com wrote:

  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 x64

 As 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.png

 The 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 doesn't 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 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] ACL rules - vDCADMIN

2014-06-11 Thread Daniel Molina
Hi Stefan,

Sunstone does not check ACLs to display the different actions, instead you
have to use the sunstone-views/*.yaml files to tweak the layout.

BTW, the vdcadmin view is going to be redesigned in one-4.8 based on the
new cloud view included in one-4.6

Cheers


On 6 June 2014 13:04, Stefan Kooman ste...@bit.nl wrote:

 Hi,

 I'm playing with vDC's and vDCADMIN accounts. I've created a vDC (group,
 admin user for group and added a resource provider):

 onegroup create --name UNDEF --admin_user VDCADMIN_UNDEF
 --admin_password notdisclosed --resources TEMPLATE+VM --admin_resources
 TEMPLATE+VM+IMAGE+NET

 onegroup add_provider UNDEF 0 103

ID USER RES_VHNIUTGDCOZ   RID OPE_UMAC  ZONE
32 @104 VT- * ---c *
33   #7 U--  @104 umac *
34   #7 V-NI-T-  @104 um-c *
35 @104 -H-  %103 -m--#0
36 @104 --ND---  %103 u---#0

 According to the ACL's the vDC Admin VDCADMIN_UNDEF should have
 permissions
 to create templates and images. The VDCADMIN_UNDEF however does not
 have the ability to create a new template / image. There's no green
 plus symbol that allows you to create a new template / image. Am I
 missing something here?
 I've explicitly added an ACL to grant all rights for resource
 Templates but to no avail (#7 TEMPLATE/* USE+MANAGE+ADMIN+CREATE *).

 Thanks,

 Stefan



 --
 | BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
 | GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl
 ___
 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] ACL rules - vDCADMIN

2014-06-11 Thread Stefan Kooman
Quoting Daniel Molina (dmol...@opennebula.org):
 Hi Stefan,
 
 Sunstone does not check ACLs to display the different actions, instead you
 have to use the sunstone-views/*.yaml files to tweak the layout.

Ah, check. Would it be an (awfull) lot of work to make (a) sunstone view(s)
dynamic based on permissions (ACLs), instead of hard coding into views?
Advantage would be that a user/(vDC)administrator only sees buttons/tabs
he/she is allowd to see/use and a change in permissions would be
reflected automatically (i.e. re-login / clear broser cache).

Gr. Stefan

-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] ERRO FEDERATION

2014-06-11 Thread Maria Jular
Hello!

This is my always error when I try to do master-slave federation.

[RequestManagerProxy.one.zone.update] Could not connect to the federation 
master oned

Thank you in advance.


María Jular Castañeda
Técnico de Sistemas

Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.esmailto:x...@fcsc.es
http://www.fcsc.es
Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León
24071 León



[cid:image001.jpg@01CF856A.CC7B8B70]


[cid:image002.png@01CF856A.CC7B8B70]

Este mensaje se dirige exclusivamente a su destinatario y puede contener 
información privilegiada o confidencial. Si Vd. no es el destinatario indicado, 
queda notificado de que la lectura, utilización, divulgación y/o copia sin 
autorización está prohibida en virtud de la legislación vigente.   Si ha 
recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente 
por esta misma vía y proceda a su destrucción. El correo electrónico vía 
Internet no permite asegurar la confidencialidad de los mensajes que se 
transmiten ni su integridad o correcta recepción. La Fundación Centro de 
Supercomputación de Castilla y León no asume ninguna responsabilidad por estas 
circunstancias.

This message is intended exclusively for its addressee and may contain 
information that is CONFIDENTIAL and protected by a professional privilege or 
whose disclosure is prohibited by law. If you are not the intended recipient 
you are hereby notified that any read, dissemination, copy or disclosure of 
this communication is strictly prohibited by law.
If this message has been received in error, please immediately notify us via 
e-mail and delete it. Internet e-mail neither guarantees the confidentiality 
nor the integrity or proper receipt of the messages sent. Fundación Centro de 
Supercomputación de Castilla y León does not assume any liability for those 
circumstances.



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


Re: [one-users] ERROR instantiate VM from cdrom

2014-06-11 Thread Tino Vazquez
Hello Maria,

You may need to change the boot order for the VM, please take a look at the
BOOT attribute:


http://docs.opennebula.org/4.6/user/references/template.html#os-and-boot-options-section

Best,

-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

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


On 10 June 2014 16:34, Maria Jular maria.ju...@fcsc.es wrote:

 Hello,



 Is there a quickstart to create a virtual machine from cdrom .ISO in
 opennebula 4.6.1 (Sunstone) with vmware?



 I am two images:

 One of this type CDROM

 One of this type DATABLOCK.



 Then I create a template with two disks but when I run a virtual machine
 from this template, in console the message always is:

 Operating system NOT found



 What happen?



 Thank you very much!



 *María Jular Castañeda*

 *Técnico de Sistemas*



 Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.es x...@fcsc.es

 http://www.fcsc.es

 Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León

 24071 León





 [image: cid:image004.jpg@01CEDEE4.54E4BEB0]



 [image: logoFCSCL_bn.png]

 Este mensaje se dirige exclusivamente a su destinatario y puede contener
 información privilegiada o confidencial. Si Vd. no es el destinatario
 indicado, queda notificado de que la lectura, utilización, divulgación y/o
 copia sin autorización está prohibida en virtud de la legislación
 vigente.   Si ha recibido este mensaje por error, le rogamos que nos lo
 comunique inmediatamente por esta misma vía y proceda a su destrucción. El
 correo electrónico vía Internet no permite asegurar la confidencialidad de
 los mensajes que se transmiten ni su integridad o correcta recepción. La
 Fundación Centro de Supercomputación de Castilla y León no asume ninguna
 responsabilidad por estas circunstancias.



 This message is intended exclusively for its addressee and may contain
 information that is CONFIDENTIAL and protected by a professional privilege
 or whose disclosure is prohibited by law. If you are not the intended
 recipient you are hereby notified that any read, dissemination, copy or
 disclosure of this communication is strictly prohibited by law.

 If this message has been received in error, please immediately notify us
 via e-mail and delete it. Internet e-mail neither guarantees the
 confidentiality nor the integrity or proper receipt of the messages sent. 
 Fundación
 Centro de Supercomputación de Castilla y León does not assume any liability
 for those circumstances.





 ___
 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] one-context 4.6 RPM on Fedora 20 VM

2014-06-11 Thread ML mail
Hi Javier,

In case my PNG attachment did not find its way to the mailing list, here would 
be the text output of an ifconfig -a:

eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
    inet6: fe80::::  prefixlen 64  scopeid 0x20link
    ether 02:00:XX:XX:XX:XX  txqueuelen 1000  (Ethernet)
    RX packets 33  bytes 2124 (2.0 KiB)
    RX errors 0  dropped 0  overruns 0  frame 0
    TX packets 10  bytes 1316 (1.2 KiB)
    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1  preixlen 128  scopeid 0x10host
    loop  txqueuelen 0  (Local Loopback)

    RX packets 2  bytes 140 (140.0 B)
    RX errors 0  dropped 0  overruns 0  frame 0
    TX packets 2  bytes 140 (140.0 B)
    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Regards,
ML




On Tuesday, June 10, 2014 10:50 PM, ML mail mlnos...@yahoo.com wrote:
Hi Javier, 


I attached a screenshot of the ifconfig -a on Fedora 20. I hope PNG 
attachements are ok. MAC addresses are masked out.

Regards
ML







On Tuesday, June 10, 2014 6:44 PM, Javier Fontan jfon...@opennebula.org wrote:
It seems that there is a problem parsing the interface information.
Can you send us the output of this command in a Fedora 20?

/sbin/ifconfig -a




On Tue, Jun 10, 2014 at 4:24 PM, ML mail mlnos...@yahoo.com wrote:
 Hi,

 I just tried out one-context 4.6 on Fedora 20 (basic infrastructure server 
 installation) but unfortunately the one-context 4.6 RPM does not work 
 properly and as such my VM does not have any network connection.

 It looks like the one-context already fails at the 00-network script with 
 errors such as:

 /etc/one-context.d/00-network: line 23: let: ip_a=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 24: let: ip_b=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 25: let: ip_c=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 26: let: ip_d=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 95: ${1500_IP}: bad substitution
 etc...

 Any ideas what's wrong here?

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



-- 
Javier Fontán Muiños
Developer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] ERROR instantiate VM from cdrom

2014-06-11 Thread Fabian Zimmermann
Hi

Am 10.06.14 16:34, schrieb Maria Jular:
 Then I create a template with two disks but when I run a virtual machine from 
 this template, in console the message always is:
 Operating system NOT found

 What happen?
You have to disable context, because it's exported as iso-image and qemu
tries to boot from this iso instead of the one you think.

Fabian

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


Re: [one-users] monitor_ds.sh in a shared storage environement

2014-06-11 Thread Jaime Melis
Hi Armin,

apologies for the delay in the reponse.

The problem here is that ideally we want to report the maximum size of the
images if they are sparse images. If we have a 10G sparse image that is
taking up only 1G in space, we would like to report the 10G amount, and not
1G, since we would like to guarantee available space in the datastore.
That's why we cannot use `df`.

In any case, the system now in place is not properly reporting the image
size, since we would need to be using `du --aparent-size`. So as for now,
switching from `du` to `df` should be a plausible workaround with no real
impact, except better performance. On the other hand, as you have reported
`du` generates a lot of I/O, so ideally we would need to be doing is to get
the USED disk space directly from OpenNebula.

To sum it up, we have these two related issues to improve this:
http://dev.opennebula.org/issues/2783
http://dev.opennebula.org/issues/2402

As for your particular case, I think you should modify monitor_ds.sh with a
call to `df` instead of `du`.

  - is it needed to check the datastores from every single host (if it is
a shared environment and the opennebula server itself has access to the
datastores)?
The monitorization driver is very simple (in order to be easily adapted),
and there is no way to orchestrate this. It would be a very nice thing to
have though, feel free to open a feature request to implement this.

  - why is the base_path checked at all? isn't it enough to check the
datastores? there is du run on all the directories twice and du is very
resource consuming ...
This is a tricky one. If the mountpoint does not exist
(/var/lib/one/datastores/id) it can be created automatically by
opennebula, but only when the first VM is executed. OpenNebula needs to
know in this case if there will be enough space in the datastore, and it
assumes that if the mountpoint doesn't exist yet it will have the same
space available as the parent folder, which is the datastore location:
/var/lib/one/datastores. That's why we need to be checking that too.

Regards,
Jaime

On Fri, Jun 6, 2014 at 2:57 PM, Armin Deliomini 
armin.deliom...@runtastic.com wrote:

 Hi!

 Platform: Ubuntu 12.04 + KVM
 Opennebula 4.6.1

 I recently upgraded from opennebula 4.2 to 4.6.1 ending up in hosts not
 beeing monitored anymore. After some investigation I found out, that there
 is a new remote monitoring script, monitor_ds.sh.

 I have a shared storage environment (some central Netapps sharing NFS) and
 so my question is: the script is executed on all the hosts, so all hosts
 run a du -sLm on all datastores and the base_path (/var/lib/on/datastores)
 which can consume quite some storage performance unnecessarily.

 In my case hosts haven't been monitored at all, because there was a
 driectory containing millions of small files in one of the datastores (used
 as a temp location without thinking of the consequences) and du would never
 finish in time.

 There are two questions:

  - is it needed to check the datastores from every single host (if it is a
 shared environment and the opennebula server itself has access to the
 datastores)?

  - why is the base_path checked at all? isn't it enough to check the
 datastores? there is du run on all the directories twice and du is very
 resource consuming ...

 Is there a reason for this I am missing?

 Thx, Armin


 --

 runtastische Grüße · runtastic regards



 *Armin Deliomini*

 *Infrastructure engineer*


 *Virtualization specialist *

 *Storage engineer*

 *DevOPS*


 *OPS*

 *[image: runtastic - makes sports funtastic] http://www.runtastic.com*

 runtastic GmbH

 Pluskaufstraße 7 · Business Center

 4061 Pasching / Linz (Austria)

 Tel. +43(0)67689692450

 Fax. +43(0)7229.23327

 armin.deliom...@runtastic.com

 www.runtastic.com



  http://www.facebook.com/runtastic   http://www.twitter.com/runtastic
http://www.youtube.com/user/runtastic

 ___
 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] one-context 4.6 RPM on Fedora 20 VM

2014-06-11 Thread Javier Fontan
The output changes a lot from the old ifconfig and can not be
correctly parser. We will have to devise a new system to get that
info.

Still, I think you are not adding NETWORK=YES to the
contextualization, that should fix the problem as it does use the mac
address to get the IP info.

On Wed, Jun 11, 2014 at 11:59 AM, ML mail mlnos...@yahoo.com wrote:
 Hi Javier,

 In case my PNG attachment did not find its way to the mailing list, here 
 would be the text output of an ifconfig -a:

 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet6: fe80::::  prefixlen 64  scopeid 0x20link
 ether 02:00:XX:XX:XX:XX  txqueuelen 1000  (Ethernet)
 RX packets 33  bytes 2124 (2.0 KiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 10  bytes 1316 (1.2 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
 inet 127.0.0.1 netmask 255.0.0.0
 inet6 ::1  preixlen 128  scopeid 0x10host
 loop  txqueuelen 0  (Local Loopback)

 RX packets 2  bytes 140 (140.0 B)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 2  bytes 140 (140.0 B)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


 Regards,
 ML




 On Tuesday, June 10, 2014 10:50 PM, ML mail mlnos...@yahoo.com wrote:
 Hi Javier,


 I attached a screenshot of the ifconfig -a on Fedora 20. I hope PNG 
 attachements are ok. MAC addresses are masked out.

 Regards
 ML







 On Tuesday, June 10, 2014 6:44 PM, Javier Fontan jfon...@opennebula.org 
 wrote:
 It seems that there is a problem parsing the interface information.
 Can you send us the output of this command in a Fedora 20?

 /sbin/ifconfig -a




 On Tue, Jun 10, 2014 at 4:24 PM, ML mail mlnos...@yahoo.com wrote:
 Hi,

 I just tried out one-context 4.6 on Fedora 20 (basic infrastructure server 
 installation) but unfortunately the one-context 4.6 RPM does not work 
 properly and as such my VM does not have any network connection.

 It looks like the one-context already fails at the 00-network script with 
 errors such as:

 /etc/one-context.d/00-network: line 23: let: ip_a=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 24: let: ip_b=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 25: let: ip_c=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 26: let: ip_d=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 95: ${1500_IP}: bad substitution
 etc...

 Any ideas what's wrong here?

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



 --
 Javier Fontán Muiños
 Developer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | @OpenNebula | github.com/jfontan



-- 
Javier Fontán Muiños
Developer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] one-context 4.6 RPM on Fedora 20 VM

2014-06-11 Thread ML mail
I see, then it would be great indeed if this could be adapted for the new 
ifconfig output or as suggested by someone else on the list use the new ip tool.

Strangely enough I tried to add the NETWORK=yes to the custom vars of the 
template context but even if I click add and update the next time I view 
this template the custom variable is gone... Any idea why this custom var is 
not being saved? I am using ONE 4.6.0.

Regards
ML




On Wednesday, June 11, 2014 12:43 PM, Javier Fontan jfon...@opennebula.org 
wrote:
The output changes a lot from the old ifconfig and can not be
correctly parser. We will have to devise a new system to get that
info.

Still, I think you are not adding NETWORK=YES to the
contextualization, that should fix the problem as it does use the mac
address to get the IP info.

On Wed, Jun 11, 2014 at 11:59 AM, ML mail mlnos...@yahoo.com wrote:
 Hi Javier,

 In case my PNG attachment did not find its way to the mailing list, here 
 would be the text output of an ifconfig -a:

 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
         inet6: fe80::::  prefixlen 64  scopeid 0x20link
         ether 02:00:XX:XX:XX:XX  txqueuelen 1000  (Ethernet)
         RX packets 33  bytes 2124 (2.0 KiB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 10  bytes 1316 (1.2 KiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
         inet 127.0.0.1 netmask 255.0.0.0
         inet6 ::1  preixlen 128  scopeid 0x10host
         loop  txqueuelen 0  (Local Loopback)

         RX packets 2  bytes 140 (140.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 2  bytes 140 (140.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


 Regards,
 ML




 On Tuesday, June 10, 2014 10:50 PM, ML mail mlnos...@yahoo.com wrote:
 Hi Javier,


 I attached a screenshot of the ifconfig -a on Fedora 20. I hope PNG 
 attachements are ok. MAC addresses are masked out.

 Regards
 ML







 On Tuesday, June 10, 2014 6:44 PM, Javier Fontan jfon...@opennebula.org 
 wrote:
 It seems that there is a problem parsing the interface information.
 Can you send us the output of this command in a Fedora 20?

 /sbin/ifconfig -a




 On Tue, Jun 10, 2014 at 4:24 PM, ML mail mlnos...@yahoo.com wrote:
 Hi,

 I just tried out one-context 4.6 on Fedora 20 (basic infrastructure server 
 installation) but unfortunately the one-context 4.6 RPM does not work 
 properly and as such my VM does not have any network connection.

 It looks like the one-context already fails at the 00-network script with 
 errors such as:

 /etc/one-context.d/00-network: line 23: let: ip_a=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 24: let: ip_b=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 25: let: ip_c=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 26: let: ip_d=0xmtu value too great for 
 base (error token is 0xmtu)
 /etc/one-context.d/00-network: line 95: ${1500_IP}: bad substitution
 etc...

 Any ideas what's wrong here?

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



 --
 Javier Fontán Muiños
 Developer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | @OpenNebula | github.com/jfontan




-- 
Javier Fontán Muiños
Developer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] one-context 4.6 RPM on Fedora 20 VM

2014-06-11 Thread Stefan Kooman
Quoting ML mail (mlnos...@yahoo.com):
 I see, then it would be great indeed if this could be adapted for the
 new ifconfig output or as suggested by someone else on the list use
 the new ip tool.
 
 Strangely enough I tried to add the NETWORK=yes to the custom vars of
 the template context but even if I click add and update the next
 time I view this template the custom variable is gone... Any idea why
 this custom var is not being saved? I am using ONE 4.6.0.

NETWORK=yes should be all caps if I'm not mistaken, i.e. NETWORK=YES.
Could you try again?

Gr. Stefan

-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] one-context 4.6 RPM on Fedora 20 VM

2014-06-11 Thread Stefan Kooman
Quoting ML mail (mlnos...@yahoo.com):
 I tried with NETWORK=YES and Sunstone actually says Template updated 
 correctly but still this custom variable is not present or saved in that 
 template, this is really weird.

Could you try on the CLI:

8
CONTEXT=[
  NETWORK=YES ]
8

Gr. Stefan

-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] one-context 4.6 RPM on Fedora 20 VM

2014-06-11 Thread Javier Fontan
That's because that context variable has a checkbox to activate it in
Context - Network  SSH - Add Network contextualization. You'll see
that the checkbox is activated.

To make sure it is set you can execute:

onevm show template



On Wed, Jun 11, 2014 at 2:35 PM, ML mail mlnos...@yahoo.com wrote:
 I tried with NETWORK=YES and Sunstone actually says Template updated 
 correctly but still this custom variable is not present or saved in that 
 template, this is really weird.



 On Wednesday, June 11, 2014 2:31 PM, Stefan Kooman ste...@bit.nl wrote:
 Quoting ML mail (mlnos...@yahoo.com):



 I see, then it would be great indeed if this could be adapted for the
 new ifconfig output or as suggested by someone else on the list use
 the new ip tool.

 Strangely enough I tried to add the NETWORK=yes to the custom vars of
 the template context but even if I click add and update the next
 time I view this template the custom variable is gone... Any idea why
 this custom var is not being saved? I am using ONE 4.6.0.

 NETWORK=yes should be all caps if I'm not mistaken, i.e. NETWORK=YES.
 Could you try again?

 Gr. Stefan

 --
 | BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
 | GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl




-- 
Javier Fontán Muiños
Developer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] ssh and shared data storage

2014-06-11 Thread Antanas Masevicius
Hello,

been struggling to resolve situation with persistent images. That is
images gets copied (during instantiation) after setting DS to ssh, even
on local storage.
At first i had only machine with local data storage which look like:

oneadmin@xen-host0:~/datastores/0/42$ onedatastore list
ID NAME SIZE AVAIL CLUSTER IMAGES TYPE DS TM
0 system 110.1G 20% - 0 sys - shared
1 default 110.1G 20% - 8 img fs shared
2 files 110.1G 20% - 0 fil fs shared

then, i added another xen host for which i have set data storage TM to ssh:

oneadmin@xen-host0:~/datastores/0/42$ onedatastore list
ID NAME SIZE AVAIL CLUSTER IMAGES TYPE DS TM
0 system 110.1G 20% - 0 sys - shared
1 default 110.1G 20% - 8 img fs shared
2 files 110.1G 20% - 0 fil fs shared
100 xen1_ds_syste - - A_cluster 0 sys - ssh

This did not let me deploy image to remote (new) host. Someone suggested
i have to set image DS to ssh:

oneadmin@xen-host0:~/datastores/0/42$ onedatastore list
ID NAME SIZE AVAIL CLUSTER IMAGES TYPE DS TM
0 system 110.1G 20% - 0 sys - shared
1 default 110.1G 20% - 8 img fs ssh
2 files 110.1G 20% - 0 fil fs ssh
100 xen1_ds_syste - - A_cluster 0 sys - ssh

Now, i was able to instantiate image on remote host. This is fine, but,
when i tried to instantiate image for local host, it also started to
copy persistent images on instatiation.

What is practice for such cases? Should i run everything on shared media
only or maybe there is some other way to achieve this compatibility?

best regards,
Antanas

-- 
Antanas Masevičius
Technikos direktorius
UAB Nacionalinis telekomunikaciju tinklas
Tel.  +370 5 2056000
Tel.  +370 700 00031 (tiesioginis)
Fax.  +370 700 00034
el.p: antanas.masevic...@ntt.lt
www.ntt.lt
www.spykas.com

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


[one-users] ONE repos for RHEL7

2014-06-11 Thread Alvaro Simon Garcia

Hi

RHEL7 is now out but it's available a ONE repo for this version? I have 
tested the current ONE CentOS/RHEL repo with RHEL7+EPEL but some 
packages are not available from EPEL7 repository:


Error: Package: opennebula-server-4.6.1-1.x86_64 (opennebula)
   Requires: log4cpp
Error: Package: opennebula-server-4.6.1-1.x86_64 (opennebula)
   Requires: libmysqlclient.so.16(libmysqlclient_16)(64bit)
Error: Package: opennebula-ruby-4.6.1-1.x86_64 (opennebula)
   Requires: rubygem-thin
Error: Package: opennebula-ruby-4.6.1-1.x86_64 (opennebula)
   Requires: rubygem-uuidtools
Error: Package: opennebula-server-4.6.1-1.x86_64 (opennebula)
   Requires: liblog4cpp.so.4()(64bit)
Error: Package: opennebula-ruby-4.6.1-1.x86_64 (opennebula)
   Requires: ruby-mysql
Error: Package: opennebula-node-kvm-4.6.1-1.x86_64 (opennebula)
   Requires: vconfig
Error: Package: opennebula-ruby-4.6.1-1.x86_64 (opennebula)
   Requires: rubygem-sequel
Error: Package: opennebula-server-4.6.1-1.x86_64 (opennebula)
   Requires: libmysqlclient.so.16()(64bit)
Error: Package: opennebula-ruby-4.6.1-1.x86_64 (opennebula)
   Requires: rubygem-sinatra
Error: Package: opennebula-ruby-4.6.1-1.x86_64 (opennebula)
   Requires: rubygem-rack
Error: Package: opennebula-ruby-4.6.1-1.x86_64 (opennebula)
   Requires: rubygem-sqlite3-ruby

anyone has tried it?

Thanks in advance!
Alvaro


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


Re: [one-users] ERRO FEDERATION

2014-06-11 Thread Carlos Martín Sánchez
Hi,

On Wed, Jun 11, 2014 at 11:46 AM, Maria Jular maria.ju...@fcsc.es wrote:

 Hello!



 This is my always error when I try to do master-slave federation.



 [RequestManagerProxy.one.zone.update] Could not connect to the federation
 master oned



 Thank you in advance.


Is the FEDERATION/MASTER_ONED config attribute set? Did you check if that
ip:port is reachable from the slave frontend?

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







 *María Jular Castañeda*

 *Técnico de Sistemas*



 Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.es x...@fcsc.es

 http://www.fcsc.es

 Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León

 24071 León





 [image: cid:image004.jpg@01CEDEE4.54E4BEB0]



 [image: logoFCSCL_bn.png]

 Este mensaje se dirige exclusivamente a su destinatario y puede contener
 información privilegiada o confidencial. Si Vd. no es el destinatario
 indicado, queda notificado de que la lectura, utilización, divulgación y/o
 copia sin autorización está prohibida en virtud de la legislación
 vigente.   Si ha recibido este mensaje por error, le rogamos que nos lo
 comunique inmediatamente por esta misma vía y proceda a su destrucción. El
 correo electrónico vía Internet no permite asegurar la confidencialidad de
 los mensajes que se transmiten ni su integridad o correcta recepción. La
 Fundación Centro de Supercomputación de Castilla y León no asume ninguna
 responsabilidad por estas circunstancias.



 This message is intended exclusively for its addressee and may contain
 information that is CONFIDENTIAL and protected by a professional privilege
 or whose disclosure is prohibited by law. If you are not the intended
 recipient you are hereby notified that any read, dissemination, copy or
 disclosure of this communication is strictly prohibited by law.

 If this message has been received in error, please immediately notify us
 via e-mail and delete it. Internet e-mail neither guarantees the
 confidentiality nor the integrity or proper receipt of the messages sent. 
 Fundación
 Centro de Supercomputación de Castilla y León does not assume any liability
 for those circumstances.





 ___
 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] Sharing images between clusters

2014-06-11 Thread Carlos Martín Sánchez
Hi,

On Mon, Jun 9, 2014 at 7:12 PM, Andreas Calvo andreas.ca...@scytl.com
wrote:

 Carlos,
 Thanks for your answer.
 From what I understand, the Image Datastore must be accesible from the
 hosts selected (all or just a cluster). However, the system datastore must
 be shared between the cluster (store transient data).

 On my scenario, clusters do not share the same Image Datastore nor can
 access the same resources.
 System datastore was planned to be local (on the DMZ node's filesystem),
 and the image to be transferred over the network.

 So, when moving an image from one cluster to the other (or starting a VM
 in the DMZ cluster), can Opennebula's manager copy over the network an
 image that's stored using iSCSI (image datastore) to the DMZ's node
 filesystem (system datastore), giving the premise that the DMZ node cannot
 access iSCSI?

 Thanks


I'm afraid that's not possible currently. We want to add the ability to
export images between datastores, but I don't know when that will happen.

Best 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



---
 Andreas Calvo Gómez
 Systems Engineer

 Skype/ andreas.calvo.gomez
 M/ +34 638 49 90 63
 P/ +34 934 230 324
 F/ +34 933 251 028

 Scytl Secure Electronic Voting
 Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
 http://www.scytl.com

 NOTICE: The information in this e-mail and in any of its attachments is
 confidential and intended solely for the attention and use of the named
 addressee(s). If you are not the intended recipient, any disclosure,
 copying, distribution or retaining of this message or any part of it,
 without the prior written consent of Scytl Secure Electronic Voting, SA is
 prohibited and may be unlawful. If you have received this in error, please
 contact the sender and delete the material from any computer.


 - Original Message -
 From: Carlos Martín Sánchez cmar...@opennebula.org
 To: Andreas Calvo Gómez andreas.ca...@scytl.com
 Cc: users@lists.opennebula.org
 Sent: Monday, June 9, 2014 6:52:23 PM
 Subject: Re: [one-users] Sharing images between clusters

 Hi,

 On Thu, Jun 5, 2014 at 11:31 AM, Andreas Calvo Gómez 
 andreas.ca...@scytl.com wrote:

  Hi,
  I'm trying to set up a DMZ zone and I'm struggling with datastores and
 TMs.
  The main goal is to provide an internal zone to work with VMs, and the
  publish the final image to the DMZ zone.
  Then, while starting the VM, select the cluster to deploy the image
 (using
  maybe SSH TM).
 
  Would it be possible to share images between clusters?
 
  Thanks!
 
  --
  Andreas Calvo Gómez
  Systems Engineer
 
 
 The Image Datastore cannot be in more than one cluster. You can however
 move it to the none (-1) cluster, what makes it accessible to all hosts.

 System Datastores can be selected for each deployment, but depending on the
 Image Datastore the image may be used directly from the Image DS, not the
 system one. There's more info about this in the storage section of the docs
 [1], but feel free to come back with any questions.

 Regards

 [1] http://docs.opennebula.org/4.6/administration/storage/sm.html
 --
 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


[one-users] Fwd: ERROR instantiate VM from cdrom

2014-06-11 Thread Tino Vazquez
--
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.


-- Forwarded message --
From: Maria Jular maria.ju...@fcsc.es
Date: 11 June 2014 17:54
Subject: RE: [one-users] ERROR instantiate VM from cdrom
To: Tino Vazquez cvazq...@c12g.com


Hello,



Yes, I’ve changed the boot order in the template of the machine from
sunstone after create two images (CDROM and DATABLOCK)

But I’ve the same problem.



Why?



Thank you!



*María Jular Castañeda*

*Técnico de Sistemas*



Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.es x...@fcsc.es

http://www.fcsc.es

Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León

24071 León





[image: cid:image004.jpg@01CEDEE4.54E4BEB0]



[image: logoFCSCL_bn.png]

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si Vd. no es el destinatario
indicado, queda notificado de que la lectura, utilización, divulgación y/o
copia sin autorización está prohibida en virtud de la legislación
vigente.   Si ha recibido este mensaje por error, le rogamos que nos lo
comunique inmediatamente por esta misma vía y proceda a su destrucción. El
correo electrónico vía Internet no permite asegurar la confidencialidad de
los mensajes que se transmiten ni su integridad o correcta recepción. La
Fundación Centro de Supercomputación de Castilla y León no asume ninguna
responsabilidad por estas circunstancias.



This message is intended exclusively for its addressee and may contain
information that is CONFIDENTIAL and protected by a professional privilege
or whose disclosure is prohibited by law. If you are not the intended
recipient you are hereby notified that any read, dissemination, copy or
disclosure of this communication is strictly prohibited by law.

If this message has been received in error, please immediately notify us
via e-mail and delete it. Internet e-mail neither guarantees the
confidentiality nor the integrity or proper receipt of the messages
sent. Fundación
Centro de Supercomputación de Castilla y León does not assume any liability
for those circumstances.





*De:* Tino Vazquez [mailto:cvazq...@c12g.com]
*Enviado el:* miércoles, 11 de junio de 2014 11:47
*Para:* Maria Jular
*CC:* users@lists.opennebula.org

*Asunto:* Re: [one-users] ERROR instantiate VM from cdrom



Hello Maria,



You may need to change the boot order for the VM, please take a look at the
BOOT attribute:




http://docs.opennebula.org/4.6/user/references/template.html#os-and-boot-options-section



Best,



-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

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



On 10 June 2014 16:34, Maria Jular maria.ju...@fcsc.es wrote:

Hello,



Is there a quickstart to create a virtual machine from cdrom .ISO in
opennebula 4.6.1 (Sunstone) with vmware?



I am two images:

One of this type CDROM

One of this type DATABLOCK.



Then I create a template with two disks but when I run a virtual machine
from this template, in console the message always is:

Operating system NOT found



What happen?



Thank you very much!



*María Jular Castañeda*

*Técnico de Sistemas*



Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.es x...@fcsc.es

http://www.fcsc.es

Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León

24071 León





[image: 

Re: [one-users] ERROR instantiate VM from cdrom

2014-06-11 Thread Tino Vazquez
Hi Maria,

Please try changing the type of the image DATABLOCK to OS and try again.

Regards,

-Tino




 -- Forwarded message --
 From: Maria Jular maria.ju...@fcsc.es
 Date: 11 June 2014 17:54
 Subject: RE: [one-users] ERROR instantiate VM from cdrom
 To: Tino Vazquez cvazq...@c12g.com


 Hello,



 Yes, I’ve changed the boot order in the template of the machine from
 sunstone after create two images (CDROM and DATABLOCK)

 But I’ve the same problem.



 Why?



 Thank you!



 *María Jular Castañeda*

 *Técnico de Sistemas*



 Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.es x...@fcsc.es

 http://www.fcsc.es

 Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León

 24071 León





 [image: cid:image004.jpg@01CEDEE4.54E4BEB0]



 [image: logoFCSCL_bn.png]

 Este mensaje se dirige exclusivamente a su destinatario y puede contener
 información privilegiada o confidencial. Si Vd. no es el destinatario
 indicado, queda notificado de que la lectura, utilización, divulgación y/o
 copia sin autorización está prohibida en virtud de la legislación
 vigente.   Si ha recibido este mensaje por error, le rogamos que nos lo
 comunique inmediatamente por esta misma vía y proceda a su destrucción. El
 correo electrónico vía Internet no permite asegurar la confidencialidad de
 los mensajes que se transmiten ni su integridad o correcta recepción. La
 Fundación Centro de Supercomputación de Castilla y León no asume ninguna
 responsabilidad por estas circunstancias.



 This message is intended exclusively for its addressee and may contain
 information that is CONFIDENTIAL and protected by a professional privilege
 or whose disclosure is prohibited by law. If you are not the intended
 recipient you are hereby notified that any read, dissemination, copy or
 disclosure of this communication is strictly prohibited by law.

 If this message has been received in error, please immediately notify us
 via e-mail and delete it. Internet e-mail neither guarantees the
 confidentiality nor the integrity or proper receipt of the messages sent. 
 Fundación
 Centro de Supercomputación de Castilla y León does not assume any liability
 for those circumstances.





 *De:* Tino Vazquez [mailto:cvazq...@c12g.com]
 *Enviado el:* miércoles, 11 de junio de 2014 11:47
 *Para:* Maria Jular
 *CC:* users@lists.opennebula.org

 *Asunto:* Re: [one-users] ERROR instantiate VM from cdrom



 Hello Maria,



 You may need to change the boot order for the VM, please take a look at
 the BOOT attribute:




 http://docs.opennebula.org/4.6/user/references/template.html#os-and-boot-options-section



 Best,



 -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

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



 On 10 June 2014 16:34, Maria Jular maria.ju...@fcsc.es wrote:

 Hello,



 Is there a quickstart to create a virtual machine from cdrom .ISO in
 opennebula 4.6.1 (Sunstone) with vmware?



 I am two images:

 One of this type CDROM

 One of this type DATABLOCK.



 Then I create a template with two disks but when I run a virtual machine
 from this template, in console the message always is:

 Operating system NOT found



 What happen?



 Thank you very much!



 *María Jular Castañeda*

 *Técnico de Sistemas*



 Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.es x...@fcsc.es

 http://www.fcsc.es

 Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León

 24071 León





 [image: cid:image004.jpg@01CEDEE4.54E4BEB0]



 [image: logoFCSCL_bn.png]

 Este mensaje se dirige exclusivamente a su destinatario y puede contener
 información privilegiada o confidencial. Si Vd. no es el destinatario
 indicado, queda notificado de que la lectura, utilización, divulgación y/o
 copia sin autorización está prohibida en virtud de la legislación
 vigente.   Si ha recibido este mensaje por error, le rogamos que nos lo
 comunique inmediatamente por esta misma vía y proceda a su destrucción. El
 correo electrónico vía Internet no permite asegurar la confidencialidad de
 los mensajes que se transmiten ni su integridad o correcta recepción. La
 Fundación Centro de Supercomputación de 

Re: [one-users] ERROR instantiate VM from cdrom

2014-06-11 Thread Tino Vazquez
Hi,


On 11 June 2014 18:23, Maria Jular maria.ju...@fcsc.es wrote:

 It’s very weird.

 Moreover, now I see this when I start the daemon “oned”

 /usr/bin/one: línea 196: echo: error de escritura: No
 queda espacio en el dispositivo

 /usr/bin/one: línea 214: echo: error de escritura: No queda espacio en el
 dispositivo

 Could not open connect to database server.


This seems to indicate that the OpenNebula front-end is running out of
space, could you please send us the output of the following as oneadmin in
the front-end:

 $ df -h

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

--
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] ERROR instantiate VM from cdrom

2014-06-11 Thread Maria Jular
Hi!

Yes, /var/lib/one/tmp was full because I have tried to upload multiple images 
iso and all had failed. I don’t understand why this path is full because I’m 
working with datastores NOT local.
I've released all the space but the boot order type cdrom keeps crashing.

Thank you!

María Jular Castañeda
Técnico de Sistemas

Tfn: +34-987-29 33 23 / e-mail: maria.ju...@fcsc.esmailto:x...@fcsc.es
http://www.fcsc.es
Edificio CRAI-TIC.  Campus de Vegazana, s/n. Universidad de León
24071 León



[cid:image001.jpg@01CF85A5.E1A86000]


[cid:image002.png@01CF85A5.E1A86000]

Este mensaje se dirige exclusivamente a su destinatario y puede contener 
información privilegiada o confidencial. Si Vd. no es el destinatario indicado, 
queda notificado de que la lectura, utilización, divulgación y/o copia sin 
autorización está prohibida en virtud de la legislación vigente.   Si ha 
recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente 
por esta misma vía y proceda a su destrucción. El correo electrónico vía 
Internet no permite asegurar la confidencialidad de los mensajes que se 
transmiten ni su integridad o correcta recepción. La Fundación Centro de 
Supercomputación de Castilla y León no asume ninguna responsabilidad por estas 
circunstancias.

This message is intended exclusively for its addressee and may contain 
information that is CONFIDENTIAL and protected by a professional privilege or 
whose disclosure is prohibited by law. If you are not the intended recipient 
you are hereby notified that any read, dissemination, copy or disclosure of 
this communication is strictly prohibited by law.
If this message has been received in error, please immediately notify us via 
e-mail and delete it. Internet e-mail neither guarantees the confidentiality 
nor the integrity or proper receipt of the messages sent. Fundación Centro de 
Supercomputación de Castilla y León does not assume any liability for those 
circumstances.



De: Tino Vazquez [mailto:cvazq...@c12g.com]
Enviado el: miércoles, 11 de junio de 2014 18:44
Para: Maria Jular
CC: users
Asunto: Re: [one-users] ERROR instantiate VM from cdrom

Hi,


On 11 June 2014 18:23, Maria Jular 
maria.ju...@fcsc.esmailto:maria.ju...@fcsc.es wrote:
It’s very weird.
Moreover, now I see this when I start the daemon “oned”
/usr/bin/one: línea 196: echo: error de escritura: No queda 
espacio en el dispositivo
/usr/bin/one: línea 214: echo: error de escritura: No queda espacio en el 
dispositivo
Could not open connect to database server.

This seems to indicate that the OpenNebula front-end is running out of space, 
could you please send us the output of the following as oneadmin in the 
front-end:

 $ df -h

Regards,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.comhttp://www.c12g.com | @C12G | 
es.linkedin.com/in/tinovahttp://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.commailto: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] ERROR instantiate VM from cdrom

2014-06-11 Thread Tino Vazquez
On 11 June 2014 18:49, Maria Jular maria.ju...@fcsc.es wrote:

 Yes, /var/lib/one/tmp was full because I have tried to upload multiple
 images iso and all had failed. I don’t understand why this path is full
 because I’m working with datastores NOT local


Whenever an image is uploaded using Sunstone, it uses that temp folder to
store the images. You can safely discard them if there is no upload in
process.

 I've released all the space but the boot order type cdrom keeps crashing.

Please send us the contents of (where vid is the id of the VM that crashed):

  /var/log/one/vid.log
 /var/lib/one/vms/vid/deployment.1

Best,

-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

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