Questions tagged [eucalyptus]

Eucalyptus is a software platform for the implementation of private cloud computing on computer clusters.

Eucalyptus implements IaaS (Infrastructure as a Service) style private and hybrid clouds. The platform provides a single interface that lets users access computing infrastructure resources (machines, network, and storage) available in private clouds—implemented by Eucalyptus inside an organizations's existing data center—and resources available externally in public cloud services. The software is designed with a modular and extensible Web services-based architecture that enables Eucalyptus to export a variety of APIs towards users via client tools. Currently, Eucalyptus implements the industry-standard Amazon Web Services (AWS) API, which allows the interoperability of Eucalyptus with existing AWS services and tools. Eucalyptus provides its own set of command line tools called Euca2ools, which can be used internally to interact with Eucalyptus private cloud installations or externally to interact with public cloud offerings, including Amazon EC2.

Official page

Source: wikipedia

37 questions
3
votes
2 answers

(Eucalyptus, KVM) Why we need to split a VM into kernel image, ramdisk image, and disk image?

I'm new in using cloud computing technologies. There is a popular cloud software called Eucalyptus. I found that the way to start a VM in Eucalyptus is very different from Virtualbox. In Virtualbox, we can create a virtual disk file, install any OS…
2
votes
1 answer

Can I use Chef-Solo to provision a server created with knife-eucalyptus

I am able to create a new server using knife-eucalyptus like so: knife euca server create The server gets created but provisioning fails with the following message: "ERROR: Errno::ENOENT: No such file or directory - /etc/chef/validation.pem" This…
StFS
  • 273
  • 2
  • 9
2
votes
1 answer

Does no output from euca-describe-images mean I'm not connected to the Eucalyptus cloud?

I am trying to setup a Eucalyptus cloud. While using the euca-describe-images, I do not get any output. Does this mean it is not connected to the Eucalyptus cloud or am I doing something wrong ? The eucarc does display the exports.
darkknight
  • 121
  • 1
2
votes
1 answer

Eucalyptus Walrus Connection Problems

I'm beginning with Eucalyptus, with some S3 and EC2 background. I have an app for which I use a personal library to interface with S3 and store/retrieve files from there. Now I want to make my app compatible with Walrus too. This is my…
2
votes
1 answer

UEC store error

I installed UEC with the help of this manual. And and I had not any problems until I tried to enter the section Store in Web-interface. At this point, get error messages: Error 60: server certificate verification failed. CAfile:…
Aleksandr Makhov
  • 578
  • 1
  • 4
  • 19
2
votes
1 answer

How to access an Eucalyptus Walrus(S3) using Amazon AWS SDK

I have downloaded the Amazon AWS SDK for C#, I have no problem accessing the EC2 part of our private cloud running Eucalyptus, I can list, Images, Instances, Zones ... This is working fine : AmazonEC2 ec2 =…
pallaire
  • 110
  • 7
2
votes
4 answers

Eucalyptus / no bootable EBS yet - any alternatives to Eucalyptus?

I've read a couple of articles that Eucalyptus doesn't support bootable EBS yet. This is a problem since you can't make a backup form an instance like you a able on Amazon cloud or Rack Space Cloud. If you ever reboot the physical Ecalyptus sever…
2
votes
2 answers

Eucalyputs Instance SSH not working, though server is running and port is open

I just installed a private Ubuntu Enterprise Cloud with Ubuntu Server 11 (based on Eucalyptus 2) and managed to get everything working (in System Mode, so the instances get an IP from our DHCP. Eucalyptus recognizes this IP). However, I have a…
Michael W.
  • 141
  • 3
2
votes
2 answers

Connect to KVM instance using virsh when image launched through Eucalyptus?

I'm using Eucalyptus on Ubuntu 10.04 to set up a private cloud. Sometimes I'm not able to ssh into the VM instances, and I'd like to be able to connect directly to the console of the VM instance. However, by default, that doesn't seem to work…
Lorin Hochstein
  • 4,868
  • 15
  • 54
  • 72
2
votes
2 answers

How to persist changes to instances in the cloud

I must be missing something here, but can someone clue me in on how to persist changes (such as software installs etc) on machines in the cloud (either EC2 or my own Eucalyptus cloud). I have instances running.. can attach extra disks to them etc.,…
Peter Nunn
  • 432
  • 1
  • 10
  • 24
2
votes
2 answers

Is it possible to a VM inside a VM (e.g., KVM on Vmware)?

Possible Duplicate: Is it possible to setup a virtual machine inside another virtual machine I'd like to do some development on Eucalyptus, an open source project which provides an Amazon EC2 interface for launching virtual machine instances on a…
1
vote
0 answers

Cloud Computing Lab Specifications

I am a system administrator and i have been asked to setup a Cloud Lab where following will be covered. What I would like to know is what is the minimum number of hardware for servers, storage and networking is recommended to run this lab. The…
user2707239
  • 45
  • 1
  • 4
1
vote
1 answer

What does Sourcing of eucarc mean?

I am trying to setup an on premise cloud by using Eucalyptus. I am following the following link Now in that guide I am not able to figure out what this means: ensure that the environment variables necessary for euca2tools to work are set by…
bi0s.kidd0
  • 155
  • 2
  • 8
1
vote
1 answer

Can't launch Oneiric x64 instance on Eucalyptus

EDIT: after many hours, I've found out that the problem has nothing to do with Eucalyptus. It looks like the image is buggy. Very, very buggy. More details in the end. I didn't manage to fix it, and I will file a bug. EDIT 2: I managed to fix it, it…
Bruno Reis
  • 315
  • 3
  • 11
1
vote
1 answer

Ubuntu Cloud Maverick Network Question

I'm installing Ubuntu Cloud Maverick at home I have two systems, one with dual NICs, one with one nic. The cluster controller is on my DSL network 192.168.1.x I'm confused about what network to use for the cc should it be 192.168.2.x or something…
George Milliken
1
2 3