[one-users] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2012-01-31 Thread Nodir Kodirov
Dear Carsten Friedrich,

 I can give you a Ubuntu 10.4 image and template that works here.
If you still have it, can you give the image and template please?
I have OpenNebula 3.0 installation with KVM.

I am following your way, but it is not working for me.
Nodir.

-
Carsten.Friedrich at csiro.au Carsten.Friedrich at csiro.au
Sun Apr 3 19:43:02 PDT 2011

Try enabling the VNC option. This might give you some indication about
what went wrong. Ssh or ping will only work if the VM successfully
booted and successfully configured the network. VNC is available from
the very start of the boot process.

If this fails, I can give you a Ubuntu 10.4 image and template that
works here. It requires KVM as hypervisor and an existing DHCP server
to obtain an IP address.

Carsten

[cid:image001.gif at 01CBF2C5.6CB34C40]http://www.csiro.au/

Carsten Friedrich
Research Team leader
ICT Centre, GPO Box 664,Canberra, ACT 2601
Phone: +61 2 6216 7019
Email: Carsten.Friedrich at csiro.aumailto:Carsten.Friedrich at csiro.au
Web:   http://www.csiro.au/org/ICT.html
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2012-01-30 Thread Jaime Melis
Hello,

I think this is the resource you're looking for:
https://support.opennebula.pro/entries/455869-image-contextualization

Cheers,
Jaime

On Mon, Jan 30, 2012 at 3:12 AM, Torres, Eliana 
eltor...@axcess-financial.com wrote:

 Hello Jaime,

 Can´t find the blog post or the link you mentioned on the last post of
 this thread.

 Can you guide me, please.

 Regards


 --
 Eliana Torres
 Infrastructure Architect
 Axcess-Financial
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
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] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2012-01-29 Thread Torres, Eliana
Hello Jaime,

Can´t find the blog post or the link you mentioned on the last post of this 
thread.

Can you guide me, please.

Regards


--
Eliana Torres
Infrastructure Architect
Axcess-Financial
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2012-01-29 Thread Susmita Horrow
Hello,
Yes I have run Ubuntu instance in Opennebula. I created .vdi file from
ubuntu iso in using virtual box.Then I configured the virtual machine as
per the instruction.

Copy the script $ONE_SRC_CODE_PATH/share/scripts/vmcontext.sh into the
/etc/init.d directory in the VM root file system.
Execute the script at boot time before starting any network service,
usually runlevel 2 should work. /e

ln /etc/init.d/vmcontext.sh /etc/rc2.d/S01vmcontext.sh

Then I created virtual machine template in opennebula and instantiated.

Regards

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


Re: [one-users] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2011-04-19 Thread Jaime Melis
Hello,

Indeed the classic approach of installing manually an Ubuntu 10.04 VM under
KVM and launching it with OpenNebula is a bit tricky since it has problems
booting up. We have used and alternative method to prepare VMs which works
perfectly with Ubuntu 10.04:

- Create an OpenNebula template with 2 DISKs:

DISK = [
source = /path/to/ubuntu-10.04.2-server-amd64.iso,
type= cdrom,
target  = hdc
]

DISK = [ TYPE   = fs,
 SIZE   = 10240,
 FORMAT = ext3,
 SAVE   = yes,
 TARGET = sda ]

- Define the VNC attribute, and OS = [BOOT = cdrom ]
- Launch the VM with OpenNebula
- Connect to the running VM with VNC and install Ubuntu. (It comes in really
handy here to have a DHCP server for the installation).
- Manually partition: a single partition mounted on / without swap.
- Install OpenSSH server during installation
- Before shutting down the VM, execute onevm saveas VM_ID DISK_ID
new_image_name DISK_ID should be '0'.

The saved image should now boot without further trouble.

Regarding Contextualization:
- for net-contexutalization: a very easy and straight-forward way to
contextualize is to disable automatic configuration of eth0 in
/etc/network/interfaces and adding this [1] script to /etc/rc.local
- don't forget to install acpid package
- follow OpenNebula's guide on contextualization for full contextualization
[2]

We are preparing a blog post explaining this more thoroughly and we will
link to a contextualized Ubuntu 10.04 prepared by us. It should be ready by
next week.

[1] http://pastebin.com/hL3Z23kH
[2] http://opennebula.org/documentation:rel2.2:cong

Regards,
Jaime

2011/4/18 Idafen Santana Pérez idafe...@gmail.com

 Hi Jeff, did you solve your problem? I'm stuck at the same point.

 Regards
 Idafen

 On Mon, Apr 4, 2011 at 4:52 AM, Jeff jafe...@gmail.com wrote:

  Thanks you very much ,Carsten. You guys are so kind! I will give it a
 try.
 Best Regards,
 Jeff


 On 4/4/2011 10:43 AM, carsten.friedr...@csiro.au wrote:

  Try enabling the VNC option. This might give you some indication about
 what went wrong. Ssh or ping will only work if the VM successfully booted
 and successfully configured the network. VNC is available from the very
 start of the boot process.



 If this fails, I can give you a Ubuntu 10.4 image and template that works
 here. It requires KVM as hypervisor and an existing DHCP server to obtain an
 IP address.



 Carsten



 [image: cid:387141907@30042010-37FB] http://www.csiro.au/

 Carsten Friedrich

 Research Team leader

 ICT Centre, GPO Box 664,Canberra, ACT 2601

 Phone: +61 2 6216 7019

 Email: carsten.friedr...@csiro.au

 Web:   http://www.csiro.au/org/ICT.html





 *From:* users-boun...@lists.opennebula.org [
 mailto:users-boun...@lists.opennebula.orgusers-boun...@lists.opennebula.org]
 *On Behalf Of *Jeff Lee
 *Sent:* Monday, 4 April 2011 12:11
 *To:* users@lists.opennebula.org
 *Subject:* [one-users] Does anyone have run ubuntu instance in opennebula
 successfully ?



 Hi, all.I am stuck in this problem for several days.I can get the instance
 running, however, I just can't ssh or even ping to it. I try to fix this
 issues by Google.However, I have failed to find any tutorial about how to
 create a ubuntu image from scratch for opennebula. Ubuntu website provides
 images for Eucalyptus and EC2. So I am wondering ,is there any website
 providing such kind of images ?
 Best Regards,
 Jeff



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



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




-- 
Jaime Melis, Cloud Technology Engineer/Researcher
Major Contributor
OpenNebula - The Open Source Toolkit for Cloud Computing
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] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2011-04-18 Thread Idafen Santana Pérez
Hi Jeff, did you solve your problem? I'm stuck at the same point.

Regards
Idafen

On Mon, Apr 4, 2011 at 4:52 AM, Jeff jafe...@gmail.com wrote:

  Thanks you very much ,Carsten. You guys are so kind! I will give it a try.
 Best Regards,
 Jeff


 On 4/4/2011 10:43 AM, carsten.friedr...@csiro.au wrote:

  Try enabling the VNC option. This might give you some indication about
 what went wrong. Ssh or ping will only work if the VM successfully booted
 and successfully configured the network. VNC is available from the very
 start of the boot process.



 If this fails, I can give you a Ubuntu 10.4 image and template that works
 here. It requires KVM as hypervisor and an existing DHCP server to obtain an
 IP address.



 Carsten



 [image: cid:387141907@30042010-37FB] http://www.csiro.au/

 Carsten Friedrich

 Research Team leader

 ICT Centre, GPO Box 664,Canberra, ACT 2601

 Phone: +61 2 6216 7019

 Email: carsten.friedr...@csiro.au

 Web:   http://www.csiro.au/org/ICT.html





 *From:* users-boun...@lists.opennebula.org [
 mailto:users-boun...@lists.opennebula.orgusers-boun...@lists.opennebula.org]
 *On Behalf Of *Jeff Lee
 *Sent:* Monday, 4 April 2011 12:11
 *To:* users@lists.opennebula.org
 *Subject:* [one-users] Does anyone have run ubuntu instance in opennebula
 successfully ?



 Hi, all.I am stuck in this problem for several days.I can get the instance
 running, however, I just can't ssh or even ping to it. I try to fix this
 issues by Google.However, I have failed to find any tutorial about how to
 create a ubuntu image from scratch for opennebula. Ubuntu website provides
 images for Eucalyptus and EC2. So I am wondering ,is there any website
 providing such kind of images ?
 Best Regards,
 Jeff



 ___
 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


[one-users] Does anyone have run ubuntu instance in opennebula successfully ?

2011-04-03 Thread Jeff Lee
Hi, all.I am stuck in this problem for several days.I can get the instance
running, however, I just can't ssh or even ping to it. I try to fix this
issues by Google.However, I have failed to find any tutorial about how to
create a ubuntu image from scratch for opennebula. Ubuntu website provides
images for Eucalyptus and EC2. So I am wondering ,is there any website
providing such kind of images ?
Best Regards,
Jeff
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2011-04-03 Thread Carsten.Friedrich
Try enabling the VNC option. This might give you some indication about what 
went wrong. Ssh or ping will only work if the VM successfully booted and 
successfully configured the network. VNC is available from the very start of 
the boot process.

If this fails, I can give you a Ubuntu 10.4 image and template that works here. 
It requires KVM as hypervisor and an existing DHCP server to obtain an IP 
address.

Carsten

[cid:image001.gif@01CBF2C5.6CB34C40]http://www.csiro.au/

Carsten Friedrich
Research Team leader
ICT Centre, GPO Box 664,Canberra, ACT 2601
Phone: +61 2 6216 7019
Email: carsten.friedr...@csiro.aumailto:carsten.friedr...@csiro.au
Web:   http://www.csiro.au/org/ICT.html



From: users-boun...@lists.opennebula.org 
[mailto:users-boun...@lists.opennebula.org] On Behalf Of Jeff Lee
Sent: Monday, 4 April 2011 12:11
To: users@lists.opennebula.org
Subject: [one-users] Does anyone have run ubuntu instance in opennebula 
successfully ?

Hi, all.I am stuck in this problem for several days.I can get the instance 
running, however, I just can't ssh or even ping to it. I try to fix this issues 
by Google.However, I have failed to find any tutorial about how to create a 
ubuntu image from scratch for opennebula. Ubuntu website provides images for 
Eucalyptus and EC2. So I am wondering ,is there any website providing such kind 
of images ?
Best Regards,
Jeff
inline: image001.gif___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Does anyone have run Ubuntu instance in OpenNebula successfully ?

2011-04-03 Thread Jeff


  
  
Thanks you very much ,Carsten. You guys are so kind! I will give it
a try.
Best Regards,
Jeff

On 4/4/2011 10:43 AM, carsten.friedr...@csiro.au wrote:

  
  
  
  
  
Try enabling the VNC option. This might give you
some indication about what went wrong. Ssh or ping will only
work if the VM successfully booted and successfully
configured the network. VNC is available from the very start
of the boot process.

If this fails, I can give you a Ubuntu 10.4 image
and template that works here. It requires KVM as hypervisor
and an existing DHCP server to obtain an IP address.

Carsten


  

  

  
  
Carsten Friedrich
Research Team leader
ICT Centre, GPO Box
664,Canberra, ACT 2601
Phone: +61 2 6216 7019

Email: carsten.friedr...@csiro.au
Web: http://www.csiro.au/org/ICT.html
  

  




  From:
  users-boun...@lists.opennebula.org
  [mailto:users-boun...@lists.opennebula.org] On Behalf
Of Jeff Lee
  Sent: Monday, 4 April 2011 12:11
  To: users@lists.opennebula.org
  Subject: [one-users] Does anyone have run ubuntu
  instance in opennebula successfully ?


Hi, all.I am stuck in this problem for
  several days.I can get the instance running, however, I just
  can't ssh or even ping to it. I try to fix this issues by
  Google.However, I have failed to find any tutorial about how
  to create a ubuntu image from scratch for opennebula. Ubuntu
  website provides images for Eucalyptus and EC2. So I am
  wondering ,is there any website providing such kind of images
  ?
  Best Regards, 
  Jeff
  


  

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