个人工具

“UbuntuHelp:UEC/PackageInstall”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(创建新页面为 '{{From|https://help.ubuntu.com/community/UEC/PackageInstall}} {{Languages|UbuntuHelp:UEC/PackageInstall}} === Overview === This tutorial covers UEC installation by adding the Eu...')
 
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:UEC/PackageInstall}}
 
{{Languages|UbuntuHelp:UEC/PackageInstall}}
 
=== Overview ===
 
=== Overview ===
This tutorial covers UEC installation by adding the Eucalyptus packages to previously installed Ubuntu 9.10 servers.
+
This tutorial covers UEC installation by adding the Eucalyptus packages to previously installed Ubuntu 10.04 servers.
 +
You can also find instructions on adding Eucalyptus to [[UbuntuHelp:UEC/PackageInstall9.10|Ubuntu 9.10 Servers]].
 
=== Objective ===
 
=== Objective ===
 
From this tutorial, you will learn how to install, configure, register and perform several operations on a basic UEC setup that results in a cloud with a one controller "front-end" and one node for running Virtual Machine (VM) instances.
 
From this tutorial, you will learn how to install, configure, register and perform several operations on a basic UEC setup that results in a cloud with a one controller "front-end" and one node for running Virtual Machine (VM) instances.
第12行: 第13行:
 
<<Include(UEC/SystemRequirements)>>
 
<<Include(UEC/SystemRequirements)>>
 
==== STEP 2: Install the Cloud/Cluster/Storage/Walrus Front End Server(s) ====
 
==== STEP 2: Install the Cloud/Cluster/Storage/Walrus Front End Server(s) ====
<ol><li>[https://help.ubuntu.com/9.04/serverguide/C/installation.html Install Ubuntu 9.10 Server]
+
<ol><li>[https://help.ubuntu.com/10.04/serverguide/C/installation.html Install Ubuntu 10.04 Server]
 
</li><li>Update to the most current state in the Ubuntu archive:</li></ol>
 
</li><li>Update to the most current state in the Ubuntu archive:</li></ol>
  
第24行: 第25行:
 
sudo apt-get install eucalyptus-cloud eucalyptus-cc eucalyptus-walrus eucalyptus-sc
 
sudo apt-get install eucalyptus-cloud eucalyptus-cc eucalyptus-walrus eucalyptus-sc
 
</nowiki></pre>
 
</nowiki></pre>
Answer debconf's questions as follow:
+
Answer debconf's questions:
 
* Configure postfix for ''internet'' delivery
 
* Configure postfix for ''internet'' delivery
 
* Name your cluster
 
* Name your cluster
第33行: 第34行:
 
==== STEP 3: Install and Configure the Node Controller(s) ====
 
==== STEP 3: Install and Configure the Node Controller(s) ====
 
<<Include(UEC/NodeInstallation)>>
 
<<Include(UEC/NodeInstallation)>>
==== STEP 4: Register the Cluster, Storage, and Walrus Servers ====
+
==== STEP 4: Register the Walrus, Cluster, Storage, and Node Controllers ====
===== Cluster Registration =====
+
<<Include(UEC/Registration)>>
<<Include(UEC/ClusterRegistration)>>
+
==== STEP 5: Obtain Credentials ====
===== Storage Registration =====
+
<<Include(UEC/StorageRegistration)>>
+
===== Walrus Registration =====
+
<<Include(UEC/WalrusRegistration)>>
+
===== Verify the Registration =====
+
You may verify the registration in the logs:
+
<pre><nowiki>
+
tail -n1 /var/log/eucalyptus/*registration.log
+
==> /var/log/eucalyptus/cc-registration.log <==
+
SUCCESS: new cluster 'canyonedge' on host '192.168.1.122' successfully registered.
+
 
+
==> /var/log/eucalyptus/sc-registration.log <==
+
SUCCESS: new SC for cluster 'canyonedge' on host '192.168.1.122' successfully registered.
+
 
+
==> /var/log/eucalyptus/walrus-registration.log <==
+
SUCCESS: new walrus on host '192.168.1.122' successfully registered.
+
</nowiki></pre>
+
==== STEP 5: Register the Node(s) ====
+
<<Include(UEC/NodeRegistration)>>
+
==== STEP 6: Obtain Credentials ====
+
 
<<Include(UEC/Credentials)>>
 
<<Include(UEC/Credentials)>>
==== STEP 7: Install an image from the store ====
+
==== STEP 6: Install an image from the store ====
 
<<Include(UEC/GetAnImageFromStore)>>
 
<<Include(UEC/GetAnImageFromStore)>>
==== STEP 8: Run an Image ====
+
==== STEP 7: Run an Image ====
 
<<Include(UEC/RunningImages)>>
 
<<Include(UEC/RunningImages)>>
 
Your UEC cloud should now look similar to the following logical diagram:
 
Your UEC cloud should now look similar to the following logical diagram:

2010年5月20日 (四) 00:38的最新版本

Overview

This tutorial covers UEC installation by adding the Eucalyptus packages to previously installed Ubuntu 10.04 servers. You can also find instructions on adding Eucalyptus to Ubuntu 9.10 Servers.

Objective

From this tutorial, you will learn how to install, configure, register and perform several operations on a basic UEC setup that results in a cloud with a one controller "front-end" and one node for running Virtual Machine (VM) instances.

Tutorial

STEP 1: Prerequisites

To deploy a minimal cloud infrastructure, you’ll need at least two dedicated systems:

  • a Front End
  • one or more Node(s)

<<Include(UEC/SystemRequirements)>>

STEP 2: Install the Cloud/Cluster/Storage/Walrus Front End Server(s)

  1. Install Ubuntu 10.04 Server
  2. Update to the most current state in the Ubuntu archive:
sudo apt-get update
sudo apt-get dist-upgrade
  1. Install the eucalyptus-cloud and eucalyptus-cc packages on the Front End:
sudo apt-get install eucalyptus-cloud eucalyptus-cc eucalyptus-walrus eucalyptus-sc

Answer debconf's questions:

  • Configure postfix for internet delivery
  • Name your cluster
  • e.g. cluster1
  • Add a list of available IP addresses on your network
  • e.g. 192.168.1.200-192.168.1.249

Note: Depending on the number of systems you will be setting up, you may not want to install all the above packages on the same system. For best results, have a look at some recommended topologies.

STEP 3: Install and Configure the Node Controller(s)

<<Include(UEC/NodeInstallation)>>

STEP 4: Register the Walrus, Cluster, Storage, and Node Controllers

<<Include(UEC/Registration)>>

STEP 5: Obtain Credentials

<<Include(UEC/Credentials)>>

STEP 6: Install an image from the store

<<Include(UEC/GetAnImageFromStore)>>

STEP 7: Run an Image

<<Include(UEC/RunningImages)>> Your UEC cloud should now look similar to the following logical diagram: 模板:Http://pompone.cs.ucsb.edu/~nurmi/images/euca-topo-withinst.png

More Information

<<Include(UEC/MoreInfo)>>

Glossary

<<Include(UEC/Glossary)>>