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
1
vote
3 answers

UEC 10.10 Node Controller installation problem; no access to internet

I am trying to setup a new UEC Cloud network using Ubuntu UEC 10.10, but I am having some difficulties with the Node Controller setup ! I am working (for the moment) on a small setup, using two computers. The first one, for CLC, CC, Walrus and SC.…
pallaire
  • 110
  • 7
1
vote
1 answer

UEC - Can the Cluster Controller and Storage Controller be seperate systems?

My department is implementing an Ubuntu Enterprise Cloud. I have done the testing and am quite comfortable with the 4 pieces, CC/SC, CLC, WS, NC. Looking at various documents below it appears the the Storage Controller and Cluster Controller…
Jeremy Hajek
  • 473
  • 1
  • 4
  • 15
1
vote
0 answers

store image installation error in UEC

to my college final year project we planned to setup the private cloud on the two machines. I recently installed Ubuntu Enterprise Cloud (UEC) on two of my machines . I was trying to install the store image through WebUI. I was able to download…
selvakumar
  • 121
  • 4
1
vote
3 answers

Cant access file from http://192.168.1.2:8774/preseed/preseed.conf in Ubuntu cloud controller

While installing node controller I receive this fatal error: Failed to retrieve the preconfiguration file The file needed for preconfiguration could not be retrieved from http://192.168.1.2 :8774/preseed/preseed.conf. The installation will proceed…
selvakumar
  • 121
  • 4
1
vote
1 answer

UEC - Ubuntu 10.10 - node registration problem

I am trying to setup a private cloud on two servers. All components register as expected except for my node. I've found one person who had the same exact problem using Ubuntu 10.10 during the beta, but none of the responses to that posting have…
user62911
1
vote
2 answers

Eucalyptus problem

I have some problems regarding to eucalyptus private cloud building. And two versions of this problem here, a simple one, and a long one. Simple: Anyone familiar with private cloud could draw me a picture to illustrate the 'IP SCHEME' of he cloud?…
user52381
1
vote
3 answers

Single machine & KVM-only Eucalyptus installation?

I was wondering if there's an easy way to install Eucalyptus on a single VT-enabled machine (all Front End, CC, NC..), without installing XEN along with it's specific kernel and dependencies: kernel-xen x86_64 …
None
1
vote
1 answer

Anyone had any issues getting a disk to start on a Walrus storage sytem?

I'm trying to get a Eucalyptus system up and running and have managed to get the cloud controller and node controller running fine, with an instance running in the cloud system, but without any persistent storage. When I try and create a volume I…
Peter Nunn
  • 432
  • 1
  • 10
  • 24
0
votes
2 answers

Eucalyptus can't find ssl certs

I've installed eucalyptus-cloud, -cc, -sc, -walrus on a single computer to test it, with the intent to install node controllers on my other servers. When I start eucalyptus-nc it outputs Cannot find keys (node-pk.pem, node-cert.pem) in…
shuall
  • 11
  • 3
0
votes
1 answer

How do I make a new image in Eucalyptus from an EBS-backed Windows instance?

In Eucalyptus 3.4 I have an EBS-backed Windows instance. There have been a lot of System Updates and I would like to make a new image from the instance. Is this possible and if so how?
0
votes
1 answer

Creating an instance with a specified name, or renaming an instance name after it got created?

I created 4 instances on OpenStack using euca-run-instances -k Franck -n 4 ami-00000023f. The created instances have the following instance names (as listed on OpenStack's Horizon web interface) Server…
Franck Dernoncourt
  • 940
  • 1
  • 12
  • 28
0
votes
0 answers

Does euca2ools provide any reference script to test whether it works well with my OpenStack cluster?

My OpenStack cluster has sometimes issues that impact some euca2ools' functions. For example one issue my OpenStack cluster recently had was making euca2ools' euca-describe-instances lags forever (no listing even after waiting a few minutes). Does…
Franck Dernoncourt
  • 940
  • 1
  • 12
  • 28
0
votes
5 answers

Exploring various Hypervisor solutions for small scale deployment

I've been looking at various virtualization products such as KVM, XEN, Virtualbox, Open stack and Eucalyptus. KVM, XEN, and Virtualbox seem to be easy to use and so far to me make the most sense to deploy small scale. I'm wondering if it's worth…
beaugotro
  • 11
  • 4
0
votes
2 answers

Which Open Source Cloud Management Platform supports Amazon-RDS?

I have been trying to use Amazon Web services, specially EC2 and RDS. Nowadays most CMP (Cloud Management Platform) like Eucalyptus, OpenNebula, OpenStack, Nimbus and CloudStack all support Ec2 to a certain level, some do it better than others.…
Flame_Phoenix
  • 131
  • 1
  • 6
0
votes
1 answer

Can't access my running instance

I can't login to my running instance when I try to connect to it using command: ssh -i ~/.ssh/eucakey ubuntu@192.168.1.120 (eucakey is the keypair I used to run the image I download the image from store) the following out appear: Read from socket…
asweng
  • 1
  • 2