Re: [one-users] Problem boot VM template with opennebula

2014-04-14 Thread Javier Fontan
Just don't specify the port. If you are manually modifying templates
this is the configuration for VNC that automatically generates the
port:

--8--
GRAPHICS = [
  TYPE= vnc,
  LISTEN  = 0.0.0.0]
--8--

In Sunstone VNC must be activated and the port value empty. Make sure
that the listen IP is 0.0.0.0.

On Mon, Apr 14, 2014 at 11:54 AM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 Hi,

 But... I should do in my template to enable VNC OpenNebula autonomously?


 Regards



 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Wednesday, April 09, 2014 3:17 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 I think it is better to let OpenNebula choose the port as you can use the 
 same template to start several VMs and the VNC ports wont clash.

 On Wed, Apr 2, 2014 at 9:57 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 actually I specify the port manually. and there is no other service using 
 port 5902. I should do in my template to enable VNC OpenNebula autonomously?

 Regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Tuesday, April 01, 2014 3:38 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Are you specifying the port manually. It may be that there's another VM 
 already using that port. Do not set it, let OpenNebula chose one for you.

 If this does not work try also unsetting the keymap. I can not think of any 
 other problem with that.

 On Tue, Apr 1, 2014 at 11:43 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 I have instantiated the machine, removing and setting parameters and end 
 the problem is on the line of the VNC:

 GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902,
 TYPE=vnc ]

  If I remove the template the machine boots into Xen and opennebula
 and I access the virtual machine using the command

 xm console IDMachine

 The template instantiate is:

 [root@VTSS003 CUQUE]# cat VMencourageprueba4.tmpl
 NAME   = Encourageprueba4
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[
 DRIVER=file:, IMAGE_ID=29, TARGET=xvda1 ] DISK =[ TYPE  =
 swap, SIZE = 1024, TARGET = sdb  ] NIC = [ NETWORK_ID = 3 ] RAW=[
 DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]

 And the deployment created:

 [root@VTSS003 124]# cat deployment.0
 name = 'one-124'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 disk = [
 'file:/var/lib/one//datastores/0/124/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/124/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 device_model='/usr/lib64/xen/bin/qemu-dm'


 can you see any error on line to VNC:   GRAPHICS=[ KEYMAP=es, 
 LISTEN=0.0.0.0, PORT=5902, TYPE=vnc ]

 regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Wednesday, March 26, 2014 4:19 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Let's try taking out a couple of parameters. KERNEL_CMD, swap disk, 
 device_model and VNC. I'm using the template you provided in a previous 
 email:

 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[
 DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ] NIC = [ NETWORK_ID =
 3 ]

 In case this works you can start adding some other parameters. I'll start 
 with the swap disk.

 On Wed, Mar 26, 2014 at 3:55 PM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 The deployment file generated by OpenNebula is:

 [root@VTSS003 114]# cat deployment.0 name = 'one-114'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = 

Re: [one-users] Problem boot VM template with opennebula

2014-04-14 Thread Javier Fontan
No. I am talking about the VM template.

On Mon, Apr 14, 2014 at 12:47 PM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 Hi,

 this is enabled in sunstone-server. conf, no? and when you are indicating 
 that the port has to be empty you mean the value of: vnc_proxy_port?

 Regards

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net



 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Monday, April 14, 2014 12:17 PM
 To: Cuquerella Sanchez, Javier; users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Just don't specify the port. If you are manually modifying templates this is 
 the configuration for VNC that automatically generates the
 port:

 --8--
 GRAPHICS = [
   TYPE= vnc,
   LISTEN  = 0.0.0.0]
 --8--

 In Sunstone VNC must be activated and the port value empty. Make sure that 
 the listen IP is 0.0.0.0.

 On Mon, Apr 14, 2014 at 11:54 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 But... I should do in my template to enable VNC OpenNebula autonomously?


 Regards



 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Wednesday, April 09, 2014 3:17 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 I think it is better to let OpenNebula choose the port as you can use the 
 same template to start several VMs and the VNC ports wont clash.

 On Wed, Apr 2, 2014 at 9:57 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 actually I specify the port manually. and there is no other service using 
 port 5902. I should do in my template to enable VNC OpenNebula autonomously?

 Regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Tuesday, April 01, 2014 3:38 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Are you specifying the port manually. It may be that there's another VM 
 already using that port. Do not set it, let OpenNebula chose one for you.

 If this does not work try also unsetting the keymap. I can not think of any 
 other problem with that.

 On Tue, Apr 1, 2014 at 11:43 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 I have instantiated the machine, removing and setting parameters and end 
 the problem is on the line of the VNC:

 GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902,
 TYPE=vnc ]

  If I remove the template the machine boots into Xen and opennebula
 and I access the virtual machine using the command

 xm console IDMachine

 The template instantiate is:

 [root@VTSS003 CUQUE]# cat VMencourageprueba4.tmpl
 NAME   = Encourageprueba4
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK
 =[ DRIVER=file:, IMAGE_ID=29, TARGET=xvda1 ] DISK =[ TYPE  =
 swap, SIZE = 1024, TARGET = sdb  ] NIC = [ NETWORK_ID = 3 ]
 RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]

 And the deployment created:

 [root@VTSS003 124]# cat deployment.0 name = 'one-124'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 disk = [
 'file:/var/lib/one//datastores/0/124/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/124/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 device_model='/usr/lib64/xen/bin/qemu-dm'


 can you see any error on line to VNC:   GRAPHICS=[ KEYMAP=es, 
 LISTEN=0.0.0.0, PORT=5902, TYPE=vnc ]

 regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Wednesday, March 26, 2014 4:19 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Let's 

Re: [one-users] Problem boot VM template with opennebula

2014-04-14 Thread Steven Timm


Is there any way as part of the upgrading from older versions to newer 
versions to automatically modify the templates?


We have 200-some user templates which specify PORT=-1 which is no longer
allowed in ONE4.4.  We have already checked and found that the onedb
upgrade command does not remove deprecated syntax from the template pool 
database table, nor does it add fields that are now required (CPU) that 
didn't use to be.  Short of doing onetemplate update 200 times, what is 
our option?


Steve Timm


On Mon, 14 Apr 2014, Javier Fontan wrote:


No. I am talking about the VM template.

On Mon, Apr 14, 2014 at 12:47 PM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:

Hi,

this is enabled in sunstone-server. conf, no? and when you are indicating that 
the port has to be empty you mean the value of: vnc_proxy_port?

Regards

---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net



-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org]
Sent: Monday, April 14, 2014 12:17 PM
To: Cuquerella Sanchez, Javier; users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

Just don't specify the port. If you are manually modifying templates this is 
the configuration for VNC that automatically generates the
port:

--8--
GRAPHICS = [
  TYPE= vnc,
  LISTEN  = 0.0.0.0]
--8--

In Sunstone VNC must be activated and the port value empty. Make sure that the listen IP 
is 0.0.0.0.

On Mon, Apr 14, 2014 at 11:54 AM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:

Hi,

But... I should do in my template to enable VNC OpenNebula autonomously?


Regards



---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net


-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org]
Sent: Wednesday, April 09, 2014 3:17 PM
To: Cuquerella Sanchez, Javier
Cc: users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

I think it is better to let OpenNebula choose the port as you can use the same 
template to start several VMs and the VNC ports wont clash.

On Wed, Apr 2, 2014 at 9:57 AM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:

Hi,

actually I specify the port manually. and there is no other service using port 
5902. I should do in my template to enable VNC OpenNebula autonomously?

Regards.
Javier.

---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net


-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org]
Sent: Tuesday, April 01, 2014 3:38 PM
To: Cuquerella Sanchez, Javier
Cc: users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

Are you specifying the port manually. It may be that there's another VM already 
using that port. Do not set it, let OpenNebula chose one for you.

If this does not work try also unsetting the keymap. I can not think of any 
other problem with that.

On Tue, Apr 1, 2014 at 11:43 AM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:

Hi,

I have instantiated the machine, removing and setting parameters and end the 
problem is on the line of the VNC:

GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902,
TYPE=vnc ]

 If I remove the template the machine boots into Xen and opennebula
and I access the virtual machine using the command

xm console IDMachine

The template instantiate is:

[root@VTSS003 CUQUE]# cat VMencourageprueba4.tmpl
NAME   = Encourageprueba4
MEMORY = 4096
CPU= 1
OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
/boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK
=[ DRIVER=file:, IMAGE_ID=29, TARGET=xvda1 ] DISK =[ TYPE  =
swap, SIZE = 1024, TARGET = sdb  ] NIC = [ NETWORK_ID = 3 ]
RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]

And the deployment created:

[root@VTSS003 124]# cat deployment.0 name = 'one-124'
#O CPU_CREDITS = 256
memory  = '4096'
kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
root = '/dev/xvda1'
disk = [
'file:/var/lib/one//datastores/0/124/disk.0,xvda1,w',
'tap:aio:/var/lib/one//datastores/0/124/disk.1,sdb,w',
]
vif = [
' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
]
device_model='/usr/lib64/xen/bin/qemu-dm'


can you see any error on line to VNC:   GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, 
PORT=5902, TYPE=vnc ]

regards.
Javier.

---
Javier 

Re: [one-users] Problem boot VM template with opennebula

2014-04-09 Thread Javier Fontan
I think it is better to let OpenNebula choose the port as you can use
the same template to start several VMs and the VNC ports wont clash.

On Wed, Apr 2, 2014 at 9:57 AM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 Hi,

 actually I specify the port manually. and there is no other service using 
 port 5902. I should do in my template to enable VNC OpenNebula autonomously?

 Regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Tuesday, April 01, 2014 3:38 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Are you specifying the port manually. It may be that there's another VM 
 already using that port. Do not set it, let OpenNebula chose one for you.

 If this does not work try also unsetting the keymap. I can not think of any 
 other problem with that.

 On Tue, Apr 1, 2014 at 11:43 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 I have instantiated the machine, removing and setting parameters and end the 
 problem is on the line of the VNC:

 GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902,
 TYPE=vnc ]

  If I remove the template the machine boots into Xen and opennebula
 and I access the virtual machine using the command

 xm console IDMachine

 The template instantiate is:

 [root@VTSS003 CUQUE]# cat VMencourageprueba4.tmpl
 NAME   = Encourageprueba4
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[
 DRIVER=file:, IMAGE_ID=29, TARGET=xvda1 ] DISK =[ TYPE  =
 swap, SIZE = 1024, TARGET = sdb  ] NIC = [ NETWORK_ID = 3 ] RAW=[
 DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]

 And the deployment created:

 [root@VTSS003 124]# cat deployment.0
 name = 'one-124'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 disk = [
 'file:/var/lib/one//datastores/0/124/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/124/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 device_model='/usr/lib64/xen/bin/qemu-dm'


 can you see any error on line to VNC:   GRAPHICS=[ KEYMAP=es, 
 LISTEN=0.0.0.0, PORT=5902, TYPE=vnc ]

 regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Wednesday, March 26, 2014 4:19 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Let's try taking out a couple of parameters. KERNEL_CMD, swap disk, 
 device_model and VNC. I'm using the template you provided in a previous 
 email:

 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[
 DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ] NIC = [ NETWORK_ID = 3
 ]

 In case this works you can start adding some other parameters. I'll start 
 with the swap disk.

 On Wed, Mar 26, 2014 at 3:55 PM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 The deployment file generated by OpenNebula is:

 [root@VTSS003 114]# cat deployment.0
 name = 'one-114'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 extra = 'ro xencons=tty console=tty1'
 disk = [
 'file:/var/lib/one//datastores/0/114/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/114/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=2,keymap=es']
 device_model='/usr/lib64/xen/bin/qemu-dm'


 Thanks

 Regards

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Monday, March 24, 2014 6:43 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Can you send us the deployment file generated by OpenNebula? Just to
 check if there is 

Re: [one-users] Problem boot VM template with opennebula

2014-04-02 Thread Cuquerella Sanchez, Javier
Hi,

actually I specify the port manually. and there is no other service using port 
5902. I should do in my template to enable VNC OpenNebula autonomously?

Regards.
Javier.

---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net 
 

-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org] 
Sent: Tuesday, April 01, 2014 3:38 PM
To: Cuquerella Sanchez, Javier
Cc: users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

Are you specifying the port manually. It may be that there's another VM already 
using that port. Do not set it, let OpenNebula chose one for you.

If this does not work try also unsetting the keymap. I can not think of any 
other problem with that.

On Tue, Apr 1, 2014 at 11:43 AM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:
 Hi,

 I have instantiated the machine, removing and setting parameters and end the 
 problem is on the line of the VNC:

 GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902, 
 TYPE=vnc ]

  If I remove the template the machine boots into Xen and opennebula 
 and I access the virtual machine using the command

 xm console IDMachine

 The template instantiate is:

 [root@VTSS003 CUQUE]# cat VMencourageprueba4.tmpl
 NAME   = Encourageprueba4
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[ 
 DRIVER=file:, IMAGE_ID=29, TARGET=xvda1 ] DISK =[ TYPE  = 
 swap, SIZE = 1024, TARGET = sdb  ] NIC = [ NETWORK_ID = 3 ] RAW=[ 
 DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]

 And the deployment created:

 [root@VTSS003 124]# cat deployment.0
 name = 'one-124'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 disk = [
 'file:/var/lib/one//datastores/0/124/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/124/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 device_model='/usr/lib64/xen/bin/qemu-dm'


 can you see any error on line to VNC:   GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, 
 PORT=5902, TYPE=vnc ]

 regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Wednesday, March 26, 2014 4:19 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Let's try taking out a couple of parameters. KERNEL_CMD, swap disk, 
 device_model and VNC. I'm using the template you provided in a previous email:

 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[ 
 DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ] NIC = [ NETWORK_ID = 3 
 ]

 In case this works you can start adding some other parameters. I'll start 
 with the swap disk.

 On Wed, Mar 26, 2014 at 3:55 PM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 The deployment file generated by OpenNebula is:

 [root@VTSS003 114]# cat deployment.0
 name = 'one-114'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 extra = 'ro xencons=tty console=tty1'
 disk = [
 'file:/var/lib/one//datastores/0/114/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/114/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=2,keymap=es']
 device_model='/usr/lib64/xen/bin/qemu-dm'


 Thanks

 Regards

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Monday, March 24, 2014 6:43 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Can you send us the deployment file generated by OpenNebula? Just to 
 check if there is something too different to your deployment file. It 
 should be located in you frontend at
 /var/lib/one/vms/vmid/deployment.0

 On Mon, Mar 24, 2014 at 10:29 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 have been able to 

Re: [one-users] Problem boot VM template with opennebula

2014-04-01 Thread Cuquerella Sanchez, Javier
Hi,

I have instantiated the machine, removing and setting parameters and end the 
problem is on the line of the VNC: 

GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902, TYPE=vnc ]

 If I remove the template the machine boots into Xen and opennebula and I 
access the virtual machine using the command

xm console IDMachine

The template instantiate is:

[root@VTSS003 CUQUE]# cat VMencourageprueba4.tmpl
NAME   = Encourageprueba4
MEMORY = 4096
CPU= 1
OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
/boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ]
DISK =[ DRIVER=file:, IMAGE_ID=29, TARGET=xvda1 ]
DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ]
NIC = [ NETWORK_ID = 3 ]
RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]

And the deployment created:

[root@VTSS003 124]# cat deployment.0
name = 'one-124'
#O CPU_CREDITS = 256
memory  = '4096'
kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
root = '/dev/xvda1'
disk = [
'file:/var/lib/one//datastores/0/124/disk.0,xvda1,w',
'tap:aio:/var/lib/one//datastores/0/124/disk.1,sdb,w',
]
vif = [
' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
]
device_model='/usr/lib64/xen/bin/qemu-dm'


can you see any error on line to VNC:   GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, 
PORT=5902, TYPE=vnc ]

regards.
Javier.

---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net 
 

-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org] 
Sent: Wednesday, March 26, 2014 4:19 PM
To: Cuquerella Sanchez, Javier
Cc: users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

Let's try taking out a couple of parameters. KERNEL_CMD, swap disk, 
device_model and VNC. I'm using the template you provided in a previous email:

NAME   = Encourage7
MEMORY = 4096
CPU= 1
OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
/boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[ 
DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ] NIC = [ NETWORK_ID = 3 ]

In case this works you can start adding some other parameters. I'll start with 
the swap disk.

On Wed, Mar 26, 2014 at 3:55 PM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:
 Hi,

 The deployment file generated by OpenNebula is:

 [root@VTSS003 114]# cat deployment.0
 name = 'one-114'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 extra = 'ro xencons=tty console=tty1'
 disk = [
 'file:/var/lib/one//datastores/0/114/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/114/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=2,keymap=es']
 device_model='/usr/lib64/xen/bin/qemu-dm'


 Thanks

 Regards

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Monday, March 24, 2014 6:43 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Can you send us the deployment file generated by OpenNebula? Just to 
 check if there is something too different to your deployment file. It 
 should be located in you frontend at
 /var/lib/one/vms/vmid/deployment.0

 On Mon, Mar 24, 2014 at 10:29 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 have been able to look at something ?

 I do not understand because if I start the same image with xen ONLY works:

 xm create encourage.cfg

 name =  encourage

 memory = 4096
 maxmem = 4096
 vcpus = 1

 # bootloader = / usr / bin / pygrub 
 # bootloader = / usr/lib64/xen/bin/pygrub 
 on_poweroff = destroy
 on_reboot =  restart
 on_crash =  restart

 disk = 
 ['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
 vif = [' bridge = br0 ']
 kernel =  / boot/vmlinuz-2.6.32-279.el6.x86_64 
 ramdisk = / boot/initramfs-2.6.32-279.el6.x86_64.img 
 root =  / dev/xvda1 ro

 [root @ VTSS003 ~ ] # xm list | grep Encourage Encourage 135 4096 1-b
  20.8

 the machine is started well but also can login via console:

 [root @ VTSS003 ~ ] # xm console 135

 CentOS release 6.4 ( Final)
 Kernel 2.6.32 - 279.el6.x86_64 on an x86_64

 encourage.es.atos.net login :




 

Re: [one-users] Problem boot VM template with opennebula

2014-04-01 Thread Javier Fontan
Are you specifying the port manually. It may be that there's another
VM already using that port. Do not set it, let OpenNebula chose one
for you.

If this does not work try also unsetting the keymap. I can not think
of any other problem with that.

On Tue, Apr 1, 2014 at 11:43 AM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 Hi,

 I have instantiated the machine, removing and setting parameters and end the 
 problem is on the line of the VNC:

 GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902, TYPE=vnc ]

  If I remove the template the machine boots into Xen and opennebula and I 
 access the virtual machine using the command

 xm console IDMachine

 The template instantiate is:

 [root@VTSS003 CUQUE]# cat VMencourageprueba4.tmpl
 NAME   = Encourageprueba4
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ]
 DISK =[ DRIVER=file:, IMAGE_ID=29, TARGET=xvda1 ]
 DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ]
 NIC = [ NETWORK_ID = 3 ]
 RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]

 And the deployment created:

 [root@VTSS003 124]# cat deployment.0
 name = 'one-124'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 disk = [
 'file:/var/lib/one//datastores/0/124/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/124/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 device_model='/usr/lib64/xen/bin/qemu-dm'


 can you see any error on line to VNC:   GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, 
 PORT=5902, TYPE=vnc ]

 regards.
 Javier.

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Wednesday, March 26, 2014 4:19 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Let's try taking out a couple of parameters. KERNEL_CMD, swap disk, 
 device_model and VNC. I'm using the template you provided in a previous email:

 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ] DISK =[ 
 DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ] NIC = [ NETWORK_ID = 3 ]

 In case this works you can start adding some other parameters. I'll start 
 with the swap disk.

 On Wed, Mar 26, 2014 at 3:55 PM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 The deployment file generated by OpenNebula is:

 [root@VTSS003 114]# cat deployment.0
 name = 'one-114'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 extra = 'ro xencons=tty console=tty1'
 disk = [
 'file:/var/lib/one//datastores/0/114/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/114/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=2,keymap=es']
 device_model='/usr/lib64/xen/bin/qemu-dm'


 Thanks

 Regards

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Monday, March 24, 2014 6:43 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Can you send us the deployment file generated by OpenNebula? Just to
 check if there is something too different to your deployment file. It
 should be located in you frontend at
 /var/lib/one/vms/vmid/deployment.0

 On Mon, Mar 24, 2014 at 10:29 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 have been able to look at something ?

 I do not understand because if I start the same image with xen ONLY works:

 xm create encourage.cfg

 name =  encourage

 memory = 4096
 maxmem = 4096
 vcpus = 1

 # bootloader = / usr / bin / pygrub 
 # bootloader = / usr/lib64/xen/bin/pygrub 
 on_poweroff = destroy
 on_reboot =  restart
 on_crash =  restart

 disk = 
 ['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
 vif = [' bridge = br0 ']
 kernel =  / boot/vmlinuz-2.6.32-279.el6.x86_64 
 ramdisk = / 

Re: [one-users] Problem boot VM template with opennebula

2014-03-26 Thread Cuquerella Sanchez, Javier
Hi,

The deployment file generated by OpenNebula is:

[root@VTSS003 114]# cat deployment.0
name = 'one-114'
#O CPU_CREDITS = 256
memory  = '4096'
kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
root = '/dev/xvda1'
extra = 'ro xencons=tty console=tty1'
disk = [
'file:/var/lib/one//datastores/0/114/disk.0,xvda1,w',
'tap:aio:/var/lib/one//datastores/0/114/disk.1,sdb,w',
]
vif = [
' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
]
vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=2,keymap=es']
device_model='/usr/lib64/xen/bin/qemu-dm'


Thanks

Regards

---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net 
 

-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org] 
Sent: Monday, March 24, 2014 6:43 PM
To: Cuquerella Sanchez, Javier
Cc: users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

Can you send us the deployment file generated by OpenNebula? Just to check if 
there is something too different to your deployment file. It should be located 
in you frontend at
/var/lib/one/vms/vmid/deployment.0

On Mon, Mar 24, 2014 at 10:29 AM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:
 Hi,

 have been able to look at something ?

 I do not understand because if I start the same image with xen ONLY works:

 xm create encourage.cfg

 name =  encourage

 memory = 4096
 maxmem = 4096
 vcpus = 1

 # bootloader = / usr / bin / pygrub 
 # bootloader = / usr/lib64/xen/bin/pygrub 
 on_poweroff = destroy
 on_reboot =  restart
 on_crash =  restart

 disk = 
 ['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
 vif = [' bridge = br0 ']
 kernel =  / boot/vmlinuz-2.6.32-279.el6.x86_64 
 ramdisk = / boot/initramfs-2.6.32-279.el6.x86_64.img 
 root =  / dev/xvda1 ro

 [root @ VTSS003 ~ ] # xm list | grep Encourage Encourage 135 4096 1-b 
  20.8

 the machine is started well but also can login via console:

 [root @ VTSS003 ~ ] # xm console 135

 CentOS release 6.4 ( Final)
 Kernel 2.6.32 - 279.el6.x86_64 on an x86_64

 encourage.es.atos.net login :




 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Cuquerella Sanchez, Javier
 Sent: Friday, March 21, 2014 9:30 AM
 To: 'Javier Fontan'
 Cc: 'users@lists.opennebula.org'
 Subject: RE: Problem boot VM template with opennebula

 Hi,

 I don't output anything. by putting the command stays there

 [root@VTSS003 ~]# xm list
 NameID   Mem VCPUs  State   
 Time(s)
 Domain-0 0  1024 1 r-  19487.0
 ciudad20201 67  2048 1 -b   2512.8
 ciudad20202 68  2048 1 -b559.8
 ciudad20203 69  2048 1 -b   8516.7
 one-106133  4096 1 -b489.9
 [root@VTSS003 ~]# xm console 133

 maybe it's useful to bring to the template: KERNEL_CMD = ro xencons=tty 
 console=tty1]  , no?



 Thanks.

 Regards


 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Thursday, March 20, 2014 6:56 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Are you getting an error with xm console or it just doesn't output anything?

 On Thu, Mar 20, 2014 at 5:50 PM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 HI,

 The virtual machine runs on both xen and opennebula:

 [root@VTSS003 106]# xm list | grep one
 one-106133  4096 1 -b 
 11.3

 [oneadmin@VTSS003 CUQUE]$ onevm list
 ID USER GROUPNAMESTAT UCPUUMEM HOST 
 TIME
106 oneadmin oneadmin one-106 runn0  4G ARICLOUD10d 
 01h10

 Template virtual machine:

 [oneadmin@VTSS003 CUQUE]$ cat VMencourage7.tmpl
 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, KERNEL_CMD = 

Re: [one-users] Problem boot VM template with opennebula

2014-03-26 Thread Javier Fontan
Let's try taking out a couple of parameters. KERNEL_CMD, swap disk,
device_model and VNC. I'm using the template you provided in a
previous email:

NAME   = Encourage7
MEMORY = 4096
CPU= 1
OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
/boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ]
DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ]
NIC = [ NETWORK_ID = 3 ]

In case this works you can start adding some other parameters. I'll
start with the swap disk.

On Wed, Mar 26, 2014 at 3:55 PM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 Hi,

 The deployment file generated by OpenNebula is:

 [root@VTSS003 114]# cat deployment.0
 name = 'one-114'
 #O CPU_CREDITS = 256
 memory  = '4096'
 kernel = '/boot/vmlinuz-2.6.32-279.el6.x86_64'
 ramdisk = '/boot/initramfs-2.6.32-279.el6.x86_64.img'
 root = '/dev/xvda1'
 extra = 'ro xencons=tty console=tty1'
 disk = [
 'file:/var/lib/one//datastores/0/114/disk.0,xvda1,w',
 'tap:aio:/var/lib/one//datastores/0/114/disk.1,sdb,w',
 ]
 vif = [
 ' mac=02:00:5f:d3:e8:04,ip=95.211.232.4,bridge=br0',
 ]
 vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=2,keymap=es']
 device_model='/usr/lib64/xen/bin/qemu-dm'


 Thanks

 Regards

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Monday, March 24, 2014 6:43 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Can you send us the deployment file generated by OpenNebula? Just to check if 
 there is something too different to your deployment file. It should be 
 located in you frontend at
 /var/lib/one/vms/vmid/deployment.0

 On Mon, Mar 24, 2014 at 10:29 AM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 Hi,

 have been able to look at something ?

 I do not understand because if I start the same image with xen ONLY works:

 xm create encourage.cfg

 name =  encourage

 memory = 4096
 maxmem = 4096
 vcpus = 1

 # bootloader = / usr / bin / pygrub 
 # bootloader = / usr/lib64/xen/bin/pygrub 
 on_poweroff = destroy
 on_reboot =  restart
 on_crash =  restart

 disk = 
 ['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
 vif = [' bridge = br0 ']
 kernel =  / boot/vmlinuz-2.6.32-279.el6.x86_64 
 ramdisk = / boot/initramfs-2.6.32-279.el6.x86_64.img 
 root =  / dev/xvda1 ro

 [root @ VTSS003 ~ ] # xm list | grep Encourage Encourage 135 4096 1-b
  20.8

 the machine is started well but also can login via console:

 [root @ VTSS003 ~ ] # xm console 135

 CentOS release 6.4 ( Final)
 Kernel 2.6.32 - 279.el6.x86_64 on an x86_64

 encourage.es.atos.net login :




 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Cuquerella Sanchez, Javier
 Sent: Friday, March 21, 2014 9:30 AM
 To: 'Javier Fontan'
 Cc: 'users@lists.opennebula.org'
 Subject: RE: Problem boot VM template with opennebula

 Hi,

 I don't output anything. by putting the command stays there

 [root@VTSS003 ~]# xm list
 NameID   Mem VCPUs  State   
 Time(s)
 Domain-0 0  1024 1 r-  
 19487.0
 ciudad20201 67  2048 1 -b   
 2512.8
 ciudad20202 68  2048 1 -b
 559.8
 ciudad20203 69  2048 1 -b   
 8516.7
 one-106133  4096 1 -b
 489.9
 [root@VTSS003 ~]# xm console 133

 maybe it's useful to bring to the template: KERNEL_CMD = ro xencons=tty 
 console=tty1]  , no?



 Thanks.

 Regards


 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Thursday, March 20, 2014 6:56 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Are you getting an error with xm console or it just doesn't output anything?

 On Thu, Mar 20, 2014 at 5:50 PM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 HI,

 

Re: [one-users] Problem boot VM template with opennebula

2014-03-24 Thread Cuquerella Sanchez, Javier
Hi,

have been able to look at something ?

I do not understand because if I start the same image with xen ONLY works:

xm create encourage.cfg

name =  encourage

memory = 4096
maxmem = 4096
vcpus = 1

# bootloader = / usr / bin / pygrub 
# bootloader = / usr/lib64/xen/bin/pygrub 
on_poweroff = destroy
on_reboot =  restart
on_crash =  restart

disk = 
['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
vif = [' bridge = br0 ']
kernel =  / boot/vmlinuz-2.6.32-279.el6.x86_64 
ramdisk = / boot/initramfs-2.6.32-279.el6.x86_64.img 
root =  / dev/xvda1 ro

[root @ VTSS003 ~ ] # xm list | grep Encourage
Encourage 135 4096 1-b  20.8

the machine is started well but also can login via console:

[root @ VTSS003 ~ ] # xm console 135

CentOS release 6.4 ( Final)
Kernel 2.6.32 - 279.el6.x86_64 on an x86_64

encourage.es.atos.net login :




---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net 
 

-Original Message-
From: Cuquerella Sanchez, Javier 
Sent: Friday, March 21, 2014 9:30 AM
To: 'Javier Fontan'
Cc: 'users@lists.opennebula.org'
Subject: RE: Problem boot VM template with opennebula

Hi,

I don’t output anything. by putting the command stays there

[root@VTSS003 ~]# xm list
NameID   Mem VCPUs  State   Time(s)
Domain-0 0  1024 1 r-  19487.0
ciudad20201 67  2048 1 -b   2512.8
ciudad20202 68  2048 1 -b559.8
ciudad20203 69  2048 1 -b   8516.7
one-106133  4096 1 -b489.9
[root@VTSS003 ~]# xm console 133

maybe it's useful to bring to the template: KERNEL_CMD = ro xencons=tty 
console=tty1]  , no?



Thanks.

Regards


---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net 
 

-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org]
Sent: Thursday, March 20, 2014 6:56 PM
To: Cuquerella Sanchez, Javier
Cc: users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

Are you getting an error with xm console or it just doesn't output anything?

On Thu, Mar 20, 2014 at 5:50 PM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:
 HI,

 The virtual machine runs on both xen and opennebula:

 [root@VTSS003 106]# xm list | grep one
 one-106133  4096 1 -b 11.3

 [oneadmin@VTSS003 CUQUE]$ onevm list
 ID USER GROUPNAMESTAT UCPUUMEM HOST 
 TIME
106 oneadmin oneadmin one-106 runn0  4G ARICLOUD10d 
 01h10

 Template virtual machine:

 [oneadmin@VTSS003 CUQUE]$ cat VMencourage7.tmpl
 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, KERNEL_CMD = ro , root 
 = xvda1 ] DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ] 
 DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ] NIC = [ 
 NETWORK_ID = 3 ] GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902, 
 TYPE=vnc ] RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm',
 TYPE=xen ]



 Xen log is correct:

 [root@VTSS003 CUQUE]# tail -f /var/log/xen/xend.log
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vbd.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:144) Waiting for 51713.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:628) hotplugStatusCallback 
 /local/domain/0/backend/vbd/133/51713/hotplug-status.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:642) hotplugStatusCallback 1.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices irq.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vfb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices pci.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vusb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vtpm.
 [2014-03-20 16:15:56 4335] INFO (XendDomain:1225) Domain one-106 (133) 
 unpaused.

 but I can not connect to the machine or by using VNC or xen using the
 command: xm console IDmachine

 Opennebula log :

 [root@VTSS003 CUQUE]# tail -f /var/log/one/106.log Thu Mar 20 16:15:52
 2014 [LCM][I]: New VM state is BOOT Thu Mar 20 16:15:52 2014 [VMM][I]: 
 

Re: [one-users] Problem boot VM template with opennebula

2014-03-24 Thread Javier Fontan
Can you send us the deployment file generated by OpenNebula? Just to
check if there is something too different to your deployment file. It
should be located in you frontend at
/var/lib/one/vms/vmid/deployment.0

On Mon, Mar 24, 2014 at 10:29 AM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 Hi,

 have been able to look at something ?

 I do not understand because if I start the same image with xen ONLY works:

 xm create encourage.cfg

 name =  encourage

 memory = 4096
 maxmem = 4096
 vcpus = 1

 # bootloader = / usr / bin / pygrub 
 # bootloader = / usr/lib64/xen/bin/pygrub 
 on_poweroff = destroy
 on_reboot =  restart
 on_crash =  restart

 disk = 
 ['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
 vif = [' bridge = br0 ']
 kernel =  / boot/vmlinuz-2.6.32-279.el6.x86_64 
 ramdisk = / boot/initramfs-2.6.32-279.el6.x86_64.img 
 root =  / dev/xvda1 ro

 [root @ VTSS003 ~ ] # xm list | grep Encourage
 Encourage 135 4096 1-b  20.8

 the machine is started well but also can login via console:

 [root @ VTSS003 ~ ] # xm console 135

 CentOS release 6.4 ( Final)
 Kernel 2.6.32 - 279.el6.x86_64 on an x86_64

 encourage.es.atos.net login :




 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Cuquerella Sanchez, Javier
 Sent: Friday, March 21, 2014 9:30 AM
 To: 'Javier Fontan'
 Cc: 'users@lists.opennebula.org'
 Subject: RE: Problem boot VM template with opennebula

 Hi,

 I don't output anything. by putting the command stays there

 [root@VTSS003 ~]# xm list
 NameID   Mem VCPUs  State   
 Time(s)
 Domain-0 0  1024 1 r-  19487.0
 ciudad20201 67  2048 1 -b   2512.8
 ciudad20202 68  2048 1 -b559.8
 ciudad20203 69  2048 1 -b   8516.7
 one-106133  4096 1 -b489.9
 [root@VTSS003 ~]# xm console 133

 maybe it's useful to bring to the template: KERNEL_CMD = ro xencons=tty 
 console=tty1]  , no?



 Thanks.

 Regards


 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net


 -Original Message-
 From: Javier Fontan [mailto:jfon...@opennebula.org]
 Sent: Thursday, March 20, 2014 6:56 PM
 To: Cuquerella Sanchez, Javier
 Cc: users@lists.opennebula.org
 Subject: Re: Problem boot VM template with opennebula

 Are you getting an error with xm console or it just doesn't output anything?

 On Thu, Mar 20, 2014 at 5:50 PM, Cuquerella Sanchez, Javier 
 javier.cuquere...@atos.net wrote:
 HI,

 The virtual machine runs on both xen and opennebula:

 [root@VTSS003 106]# xm list | grep one
 one-106133  4096 1 -b 
 11.3

 [oneadmin@VTSS003 CUQUE]$ onevm list
 ID USER GROUPNAMESTAT UCPUUMEM HOST 
 TIME
106 oneadmin oneadmin one-106 runn0  4G ARICLOUD10d 
 01h10

 Template virtual machine:

 [oneadmin@VTSS003 CUQUE]$ cat VMencourage7.tmpl
 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
 /boot/initramfs-2.6.32-279.el6.x86_64.img, KERNEL_CMD = ro , root
 = xvda1 ] DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ]
 DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ] NIC = [
 NETWORK_ID = 3 ] GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902,
 TYPE=vnc ] RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm',
 TYPE=xen ]



 Xen log is correct:

 [root@VTSS003 CUQUE]# tail -f /var/log/xen/xend.log
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vbd.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:144) Waiting for 51713.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:628) hotplugStatusCallback 
 /local/domain/0/backend/vbd/133/51713/hotplug-status.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:642) hotplugStatusCallback 1.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices irq.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vfb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices pci.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices 
 vusb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for 

Re: [one-users] Problem boot VM template with opennebula

2014-03-21 Thread Cuquerella Sanchez, Javier
Hi,

I don’t output anything. by putting the command stays there

[root@VTSS003 ~]# xm list
NameID   Mem VCPUs  State   Time(s)
Domain-0 0  1024 1 r-  19487.0
ciudad20201 67  2048 1 -b   2512.8
ciudad20202 68  2048 1 -b559.8
ciudad20203 69  2048 1 -b   8516.7
one-106133  4096 1 -b489.9
[root@VTSS003 ~]# xm console 133

maybe it's useful to bring to the template: KERNEL_CMD = ro xencons=tty 
console=tty1]  , no?



Thanks.

Regards


---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net 
 

-Original Message-
From: Javier Fontan [mailto:jfon...@opennebula.org] 
Sent: Thursday, March 20, 2014 6:56 PM
To: Cuquerella Sanchez, Javier
Cc: users@lists.opennebula.org
Subject: Re: Problem boot VM template with opennebula

Are you getting an error with xm console or it just doesn't output anything?

On Thu, Mar 20, 2014 at 5:50 PM, Cuquerella Sanchez, Javier 
javier.cuquere...@atos.net wrote:
 HI,

 The virtual machine runs on both xen and opennebula:

 [root@VTSS003 106]# xm list | grep one
 one-106133  4096 1 -b 11.3

 [oneadmin@VTSS003 CUQUE]$ onevm list
 ID USER GROUPNAMESTAT UCPUUMEM HOST 
 TIME
106 oneadmin oneadmin one-106 runn0  4G ARICLOUD10d 
 01h10

 Template virtual machine:

 [oneadmin@VTSS003 CUQUE]$ cat VMencourage7.tmpl
 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, KERNEL_CMD = ro , root 
 = xvda1 ] DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ] 
 DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ] NIC = [ 
 NETWORK_ID = 3 ] GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902, 
 TYPE=vnc ] RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', 
 TYPE=xen ]



 Xen log is correct:

 [root@VTSS003 CUQUE]# tail -f /var/log/xen/xend.log
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vbd.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:144) Waiting for 51713.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:628) hotplugStatusCallback 
 /local/domain/0/backend/vbd/133/51713/hotplug-status.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:642) hotplugStatusCallback 1.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices irq.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vfb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices pci.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vusb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vtpm.
 [2014-03-20 16:15:56 4335] INFO (XendDomain:1225) Domain one-106 (133) 
 unpaused.

 but I can not connect to the machine or by using VNC or xen using the 
 command: xm console IDmachine

 Opennebula log :

 [root@VTSS003 CUQUE]# tail -f /var/log/one/106.log Thu Mar 20 16:15:52 
 2014 [LCM][I]: New VM state is BOOT Thu Mar 20 16:15:52 2014 [VMM][I]: 
 Generating deployment file: /var/lib/one/106/deployment.0 Thu Mar 20 
 16:15:53 2014 [VMM][I]: ExitCode: 0 Thu Mar 20 16:15:53 2014 [VMM][I]: 
 Successfully execute network driver operation: pre.
 Thu Mar 20 16:15:56 2014 [VMM][D]: deploy: Credits set to 256 Thu Mar 
 20 16:15:56 2014 [VMM][I]: ExitCode: 0 Thu Mar 20 16:15:56 2014 
 [VMM][I]: Successfully execute virtualization driver operation: deploy.
 Thu Mar 20 16:15:56 2014 [VMM][I]: ExitCode: 0 Thu Mar 20 16:15:56 
 2014 [VMM][I]: Successfully execute network driver operation: post.
 Thu Mar 20 16:15:56 2014 [LCM][I]: New VM state is RUNNING Thu Mar 20 
 16:26:01 2014 [VMM][I]: Found interface tap-52-2064 but domain 52 does not 
 exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-53-2064 but domain 53 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-54-2064 but domain 54 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-55-2064 but domain 55 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-56-2064 but domain 56 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-57-2064 but domain 57 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-58-2064 but domain 58 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-59-2064 but domain 59 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-60-2064 but domain 60 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found 

Re: [one-users] Problem boot VM template with opennebula

2014-03-20 Thread Javier Fontan
The problem is the root parameter:

--8--
dracut Warning: No root device block:/dev//dev/xvda1 found
--8--

In OpenNebula template you should drop de /dev/ prefix and ro parameter:

--8--
OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD =
/boot/initramfs-2.6.32-279.el6.x86_64.img, root = xvda1 ]
--8--

In case you want to add the ro parameter or any other one you should
use KERNEL_CMD parameter [1].

Cheers

[1] 
http://docs.opennebula.org/4.4/user/references/template.html#os-and-boot-options-section

On Wed, Mar 19, 2014 at 5:40 PM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 Hi,

 I have a problem when starting a virtual machine. me the error that appears 
 is:

 Freeing unused kernel memory: 1260k freed
 Write protecting the kernel read-only data: 10240k
 Freeing unused kernel memory: 972k freed
 Freeing unused kernel memory: 1732k freed
 dracut: dracut-004-283.el6
 device-mapper: uevent: version 1.0.3
 device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: 
 dm-de...@redhat.com
 udev: starting version 147
 dracut: Starting plymouth daemon
 xlblk_init: register_blkdev major: 202
 blkfront: xvda1: barriers disabled
 XENBUS: Waiting for devices to initialise: 
 295s...290s...285s...280s...275s...270s...265s...260s...255s...250s...245s...240s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...
 dracut Warning: No root device block:/dev//dev/xvda1 found
 dracut Warning: Boot has failed. To debug this issue add rdshell to the 
 kernel command line.
 dracut Warning: Signal caught!
 dracut Warning: Boot has failed. To debug this issue add rdshell to the 
 kernel command line.
 Kernel panic - not syncing: Attempted to kill init!
 Pid: 1, comm: init Not tainted 2.6.32-279.el6.x86_64 #1
 Call Trace:
  [814fd11a] ? panic+0xa0/0x168
  [81070bd2] ? do_exit+0x862/0x870
  [8117ca75] ? fput+0x25/0x30
  [81070c38] ? do_group_exit+0x58/0xd0
  [81070cc7] ? sys_exit_group+0x17/0x20
  [8100b0f2] ? system_call_fastpath+0x16/0x1b


 The template is:

 NAME   = Encourage5
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, root = /dev/xvda1 ro ]
 DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ]
 DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ]
 NIC = [ NETWORK_ID = 3 ]
 GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5901, TYPE=vnc ]
 RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]


 used as a virtual disk image. img, created with dd. If I lift the image with 
 xen: xm create encourage.cfg machine working properly. the configuration file 
 for xen is:

 cat ../encourage/encourage.cfg
 name = encourage

 memory = 4096
 maxmem = 4096
 vcpus = 1

 #bootloader = /usr/bin/pygrub
 #bootloader = /usr/lib64/xen/bin/pygrub
 on_poweroff = destroy
 on_reboot = restart
 on_crash = restart

 disk = 
 ['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
 vif = ['bridge=br0']
 kernel = /boot/vmlinuz-2.6.32-279.el6.x86_64
 ramdisk = /boot/initramfs-2.6.32-279.el6.x86_64.img
 root = /dev/xvda1 ro


 Can you help me? Tell me if you need more date

 Thanks
 regards

 ---
 Javier Cuquerella Sánchez

 javier.cuquere...@atos.net
 Atos Research  Innovation
 Systems Administrator
 Albarracin 25
 28037-Madrid (SPAIN)
 Tfno: +34.91.214.8080
 www.atosresearch.eu
 es.atos.net




-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
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] Problem boot VM template with opennebula

2014-03-20 Thread Cuquerella Sanchez, Javier
HI,

The virtual machine runs on both xen and opennebula:

[root@VTSS003 106]# xm list | grep one
one-106133  4096 1 -b 11.3

[oneadmin@VTSS003 CUQUE]$ onevm list
ID USER GROUPNAMESTAT UCPUUMEM HOST TIME
   106 oneadmin oneadmin one-106 runn0  4G ARICLOUD10d 01h10

Template virtual machine:

[oneadmin@VTSS003 CUQUE]$ cat VMencourage7.tmpl
NAME   = Encourage7
MEMORY = 4096
CPU= 1
OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
/boot/initramfs-2.6.32-279.el6.x86_64.img, KERNEL_CMD = ro , root = xvda1 
]
DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ]
DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ]
NIC = [ NETWORK_ID = 3 ]
GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902, TYPE=vnc ]
RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]



Xen log is correct:

[root@VTSS003 CUQUE]# tail -f /var/log/xen/xend.log
[2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vbd.
[2014-03-20 16:15:56 4335] DEBUG (DevController:144) Waiting for 51713.
[2014-03-20 16:15:56 4335] DEBUG (DevController:628) hotplugStatusCallback 
/local/domain/0/backend/vbd/133/51713/hotplug-status.
[2014-03-20 16:15:56 4335] DEBUG (DevController:642) hotplugStatusCallback 1.
[2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices irq.
[2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vfb.
[2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices pci.
[2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vusb.
[2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vtpm.
[2014-03-20 16:15:56 4335] INFO (XendDomain:1225) Domain one-106 (133) unpaused.

but I can not connect to the machine or by using VNC or xen using the command: 
xm console IDmachine

Opennebula log :

[root@VTSS003 CUQUE]# tail -f /var/log/one/106.log
Thu Mar 20 16:15:52 2014 [LCM][I]: New VM state is BOOT
Thu Mar 20 16:15:52 2014 [VMM][I]: Generating deployment file: 
/var/lib/one/106/deployment.0
Thu Mar 20 16:15:53 2014 [VMM][I]: ExitCode: 0
Thu Mar 20 16:15:53 2014 [VMM][I]: Successfully execute network driver 
operation: pre.
Thu Mar 20 16:15:56 2014 [VMM][D]: deploy: Credits set to 256
Thu Mar 20 16:15:56 2014 [VMM][I]: ExitCode: 0
Thu Mar 20 16:15:56 2014 [VMM][I]: Successfully execute virtualization driver 
operation: deploy.
Thu Mar 20 16:15:56 2014 [VMM][I]: ExitCode: 0
Thu Mar 20 16:15:56 2014 [VMM][I]: Successfully execute network driver 
operation: post.
Thu Mar 20 16:15:56 2014 [LCM][I]: New VM state is RUNNING
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-52-2064 but domain 52 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-53-2064 but domain 53 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-54-2064 but domain 54 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-55-2064 but domain 55 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-56-2064 but domain 56 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-57-2064 but domain 57 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-58-2064 but domain 58 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-59-2064 but domain 59 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-60-2064 but domain 60 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-61-2064 but domain 61 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-62-2064 but domain 62 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-63-2064 but domain 63 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-64-2064 but domain 64 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-65-2064 but domain 65 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-66-2064 but domain 66 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-70-2064 but domain 70 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-71-2064 but domain 71 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-72-2064 but domain 72 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-73-2064 but domain 73 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-74-2064 but domain 74 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-75-2064 but domain 75 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-76-2064 but domain 76 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-77-2064 but domain 77 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-78-2064 but domain 78 
does not exist.
Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-79-2064 but domain 79 
does not 

Re: [one-users] Problem boot VM template with opennebula

2014-03-20 Thread Javier Fontan
Are you getting an error with xm console or it just doesn't output anything?

On Thu, Mar 20, 2014 at 5:50 PM, Cuquerella Sanchez, Javier
javier.cuquere...@atos.net wrote:
 HI,

 The virtual machine runs on both xen and opennebula:

 [root@VTSS003 106]# xm list | grep one
 one-106133  4096 1 -b 11.3

 [oneadmin@VTSS003 CUQUE]$ onevm list
 ID USER GROUPNAMESTAT UCPUUMEM HOST 
 TIME
106 oneadmin oneadmin one-106 runn0  4G ARICLOUD10d 
 01h10

 Template virtual machine:

 [oneadmin@VTSS003 CUQUE]$ cat VMencourage7.tmpl
 NAME   = Encourage7
 MEMORY = 4096
 CPU= 1
 OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
 /boot/initramfs-2.6.32-279.el6.x86_64.img, KERNEL_CMD = ro , root = 
 xvda1 ]
 DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ]
 DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ]
 NIC = [ NETWORK_ID = 3 ]
 GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5902, TYPE=vnc ]
 RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]



 Xen log is correct:

 [root@VTSS003 CUQUE]# tail -f /var/log/xen/xend.log
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vbd.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:144) Waiting for 51713.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:628) hotplugStatusCallback 
 /local/domain/0/backend/vbd/133/51713/hotplug-status.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:642) hotplugStatusCallback 1.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices irq.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vfb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices pci.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vusb.
 [2014-03-20 16:15:56 4335] DEBUG (DevController:139) Waiting for devices vtpm.
 [2014-03-20 16:15:56 4335] INFO (XendDomain:1225) Domain one-106 (133) 
 unpaused.

 but I can not connect to the machine or by using VNC or xen using the 
 command: xm console IDmachine

 Opennebula log :

 [root@VTSS003 CUQUE]# tail -f /var/log/one/106.log
 Thu Mar 20 16:15:52 2014 [LCM][I]: New VM state is BOOT
 Thu Mar 20 16:15:52 2014 [VMM][I]: Generating deployment file: 
 /var/lib/one/106/deployment.0
 Thu Mar 20 16:15:53 2014 [VMM][I]: ExitCode: 0
 Thu Mar 20 16:15:53 2014 [VMM][I]: Successfully execute network driver 
 operation: pre.
 Thu Mar 20 16:15:56 2014 [VMM][D]: deploy: Credits set to 256
 Thu Mar 20 16:15:56 2014 [VMM][I]: ExitCode: 0
 Thu Mar 20 16:15:56 2014 [VMM][I]: Successfully execute virtualization driver 
 operation: deploy.
 Thu Mar 20 16:15:56 2014 [VMM][I]: ExitCode: 0
 Thu Mar 20 16:15:56 2014 [VMM][I]: Successfully execute network driver 
 operation: post.
 Thu Mar 20 16:15:56 2014 [LCM][I]: New VM state is RUNNING
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-52-2064 but domain 52 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-53-2064 but domain 53 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-54-2064 but domain 54 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-55-2064 but domain 55 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-56-2064 but domain 56 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-57-2064 but domain 57 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-58-2064 but domain 58 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-59-2064 but domain 59 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-60-2064 but domain 60 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-61-2064 but domain 61 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-62-2064 but domain 62 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-63-2064 but domain 63 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-64-2064 but domain 64 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-65-2064 but domain 65 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-66-2064 but domain 66 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-70-2064 but domain 70 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-71-2064 but domain 71 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-72-2064 but domain 72 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-73-2064 but domain 73 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-74-2064 but domain 74 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-75-2064 but domain 75 
 does not exist.
 Thu Mar 20 16:26:01 2014 [VMM][I]: Found interface tap-76-2064 but domain 76 
 does not exist.
 Thu 

[one-users] Problem boot VM template with opennebula

2014-03-19 Thread Cuquerella Sanchez, Javier
Hi,

I have a problem when starting a virtual machine. me the error that appears is:

Freeing unused kernel memory: 1260k freed
Write protecting the kernel read-only data: 10240k
Freeing unused kernel memory: 972k freed
Freeing unused kernel memory: 1732k freed
dracut: dracut-004-283.el6
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: dm-de...@redhat.com
udev: starting version 147
dracut: Starting plymouth daemon
xlblk_init: register_blkdev major: 202
blkfront: xvda1: barriers disabled
XENBUS: Waiting for devices to initialise: 
295s...290s...285s...280s...275s...270s...265s...260s...255s...250s...245s...240s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...
dracut Warning: No root device block:/dev//dev/xvda1 found
dracut Warning: Boot has failed. To debug this issue add rdshell to the 
kernel command line.
dracut Warning: Signal caught!
dracut Warning: Boot has failed. To debug this issue add rdshell to the 
kernel command line.
Kernel panic - not syncing: Attempted to kill init!
Pid: 1, comm: init Not tainted 2.6.32-279.el6.x86_64 #1
Call Trace:
 [814fd11a] ? panic+0xa0/0x168
 [81070bd2] ? do_exit+0x862/0x870
 [8117ca75] ? fput+0x25/0x30
 [81070c38] ? do_group_exit+0x58/0xd0
 [81070cc7] ? sys_exit_group+0x17/0x20
 [8100b0f2] ? system_call_fastpath+0x16/0x1b


The template is:

NAME   = Encourage5
MEMORY = 4096
CPU= 1
OS=[ KERNEL = /boot/vmlinuz-2.6.32-279.el6.x86_64, INITRD = 
/boot/initramfs-2.6.32-279.el6.x86_64.img, root = /dev/xvda1 ro ]
DISK =[ DRIVER=file:, IMAGE_ID=27, TARGET=xvda1 ]
DISK =[ TYPE  = swap, SIZE = 1024, TARGET = sdb  ]
NIC = [ NETWORK_ID = 3 ]
GRAPHICS=[ KEYMAP=es, LISTEN=0.0.0.0, PORT=5901, TYPE=vnc ]
RAW=[ DATA=device_model='/usr/lib64/xen/bin/qemu-dm', TYPE=xen ]


used as a virtual disk image. img, created with dd. If I lift the image with 
xen: xm create encourage.cfg machine working properly. the configuration file 
for xen is:

cat ../encourage/encourage.cfg
name = encourage

memory = 4096
maxmem = 4096
vcpus = 1

#bootloader = /usr/bin/pygrub
#bootloader = /usr/lib64/xen/bin/pygrub
on_poweroff = destroy
on_reboot = restart
on_crash = restart

disk = 
['file:/home/jcuque/encourage/encourage2.img,xvda1,w','file:/home/jcuque/encourage/encourage2.swap,xvda2,w']
vif = ['bridge=br0']
kernel = /boot/vmlinuz-2.6.32-279.el6.x86_64
ramdisk = /boot/initramfs-2.6.32-279.el6.x86_64.img
root = /dev/xvda1 ro


Can you help me? Tell me if you need more date

Thanks
regards

---
Javier Cuquerella Sánchez

javier.cuquere...@atos.net
Atos Research  Innovation
Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080
www.atosresearch.eu
es.atos.net 
 
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org