EucalyptusInstallationCentos_v1.6

Installing Eucalyptus (1.6) on CentOS 5

CentOS 5にEucalyptus(1.6)をインストールする

Eucalyptus can be installed on CentOS 5 from source or by using binary RPM packages. This document details the steps required to install Eucalyptus from RPMs. In what follows, the value of $VERSION must be substituted accordingly (e.g., as 1.6.1, 1.6.2, etc.) for example we can set the value of 1.6.2 using bash:

Eucalyptus を CentOS 5 にインストールするには、ソースから行う方法と、バイナリの RPM パッケージを用いる方法があります。ここではRPMパッケージでインストールする手順について記述しています。以下の手順の中で記述されている$VERSIONはインストールするバージョンに置き換えてください。例えばbashの環境変数としてセットする場合には以下のようにします。

export VERSION=1.6.2

Notice: Before you begin, please ensure that you have an up-to-date CentOS installation on your target machine(s). In particular, CentOS 5.4, which was recentely released, carries libvirt 0.6.3 which is required to run Eucalyptus.

注意:以下の手順を行う前に、CentOSを最新の状態にアップデートしてください。特にCentOS5.4では、libvert 0.6.3以降が必要です。

Prerequisites

前提条件

If you start with a standard CentOS installation, you will satisfy all prerequisites with the following steps:

CentOS の標準的なインストールを行った後は、Eucalyptus の動作条件を満たすために、次の作業を行います。

Download and Install RPMs

RPMのダウンロードとインストール

Eucalyptus binary installation is broken up into several packages: one for each of the components (CLC, Walrus, CC, etc.), as well as a couple of common packages. There are two options for obtaining the packages:

Eucalyptusバイナリインストールは共通のパッケージの他に、いくつかの個別パッケージ(CLC,Walrus,CCなど)のインストールに分けられます。パッケージのダウンロード方法は以下の2つがあります。

Post-Install Steps

インストール後の作業

The last step in the installation is to make sure that the user 'eucalyptus', which is created at RPM installation time, is configured to interact with the hypervisor through libvirt on all of your compute nodes. The easiest way to check this is to run the following command on each node:

RPMでのインストール後には'eucalyptus'ユーザアカウントができていますので確認してください。また'eucalyptus'ユーザアカウントは各ノードにおいてlibvirt経由でハイパーバイザを制御できるように設定されています。確認するためには以下のコマンドを各ノードで実行しているのが簡単です。

su eucalyptus -c "virsh list"

The output of that command may include error messages (failed to connect to xend), but as long as it includes a listing of all domains (at least Domain-0), the configuration is in order.

上記のコマンドの出力にはエラー(failed to connect to xend)が含まれているかもしれませんが、出力の中にそのノード上で動作しているドメイン(Domein-0を含む)の情報が含まれていれば、'eucalyptus'ユーザアカウントのlibvirt経由でのハイパーバイザ制御は設定できていると考えてよいでしょう。

Now start up your Eucalyptus services. On the front-end:
ではフロントエンドでEucalyptusを起動します。

/etc/init.d/eucalyptus-cloud start
/etc/init.d/eucalyptus-cc start

On the node:
ノードでは以下のように起動します

/etc/init.d/eucalyptus-nc start

At this point you should be ready to go through the first-time configuration.

ここまでできたら、初回設定に進みます。

戻る:CentOS 5でのEucalyptusのインストール

進む:OpenSUSE 11でのEucalyptusのインストール


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS