EucalyptusInstallationOpensuse_v1.6
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
] [
リンク元
]
開始行:
[[EucalyptusInstallationOpensuse_v1.6]]
*Installing Eucalyptus (1.6) on openSUSE 11 [#n4834373]
*openSUSE 11にEucalyptus(1.6)をインストールする [#i19c5...
Eucalyptus can be installed on openSUSE 11 from source, o...
Eucalyptus を openSUSE 11 にインストールするには、ソース...
export VERSION=1.6.2
**Prerequisites [#d2a00c27]
**前提条件 [#n939f327]
If you start with a standard openSUSE installation, you w...
CentOS の標準的なインストールを行った後は、Eucalyptus の...
-Front-end, node and client machine system clocks are syn...
-フロントエンド、ノード、およびクライアントの各マシンの間...
sntp -P no -r pool.ntp.org
yast2 -i ntp
/etc/init.d/ntp restart
-Install all dependency packages that are required for Eu...
-フロントエンドでEucalyptusの実行に必要なパッケージをイン...
yast2 -i apache2 apache2-prefork java-1_6_0-openjdk java...
and on the node~
ノードでEucalyptusの実行に必要なパッケージをインストール...
yast2 -i xen libvirt vlan apache2
-Node has a fully installed and configured installation o...
-ノードではXenがインストールされ設定されていることが必要...
--RECOMMENDED: verify your Xen installation by manually b...
--推奨:Xenをインストールし、VMが起動され、ブリッジモード...
--To set up bridged networking on your node, use the 'yas...
--ノードでブリッジモードを設定するには、'yast2'コマンドを...
---Network Devices
---Network Devices を選択
---Network Settings
---Network Settings を選択
---Select 'OK' to get past information box
---'OK' を選択して情報ダイアログをスキップ
---Traditional Method with ifup
---Traditional Method with ifup を選択
---Overview
---Overview を選択
---Add
---Add を選択
---Device Type: Bridge
---Device Type: Bridge を選択
---Next
---Next を選択
---Bridged Devices: select eth0 (or the name of your prim...
---Bridged Devices: eth0 (もしくはノードのプライマリイン...
---Next
---Next を選択
---Continue
---Continue を選択
---Ok
---Ok を選択
--make sure that the libvirt daemon (libvirtd) is running...
--libvirt daemon (libvirtd)が正しく設定され、動作している...
---/etc/init.d/libvirtd start
---check eucalyptus can interact with libvirt
---eucalyptusが正しくlibvirtと連携できているかを確認
su eucalyptus -c "virsh list"
you may see this error (which could show up in the logs t...
以下のようなエラーが表示(ログへ出力)されることがあります
Attempting to obtain authorization for org.libvirt.unix....
polkit-grant-helper: given auth type (8 -> yes) is bogus
Failed to obtain authorization for org.libvirt.unix.mana...
which is harmless.~
上記のメッセージには実害はありません
-Firewall rules must permit the Eucalyptus components to ...
-FirewallはEucalyptusの各コンポーネントがお互いに通信でき...
--NOTE: on the front-end, ports 8443, 8773, 8774 and 9001...
--注意:フロントエンドではポート8443, 8773, 8774, 9001番...
--If you are planning on using Elastic IPs and/or Securit...
--Elastic IP、セキュリティグループを使う場合には、フロン...
---yast2 firewall startup manual
---/etc/init.d/SuSEfirewall2_init stop
---reboot
**Download and Install RPMs [#e0626f23]
**RPMのダウンロードとインストール [#sdff1415]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
-Zypper option: packages are available from our repositor...
-Zypperを使用したインストール:Eucalyptusチームのyumリポ...
zypper ar --refresh http://www.eucalyptussoftware.com/do...
answer question about trusting packages from this reposit...
Eucalyptusリポジトリを信頼するかどうかの質問に回答し、リ...
zypper refresh Eucalyptus
and now install eucalyptus on the front-end~
その後、以下のコマンドでEucalyptusコンポーネントをフロン...
zypper install eucalyptus-cloud eucalyptus-cc eucalyptus...
or the node~
ノードでは以下のようにインストールします
zypper install eucalyptus-nc
-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.1-1.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-sc-$VERSION-*.x86_64.rpm \
eucalyptus-walrus-$VERSION-*.x86_64.rpm \
eucalyptus-cc-$VERSION-*.x86_64.rpm \
eucalyptus-gl-$VERSION-*.x86_64.rpm
**Install RPMs on the nodes [#k78c0ea7]
**ノードへのRPMパッケージのインストール [#v1ba7e0b]
Install the dependency packages on each node:~
各ノードにEucalyptusの動作に必要なサードパーティ製のパッ...
cd eucalyptus-$VERSION*-rpm-deps-x86_64
rpm -Uvh aoetools-25-2.49.x86_64.rpm \
euca-axis2c-1.6.0-1.x86_64.rpm \
euca-rampartc-1.3.0-1.x86_64.rpm \
vblade-15-2.49.x86_64.rpm
cd ..
On the compute nodes, install the node controller RPM wit...
ノードに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 [#jf8f1d6a]
**インストール後の作業 [#q0125382]
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
戻る:[[CentOS 5でのEucalyptusのインストール>EucalyptusIn...
進む:[[Debian SqueezeでのEucalyptusのインストール>Eucaly...
終了行:
[[EucalyptusInstallationOpensuse_v1.6]]
*Installing Eucalyptus (1.6) on openSUSE 11 [#n4834373]
*openSUSE 11にEucalyptus(1.6)をインストールする [#i19c5...
Eucalyptus can be installed on openSUSE 11 from source, o...
Eucalyptus を openSUSE 11 にインストールするには、ソース...
export VERSION=1.6.2
**Prerequisites [#d2a00c27]
**前提条件 [#n939f327]
If you start with a standard openSUSE installation, you w...
CentOS の標準的なインストールを行った後は、Eucalyptus の...
-Front-end, node and client machine system clocks are syn...
-フロントエンド、ノード、およびクライアントの各マシンの間...
sntp -P no -r pool.ntp.org
yast2 -i ntp
/etc/init.d/ntp restart
-Install all dependency packages that are required for Eu...
-フロントエンドでEucalyptusの実行に必要なパッケージをイン...
yast2 -i apache2 apache2-prefork java-1_6_0-openjdk java...
and on the node~
ノードでEucalyptusの実行に必要なパッケージをインストール...
yast2 -i xen libvirt vlan apache2
-Node has a fully installed and configured installation o...
-ノードではXenがインストールされ設定されていることが必要...
--RECOMMENDED: verify your Xen installation by manually b...
--推奨:Xenをインストールし、VMが起動され、ブリッジモード...
--To set up bridged networking on your node, use the 'yas...
--ノードでブリッジモードを設定するには、'yast2'コマンドを...
---Network Devices
---Network Devices を選択
---Network Settings
---Network Settings を選択
---Select 'OK' to get past information box
---'OK' を選択して情報ダイアログをスキップ
---Traditional Method with ifup
---Traditional Method with ifup を選択
---Overview
---Overview を選択
---Add
---Add を選択
---Device Type: Bridge
---Device Type: Bridge を選択
---Next
---Next を選択
---Bridged Devices: select eth0 (or the name of your prim...
---Bridged Devices: eth0 (もしくはノードのプライマリイン...
---Next
---Next を選択
---Continue
---Continue を選択
---Ok
---Ok を選択
--make sure that the libvirt daemon (libvirtd) is running...
--libvirt daemon (libvirtd)が正しく設定され、動作している...
---/etc/init.d/libvirtd start
---check eucalyptus can interact with libvirt
---eucalyptusが正しくlibvirtと連携できているかを確認
su eucalyptus -c "virsh list"
you may see this error (which could show up in the logs t...
以下のようなエラーが表示(ログへ出力)されることがあります
Attempting to obtain authorization for org.libvirt.unix....
polkit-grant-helper: given auth type (8 -> yes) is bogus
Failed to obtain authorization for org.libvirt.unix.mana...
which is harmless.~
上記のメッセージには実害はありません
-Firewall rules must permit the Eucalyptus components to ...
-FirewallはEucalyptusの各コンポーネントがお互いに通信でき...
--NOTE: on the front-end, ports 8443, 8773, 8774 and 9001...
--注意:フロントエンドではポート8443, 8773, 8774, 9001番...
--If you are planning on using Elastic IPs and/or Securit...
--Elastic IP、セキュリティグループを使う場合には、フロン...
---yast2 firewall startup manual
---/etc/init.d/SuSEfirewall2_init stop
---reboot
**Download and Install RPMs [#e0626f23]
**RPMのダウンロードとインストール [#sdff1415]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
-Zypper option: packages are available from our repositor...
-Zypperを使用したインストール:Eucalyptusチームのyumリポ...
zypper ar --refresh http://www.eucalyptussoftware.com/do...
answer question about trusting packages from this reposit...
Eucalyptusリポジトリを信頼するかどうかの質問に回答し、リ...
zypper refresh Eucalyptus
and now install eucalyptus on the front-end~
その後、以下のコマンドでEucalyptusコンポーネントをフロン...
zypper install eucalyptus-cloud eucalyptus-cc eucalyptus...
or the node~
ノードでは以下のようにインストールします
zypper install eucalyptus-nc
-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.1-1.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-sc-$VERSION-*.x86_64.rpm \
eucalyptus-walrus-$VERSION-*.x86_64.rpm \
eucalyptus-cc-$VERSION-*.x86_64.rpm \
eucalyptus-gl-$VERSION-*.x86_64.rpm
**Install RPMs on the nodes [#k78c0ea7]
**ノードへのRPMパッケージのインストール [#v1ba7e0b]
Install the dependency packages on each node:~
各ノードにEucalyptusの動作に必要なサードパーティ製のパッ...
cd eucalyptus-$VERSION*-rpm-deps-x86_64
rpm -Uvh aoetools-25-2.49.x86_64.rpm \
euca-axis2c-1.6.0-1.x86_64.rpm \
euca-rampartc-1.3.0-1.x86_64.rpm \
vblade-15-2.49.x86_64.rpm
cd ..
On the compute nodes, install the node controller RPM wit...
ノードに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 [#jf8f1d6a]
**インストール後の作業 [#q0125382]
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
戻る:[[CentOS 5でのEucalyptusのインストール>EucalyptusIn...
進む:[[Debian SqueezeでのEucalyptusのインストール>Eucaly...
ページ名: