Re: [one-users] VM fails to boot for architecture reasons

2013-10-23 Thread Valentin Bud
Hi Mark,

In the jenkins template you have ARCH=x86_64 and in the second OS = [
ARCH=x86_64 ]. The latter is the correct way of setting the architecture
for the VM. See the OS and Boot Options Section [1] from the docs.


On Wed, Oct 23, 2013 at 12:29:27PM +0200, Mark Kusch wrote:
 cat oneconfig/vms/jenkins.tmpl
 NAME = jenkins.cmshared.mms-at-work.de
 MEMORY = 16384
 CPU = 2
 VCPU = 4
 ARCH = x86_64

s/ARCH/OS = [ ARCH = x86_64 ]/ 

 
 DISK = [
   IMAGE = jenkins.cmshared.mms-at-work.de
 ]
 DISK = [
   TYPE  = swap,
   SIZE  = 4096
 ]
 
 NIC = [
   NETWORK = MMS,
   IP = 192.168.198.10
 ]
 
 GRAPHICS = [
   TYPE = vnc,
   LISTEN = 0.0.0.0
 ]
 
 
 cat oneconfig/templates/CentOS-6.4_x86_64-BASE
 NAME   = CentOS-6.4_x86_64-BASE
 CPU= 1
 VCPU   = 2
 MEMORY = 4096
 OS = [ arch = x86_64 ]

Here it's correct and thus it works :-).

 DISK   = [ IMAGE = CentOS-6.4_x86_64 ]
 DISK = [
   TYPE = swap,
   SIZE = 2048
 ]
 

[1]: 
http://opennebula.org/documentation:rel4.2:template#os_and_boot_options_section

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


Re: [one-users] VM fails to boot for architecture reasons

2013-10-23 Thread Mark Kusch
Hi,

I've added ARCH = x86_64 in the template additionally for testing
purposos.

I've experienced the same problem with another pre-made persistent
VM with nearly identical settings.

I'll have some further diving deeper on this, but it feels like
I'm stuck on this.

Any further input greatly appreciated!

Valentin: Thanks for your input!

# kraM

On 15:57 Wed 23 Oct, Valentin Bud wrote:
 Hi Mark,
 
 In the jenkins template you have ARCH=x86_64 and in the second OS = [
 ARCH=x86_64 ]. The latter is the correct way of setting the architecture
 for the VM. See the OS and Boot Options Section [1] from the docs.
 
 
 On Wed, Oct 23, 2013 at 12:29:27PM +0200, Mark Kusch wrote:
  cat oneconfig/vms/jenkins.tmpl
  NAME = jenkins.cmshared.mms-at-work.de
  MEMORY = 16384
  CPU = 2
  VCPU = 4
  ARCH = x86_64
 
 s/ARCH/OS = [ ARCH = x86_64 ]/ 
 
  
  DISK = [
IMAGE = jenkins.cmshared.mms-at-work.de
  ]
  DISK = [
TYPE  = swap,
SIZE  = 4096
  ]
  
  NIC = [
NETWORK = MMS,
IP = 192.168.198.10
  ]
  
  GRAPHICS = [
TYPE = vnc,
LISTEN = 0.0.0.0
  ]
  
  
  cat oneconfig/templates/CentOS-6.4_x86_64-BASE
  NAME   = CentOS-6.4_x86_64-BASE
  CPU= 1
  VCPU   = 2
  MEMORY = 4096
  OS = [ arch = x86_64 ]
 
 Here it's correct and thus it works :-).
 
  DISK   = [ IMAGE = CentOS-6.4_x86_64 ]
  DISK = [
TYPE = swap,
SIZE = 2048
  ]
  
 
 [1]: 
 http://opennebula.org/documentation:rel4.2:template#os_and_boot_options_section
 
 Good Will,
 Valentin 

-- 
Mark Kusch
Silpion IT-Solutions GmbH: Systems Engineer

Tel.: +49 (40) 399976-51
Fax.: +49 (40) 399976-40
Mail: mark.ku...@silpion.de

Firmensitz: Brandshofer Deich 48, 20539 Hamburg
Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
Registergericht: Amtsgericht Hamburg HRB 78585
Finanzbehörde: Hamburg
USt.-Ident.-Nr.: DE213610768


pgpJBq_bxIWuK.pgp
Description: PGP signature
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] VM fails to boot for architecture reasons

2013-10-23 Thread Mark Kusch
Got it.

Thanks Valentin, your description helped me identify my issue here.

# kraM

On 15:04 Wed 23 Oct, Mark Kusch wrote:
 Hi,
 
 I've added ARCH = x86_64 in the template additionally for testing
 purposos.
 
 I've experienced the same problem with another pre-made persistent
 VM with nearly identical settings.
 
 I'll have some further diving deeper on this, but it feels like
 I'm stuck on this.
 
 Any further input greatly appreciated!
 
 Valentin: Thanks for your input!
 
 # kraM
 
 On 15:57 Wed 23 Oct, Valentin Bud wrote:
  Hi Mark,
  
  In the jenkins template you have ARCH=x86_64 and in the second OS = [
  ARCH=x86_64 ]. The latter is the correct way of setting the architecture
  for the VM. See the OS and Boot Options Section [1] from the docs.
  
  
  On Wed, Oct 23, 2013 at 12:29:27PM +0200, Mark Kusch wrote:
   cat oneconfig/vms/jenkins.tmpl
   NAME = jenkins.cmshared.mms-at-work.de
   MEMORY = 16384
   CPU = 2
   VCPU = 4
   ARCH = x86_64
  
  s/ARCH/OS = [ ARCH = x86_64 ]/ 
  
   
   DISK = [
 IMAGE = jenkins.cmshared.mms-at-work.de
   ]
   DISK = [
 TYPE  = swap,
 SIZE  = 4096
   ]
   
   NIC = [
 NETWORK = MMS,
 IP = 192.168.198.10
   ]
   
   GRAPHICS = [
 TYPE = vnc,
 LISTEN = 0.0.0.0
   ]
   
   
   cat oneconfig/templates/CentOS-6.4_x86_64-BASE
   NAME   = CentOS-6.4_x86_64-BASE
   CPU= 1
   VCPU   = 2
   MEMORY = 4096
   OS = [ arch = x86_64 ]
  
  Here it's correct and thus it works :-).
  
   DISK   = [ IMAGE = CentOS-6.4_x86_64 ]
   DISK = [
 TYPE = swap,
 SIZE = 2048
   ]
   
  
  [1]: 
  http://opennebula.org/documentation:rel4.2:template#os_and_boot_options_section
  
  Good Will,
  Valentin 
 
 -- 
 Mark Kusch
 Silpion IT-Solutions GmbH: Systems Engineer
 
 Tel.: +49 (40) 399976-51
 Fax.: +49 (40) 399976-40
 Mail: mark.ku...@silpion.de
 
 Firmensitz: Brandshofer Deich 48, 20539 Hamburg
 Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
 Registergericht: Amtsgericht Hamburg HRB 78585
 Finanzbehörde: Hamburg
 USt.-Ident.-Nr.: DE213610768



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


-- 
Mark Kusch
Silpion IT-Solutions GmbH: Systems Engineer

Tel.: +49 (40) 399976-51
Fax.: +49 (40) 399976-40
Mail: mark.ku...@silpion.de

Firmensitz: Brandshofer Deich 48, 20539 Hamburg
Geschäftsführer: Dipl.-Ing. (FH) Patrick Postel
Registergericht: Amtsgericht Hamburg HRB 78585
Finanzbehörde: Hamburg
USt.-Ident.-Nr.: DE213610768


pgp7AcvbZCUCZ.pgp
Description: PGP signature
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org