[[EucalyptusAdministratorGuide_v1.6]]


#contents
----
* Eucalyptus (ユーカリプタス) のインストール [version 1.6] [#f9ae9891]

http://open.eucalyptus.com/chrome/site/diagrams/architecture.png

A Eucalyptus cloud setup consists of five types of components. The cloud controller (CLC) and "Walrus" are top-level components, with one of each in a cloud installation. The cloud controller is a Java program that offers EC2-compatible SOAP and "Query" interfaces, as well as a Web interface to the outside world. In addition to handling incoming requests, the cloud controller performs high-level resource scheduling and system accounting. Walrus, also written in Java, implements bucket-based storage, which is available outside and inside a cloud through S3-compatible SOAP and REST interfaces. 

Eucalyptus クラウドのセットアップは、クラウド・コントローラ(CLC)、クラスタ・コントローラ(CC)、ノード・コントローラという、3つのコンポーネントを構成します。そのうち、クラウド・コントローラというのは、いわゆるインターネットの世界がウェブをベースとしたインターフェースを扱っているのと同様に、
ウェブで操作可能なインターフェースを提供する Java プログラムです。クラウド内部へ入ってくるリクエストの取り扱いができるほか、高水準のリソース・スケジューリングや、システム管理((訳者注:原文では"system accounting=VMごとのリソース使用状況の監視や、ウェブ・インターフェース上でユーザ認証を行う画面を実装しているといった、広義における「管理」"))を行います。また、Amazon S3 と互換性のあるバケット(bucket)をベースとしたストレージ(Walrus/ウォールラス((動物のセイウチ http://ja.wikipedia.org/wiki/%E3%82%BB%E3%82%A4%E3%82%A6%E3%83%81 )))を実装しているほか、Amazon EBS (Elastic Block Storage) のようなブロック・ベースのストレージも実装しています。クラスタ・コントローラ(クラスタ水準のスケジューリングと、ネットワークの制御)と、ノード・コントローラ(ハイパーバイザーの制御)は、C 言語で記述され、Apache 内部のウェブサービスとして実装されています。

これら3つのコンポーネントは、WS-Seruciry(WSS((http://ja.wikipedia.org/wiki/WS-Security))) を用いた SOAP((Simple Object Access Protocol http://ja.wikipedia.org/wiki/SOAP_%28%E3%83%97%E3%83%AD%E3%83%88%E3%82%B3%E3%83%AB%29)) プロトコルを経由して通信します。クラスタごとに1つのクラスタ・コントローラを設置し(クラスタにおける先頭のノードで実行します)、計算ノードごとに1つノード・コントローラを設置します。つまり、1つのクラスタ上に Eucalyptus をインストールしているという状態というのは、クラウド・コントローラとノードコントローラが先頭のノードに設置されており、かつ、各々の計算ノード上ではノード・コントローラが組み込まれた状態のことなのです。

Top-level components can aggregate resources from multiple clusters (i.e., collections of nodes sharing a LAN segment, possibly residing behind a firewall). Each cluster needs a cluster controller (CC) for cluster-level scheduling and network control and a "storage controller" (SC) for EBS-style block-based storage. The two cluster-level components would typically be deployed on the head-node of a cluster (in fact, this is required if the cluster is behind a firewall). Finally, every node with a hypervisor will need a node controller (NC) for controlling the hypervisor. CC and NC are written in C and deployed as Web services inside Apache; the SC is written in Java. Communication among these components takes place over SOAP with WS-security. 

さて、インストールを行う前に、必ず Eucalyptus の[[動作条件>EucalyptusPrerequisites_v1.6]]に目を通すようにしてください。Eucalyptus を以前のバージョンからアップグレードする場合は、[[旧バージョンの Eucalyptus をアップグレードするには>EucalyptusUpgrade_v1.6]]の手順に従ってください。

Eucalyptus のインストールはソースコードからのインストールのほか、パッケージ(RPM 及び DEB)を使ってのインストールも可能です。ソースコードを使う方法は汎用的なもので、ほとんどのあらゆる Linux システムで動作するでしょう。パッケージの場合はディストリビューションが対応している必要があります(1.6 現在で対応しているのは Ubuntu 9.01 、Debian squuze/lenny、CentOS 5.3、openSUSE 11 です)。更に、[[Rocks ベースのクラスタ>EucalyptusRocksInstallation_v1.6]]を使用する場合に向けたアドバイスもあります。

何か問題が起こるようであれば、よくあるトラブルの解決方法として[[トラブルシューティング・ガイド>EucalyptusTroubleshooting_v1.6]]を御覧ください。

----
戻る:[[管理者ガイド (Administrator's Guide)>EucalyptusAdministratorGuide_v1.6]]

進む:[[ソースからのインストール>EucalyptusSourceCodeInstallation_v1.6]]


----
原文:http://open.eucalyptus.com/wiki/EucalyptusInstall_v1.6

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