Questions tagged [eucalyptus]

Eucalyptus implements an IaaS (Infrastructure as a Service) private cloud, accessible via AWS APIs such as Amazon EC2 and Amazon S3.

Eucalyptus implements an IaaS (Infrastructure as a Service) private cloud that is accessible via an API compatible with Amazon EC2 and Amazon S3. For more informattion check what is eucalyptus

144 questions
0
votes
1 answer

euca-* commands xml responses

I want to watch the XML response returned by euca-* requests. Do any one know how can I watch them?
Ahmed Elmorsy
  • 564
  • 3
  • 8
  • 18
0
votes
1 answer

eucalyptus-cloud.service 4.4.4 constantly crashing with JVM memory errors

I'm trying to work through the manual installation guide. When I get as far as registering an admin account for the console (euare-accountcreate) or registering services (euserv-register-service) the eucalyptus-cloud service inconsistently crashes…
D N
  • 51
  • 5
0
votes
1 answer

euserv-register-service error/bug? Euca 4.4.4 on CentOS 7.5

I have a fresh install of Euca 4.4.4 following the manual install procedure NOT the fast-start. I've successfully initiated the cloud and am trying to register UFS with the CLC, which is on the same server/localhost. Registration fails with a…
D N
  • 51
  • 5
0
votes
1 answer

Eucalyptus Cloud Setup

Setting up eucalyptus cloud on my laptop has become a nightmare for me. When I run the command euca-describe-availability-zones, it shows up as expected. It shows all free/max values correctly. However, when I run euca-run-instance it says that no…
nikhil
  • 9,023
  • 22
  • 55
  • 81
0
votes
1 answer

Can't download image from eucalyptus cloud

I'm newbie in using eucalyptus. I need to download modify a prepackaged image. I use command euca-download-bundle to download it. It has a required parameter - bucket. I want to download this image.…
Aleksey
  • 1,309
  • 2
  • 10
  • 12
0
votes
1 answer

If Eucalyptus Cluster controller crashs what will happen?

I have 2 physical machines. If I make cloud computing with Eucalyptus : First physical machine will be Cloud controller, Cluster controller and Walrus controller Second physical machine will be Node controller If first physical machine crashs what…
Joan
  • 4,079
  • 2
  • 28
  • 37
0
votes
2 answers

Does the Ubuntu Enterprise Cloud have a SQS Messaging Queue equivalent

I've stumbled upon Amazon's SQS offering, a messaging queue that's targeted at producer consumer solutions running in the cloud. I'm attempting to build a proof of concept in my own private cloud for a larger solution that will run within the amazon…
The Trav
  • 1,955
  • 3
  • 22
  • 30
0
votes
1 answer

Eucalyptus FastStart ISO

I have a bit of a stupid question. I am trying to install Eucalyptus Fast Start and the installation guide states that you must have access to the Eucalyptus FastStart ISO. It then directs you to the following…
Amy
  • 591
  • 3
  • 10
  • 23
0
votes
1 answer

How to check whether Autoscaling group was missing resources?

I have created few autoscaling groups, but for few of them I don't see any instances. How can I check if it is the not enough resources issue ?
mastier
  • 872
  • 1
  • 10
  • 22
0
votes
0 answers

Can I make template for Resource in Cloudformation

I tried using the following as template for my resource, in this example, the autoscaling group. "Outputs": { "TemplateGroupSettings": { …
0
votes
2 answers

How to attach one volume to multiple instances in EUCALYPTUS amazon aws cloud server

[Eucalyptus] I have a EBS volume created, and i will have to attach it to all other running instances. Currently AWS EBS volume attaches to only one running instances at a time. So, Are there any other volume types which actually attaches one…
0
votes
1 answer

Why is there 2 Eucalyptus command sets?

Does anyone know why there is two command sets for working with EE Cloud - their syntaxes are: euca-command-subcommand and euform-command-subcommand ? The have partially the same commands, so I suppose there are different use cases for them…
Rainer
  • 25
  • 7
0
votes
1 answer

euca run instances internal error

A weird problem I am facing when trying to run instance on eucalyptus have searched hpcloud doc as well but everything seems ok. that is the problem here. [root@localhost .euca]# euca-run-instances -k sshlogin emi-de196283 euca-run-instances:…
0
votes
1 answer

Eucalyptus: getting private key from key pair through API / or injecting custom public key to instance

I'm probably having the most simple problem, but I'm still a bit at my wits end. Basically my problems are related to this command: euca-run-instances -k mykey emi-104915A8 As you know, when starting up instance in Eucalyptus, either through API (as…
Haju
  • 101
  • 7
0
votes
1 answer

programmatically setting up eucalyptus node controller keys

I had a general question regarding the way eucalyptus setups ssh keypairs for the various controllers like cluster, node etc. Currently my task at hand is to automate setup of eucalyptus (including ssh'ing into machines and settuping up cluster…
Cheezo
  • 761
  • 9
  • 24