English 中文(简体)
Can we install eucalyptus on single computer?
原标题:

I want to learn about Eucalyptus cloud computing. I have read few documentation pages on eucalyptus website but im still confused about some parts of it.

I have downloaded Eucalyptus and Eucatools.

I would like to know whether we can install all the components needed (Walrus, NC,etc.) for Eucalyptus on single computer in single OS?

Or do I need to create different virtual machines in order to use those components?

I have one more question. Why do we need to connect to Eucalyptus community cloud? What does it offer?

最佳回答

you need at least two computers to get started. One will be the cloud servers (CLC, WC, CC and SC) the other will be the cloud node (NC). The node computer must have hardware-virtualization enabled CPUs.

This document really helped me getting my first cloud off the ground: http://cssoss.wordpress.com/2010/06/22/pdf-version-of-eucalyptus-beginners-guide-uec-edition/

问题回答

You do not need two computers. You can have all the Eucalyptus services installed on one computer and also use this same computer to start the virtual machines on.

Also hardware virtualization is only required when you use KVM. If you use Xen instead you can also do paravirtualization.

Last time I check Ubuntu was a good choice for Eucalyptus and KVM. For Eucalyptus and Xen I had some good experience with OpenSUSE in the past. Your mileage may vary.

If the goal is to learn more about how the platform work I d recommend to try Faststart http://www.eucalyptus.com/eucalyptus-cloud/get-started/try#faststart It s an easy way to have a working Eucalyptus cloud in less than one hour. You only need a machine with 100GB of disk space.

Yes. You can install Eucalyptus with all basic essential components on the same machine.

In faststart, there is setup called Cloud in a box will install Cloud on a single machine without any hassles.

https://www.eucalyptus.com/docs/eucalyptus/3.4/index.html#faststart-guide/install_cloud_in_a_box.html

As​ you want to start from the basics this option is highly recommended.

And in case of Eucalyptus community cloud, you will be offered with instances & machines

images from Eucalyptus to experiment & understand without installation physically. That s

all.





相关问题
saving just the deltas over a network/internet

Is there currently a filesystem agnostic way to have a file in two locations on a network, change one copy, and have just the changed bits (or more likely blocks) synced to the other copy? It would ...

cloud hosting vs. managed hosting [closed]

It seems the hype about cloud computing cannot be avoided, but the actual transition to that new platform is subject to many discussions... From a Theoretical viewpoint, the following can be said: ...

Many users, many cpus, no delays. Good for cloud?

I wish to set up a CPU-intensive time-important query service for users on the internet. A usage scenario is described below. Is cloud computing the right way to go for such an implementation? If so, ...

Pure Javascript app + Amazon S3?

I m looking to confirm or refute the following: For what I have read so far it is not possible to write a web application with only javascript -- no server side logic -- served from Amazon S3 that ...

Storing files on the Cloud or the FileSystem? [closed]

Simple question, doesn t seem to have been directly asked yet. What are the benefits to storing files (images/videos/documents/etc) on Amazon S3-and-related vs. on the File System your app is ...

热门标签