EucalyptusInstallationCentos_v1.6
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
] [
リンク元
]
開始行:
[[EucalyptusInstallationCentos_v1.6]]
*Installing Eucalyptus (1.6) on CentOS 5 [#f97dcb69]
*CentOS 5にEucalyptus(1.6)をインストールする [#md69303a]
Eucalyptus can be installed on CentOS 5 from source or by...
Eucalyptus を CentOS 5 にインストールするには、ソースから...
export VERSION=1.6.2
Notice: Before you begin, please ensure that you have an ...
注意:以下の手順を行う前に、CentOSを最新の状態にアップデ...
**Prerequisites [#k0b0d30f]
**前提条件 [#gc7ea139]
If you start with a standard CentOS installation, you wil...
CentOS の標準的なインストールを行った後は、Eucalyptus の...
-Front-end, node and client machine system clocks are syn...
-フロントエンド、ノード、およびクライアントの各マシンの間...
yum install -y ntp
ntpdate pool.ntp.org
-Front end needs java, command to manipulate a bridge and...
-フロントエンドではjava、ブリッジ制御のためのコマンド、DH...
yum install -y java-1.6.0-openjdk ant ant-nodeps dhcp br...
-Node has a fully installed and configured installation o...
-ノードではXenがインストールされ、localhostからのHTTP制御...
yum install -y xen
sed --in-place 's/#(xend-http-server no)/(xend-http-serv...
sed --in-place 's/#(xend-address localhost)/(xend-addres...
/etc/init.d/xend restart
-Firewall rules must permit the Eucalyptus components to ...
-FirewallはEucalyptusの各コンポーネントがお互いに通信でき...
--For example, from a text console:
--テキスト端末での設定例
---run system-config-securitylevel
---system-config-securitylevel コマンドを実行
---select Security Level: Disabled
---Security Level: Disabled を選択
---select OK
---OK を選択
--From an X terminal:
--X端末の場合の設定例
---run system-config-security-level
---system-config-securitylevel コマンドを実行
---select 'Disabled' for 'Firewall'
---Firewall を "無効"にセット
---select the 'SELinux' tab
---SELinuxタブを選択
---select either 'Permissive' or 'Disabled' for SELinux S...
---Permissive もしくは 無効 にセット
**Download and Install RPMs [#a3fa3ac2]
**RPMのダウンロードとインストール [#q07279d1]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
-Yum option: Packages are available from our yum reposito...
-Yumを使用したインストール:Eucalyptusチームのyumリポジト...
[euca]
name=Eucalyptus
baseurl=http://www.eucalyptussoftware.com/downloads/repo...
enabled=1
where $VERSION is either 1.6.1 or 1.6.2. Now install euca...
$VERSIONは1.6.1もしくは1.6.2が入ります。フロントエンドで...
yum install eucalyptus-cloud.$ARCH eucalyptus-cc.$ARCH e...
or the node~
ノードでは以下のようにインストールします。
yum install eucalyptus-nc.$ARCH --nogpgcheck
where $ARCH is the architecture of your host (either 'i38...
$ARCHには使用するマシンタイプ('i386'もしくは'x86_64')が入...
-Tarball option: The packages are available in a single t...
-Tarballを使用したインストール:Eucalyptusの動作に必要な...
tar zxvf eucalyptus-$VERSION-*.tar.gz
cd eucalyptus-$VERSION-*
In the examples below we use x86_64, which should be repl...
以下の例ではマシンタイプx86_64のパッケージをインストール...
cd eucalyptus-$VERSION*-rpm-deps-x86_64
rpm -Uvh aoetools-21-1.el4.x86_64.rpm \
euca-axis2c-1.6.0-1.x86_64.rpm \
euca-rampartc-1.3.0-1.x86_64.rpm \
vblade-14-1mdv2008.1.x86_64.rpm \
groovy-1.6.5-1.noarch.rpm \
vtun-3.0.2-1.el5.rf.x86_64.rpm \
lzo2-2.02-3.el5.rf.x86_64.rpm
cd ..
Install the -cloud, -walrus, -cc and -sc RPMs on the fron...
フロントエンドへのEucalyptusコンポーネント(CLC(-cloud), W...
rpm -Uvh eucalyptus-$VERSION-*.x86_64.rpm \
eucalyptus-common-java-$VERSION-*.x86_64.rpm \
eucalyptus-cloud-$VERSION-*.x86_64.rpm \
eucalyptus-walrus-$VERSION-*.x86_64.rpm \
eucalyptus-sc-$VERSION-*.x86_64.rpm \
eucalyptus-cc-$VERSION-*.x86_64.rpm \
eucalyptus-gl-$VERSION-*.x86_64.rpm
Install the dependency packages on each compute node:~
ノードにEucalyptusの動作に必要なサードパーティ製のパッケ...
cd eucalyptus-$VERSION*-rpm-deps-x86_64
rpm -Uvh aoetools-21-1.el4.x86_64.rpm \
euca-axis2c-1.6.0-1.x86_64.rpm \
euca-rampartc-1.3.0-1.x86_64.rpm
cd ..
Install the node controller RPM with dependencies on each...
ノードにEucalyptusコンポーネント(NC)のRPMパッケージをイン...
rpm -Uvh eucalyptus-$VERSION-*.x86_64.rpm \
eucalyptus-gl-$VERSION-*.x86_64.rpm \
eucalyptus-nc-$VERSION-*.x86_64.rpm
**Post-Install Steps [#s139c811]
**インストール後の作業 [#w83778fc]
The last step in the installation is to make sure that th...
RPMでのインストール後には'eucalyptus'ユーザアカウントがで...
su eucalyptus -c "virsh list"
The output of that command may include error messages (fa...
上記のコマンドの出力にはエラー(failed to connect to xend)...
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...
ここまでできたら、初回設定に進みます。
戻る:[[ディストリビューション別のパッケージからのインス...
進む:[[OpenSUSE 11でのEucalyptusのインストール>Eucalyptu...
終了行:
[[EucalyptusInstallationCentos_v1.6]]
*Installing Eucalyptus (1.6) on CentOS 5 [#f97dcb69]
*CentOS 5にEucalyptus(1.6)をインストールする [#md69303a]
Eucalyptus can be installed on CentOS 5 from source or by...
Eucalyptus を CentOS 5 にインストールするには、ソースから...
export VERSION=1.6.2
Notice: Before you begin, please ensure that you have an ...
注意:以下の手順を行う前に、CentOSを最新の状態にアップデ...
**Prerequisites [#k0b0d30f]
**前提条件 [#gc7ea139]
If you start with a standard CentOS installation, you wil...
CentOS の標準的なインストールを行った後は、Eucalyptus の...
-Front-end, node and client machine system clocks are syn...
-フロントエンド、ノード、およびクライアントの各マシンの間...
yum install -y ntp
ntpdate pool.ntp.org
-Front end needs java, command to manipulate a bridge and...
-フロントエンドではjava、ブリッジ制御のためのコマンド、DH...
yum install -y java-1.6.0-openjdk ant ant-nodeps dhcp br...
-Node has a fully installed and configured installation o...
-ノードではXenがインストールされ、localhostからのHTTP制御...
yum install -y xen
sed --in-place 's/#(xend-http-server no)/(xend-http-serv...
sed --in-place 's/#(xend-address localhost)/(xend-addres...
/etc/init.d/xend restart
-Firewall rules must permit the Eucalyptus components to ...
-FirewallはEucalyptusの各コンポーネントがお互いに通信でき...
--For example, from a text console:
--テキスト端末での設定例
---run system-config-securitylevel
---system-config-securitylevel コマンドを実行
---select Security Level: Disabled
---Security Level: Disabled を選択
---select OK
---OK を選択
--From an X terminal:
--X端末の場合の設定例
---run system-config-security-level
---system-config-securitylevel コマンドを実行
---select 'Disabled' for 'Firewall'
---Firewall を "無効"にセット
---select the 'SELinux' tab
---SELinuxタブを選択
---select either 'Permissive' or 'Disabled' for SELinux S...
---Permissive もしくは 無効 にセット
**Download and Install RPMs [#a3fa3ac2]
**RPMのダウンロードとインストール [#q07279d1]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
-Yum option: Packages are available from our yum reposito...
-Yumを使用したインストール:Eucalyptusチームのyumリポジト...
[euca]
name=Eucalyptus
baseurl=http://www.eucalyptussoftware.com/downloads/repo...
enabled=1
where $VERSION is either 1.6.1 or 1.6.2. Now install euca...
$VERSIONは1.6.1もしくは1.6.2が入ります。フロントエンドで...
yum install eucalyptus-cloud.$ARCH eucalyptus-cc.$ARCH e...
or the node~
ノードでは以下のようにインストールします。
yum install eucalyptus-nc.$ARCH --nogpgcheck
where $ARCH is the architecture of your host (either 'i38...
$ARCHには使用するマシンタイプ('i386'もしくは'x86_64')が入...
-Tarball option: The packages are available in a single t...
-Tarballを使用したインストール:Eucalyptusの動作に必要な...
tar zxvf eucalyptus-$VERSION-*.tar.gz
cd eucalyptus-$VERSION-*
In the examples below we use x86_64, which should be repl...
以下の例ではマシンタイプx86_64のパッケージをインストール...
cd eucalyptus-$VERSION*-rpm-deps-x86_64
rpm -Uvh aoetools-21-1.el4.x86_64.rpm \
euca-axis2c-1.6.0-1.x86_64.rpm \
euca-rampartc-1.3.0-1.x86_64.rpm \
vblade-14-1mdv2008.1.x86_64.rpm \
groovy-1.6.5-1.noarch.rpm \
vtun-3.0.2-1.el5.rf.x86_64.rpm \
lzo2-2.02-3.el5.rf.x86_64.rpm
cd ..
Install the -cloud, -walrus, -cc and -sc RPMs on the fron...
フロントエンドへのEucalyptusコンポーネント(CLC(-cloud), W...
rpm -Uvh eucalyptus-$VERSION-*.x86_64.rpm \
eucalyptus-common-java-$VERSION-*.x86_64.rpm \
eucalyptus-cloud-$VERSION-*.x86_64.rpm \
eucalyptus-walrus-$VERSION-*.x86_64.rpm \
eucalyptus-sc-$VERSION-*.x86_64.rpm \
eucalyptus-cc-$VERSION-*.x86_64.rpm \
eucalyptus-gl-$VERSION-*.x86_64.rpm
Install the dependency packages on each compute node:~
ノードにEucalyptusの動作に必要なサードパーティ製のパッケ...
cd eucalyptus-$VERSION*-rpm-deps-x86_64
rpm -Uvh aoetools-21-1.el4.x86_64.rpm \
euca-axis2c-1.6.0-1.x86_64.rpm \
euca-rampartc-1.3.0-1.x86_64.rpm
cd ..
Install the node controller RPM with dependencies on each...
ノードにEucalyptusコンポーネント(NC)のRPMパッケージをイン...
rpm -Uvh eucalyptus-$VERSION-*.x86_64.rpm \
eucalyptus-gl-$VERSION-*.x86_64.rpm \
eucalyptus-nc-$VERSION-*.x86_64.rpm
**Post-Install Steps [#s139c811]
**インストール後の作業 [#w83778fc]
The last step in the installation is to make sure that th...
RPMでのインストール後には'eucalyptus'ユーザアカウントがで...
su eucalyptus -c "virsh list"
The output of that command may include error messages (fa...
上記のコマンドの出力にはエラー(failed to connect to xend)...
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...
ここまでできたら、初回設定に進みます。
戻る:[[ディストリビューション別のパッケージからのインス...
進む:[[OpenSUSE 11でのEucalyptusのインストール>Eucalyptu...
ページ名: