EucalyptusInstallationUbuntuJaunty_v1.6
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
] [
リンク元
]
開始行:
[[EucalyptusInstallationUbuntuJaunty_v1.6]]
*Installing Eucalyptus (1.6.1) on Ubuntu Jaunty (9.04) [#...
*Ubuntu Jaunty (9.04)にEucalyptus(1.6.1)をインストール...
Eucalyptus 1.6.1 (no longer the most current stable relea...
Eucalyptus 1.6.1(既に最新の安定版ではありません) を Ubunt...
**Download DEBs [#w80bfe5f]
**DEBパッケージをダウンロードする [#t6c6cd41]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
deb http://www.eucalyptussoftware.com/downloads/repo/euc...
And run:~
上記内容を追加した後に、以下のコマンドを実行します
apt-get update
After installation you may remove the entry from sources....
Eucalyptusの自動アップデートを行わない場合は、/etc/apt/so...
**Prerequisites [#z61d9413]
**前提条件 [#jfdad6ee]
If you start with a standard Ubuntu Jaunty installation, ...
Ubuntu Jaunty の標準的なインストールを行った後は、Eucalyp...
-Front-end, node and client machine system clocks are syn...
-フロントエンド、ノード、およびクライアントの各マシンの間...
ntpdate-debian -s
apt-get install openntpd
-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 running in SYSTEM networking mode, which is the defau...
-SYSTEMネットワークモードで動作させる(この動作がデフォル...
sudo apt-get install bridge-utils
sudo vi /etc/network/interfaces
Comment out any entry for your existing interfaces (eth0,...
マシン上にある全ての物理インターフェイス(例えばeth0, eth1...
auto br0
iface br0 inet dhcp
bridge_ports all
For a static configuration with just eth0 attached (subst...
1つのブリッジインターフェイスに物理インターフェイス eth0...
auto br0
iface br0 inet static
address 192.168.12.20
netmask 255.255.255.0
network 192.168.12.0
broadcast 192.168.12.255
gateway 192.168.12.1
dns-nameservers 192.168.12.1
dns-search foobar foobar.com
bridge_ports eth0
Finally, restart the network by either by restarting the ...
最後に、'/etc/init.d/network restart'コマンドでネットワー...
**Install DEBs on the front end [#h1286441]
**フロントエンドへのDEBパッケージのインストール [#k8075b4c]
On front end, where cloud controller and cluster controll...
フロントエンド、つまりクラウド・コントローラ(CLC)とクラス...
aptitude install eucalyptus-cc eucalyptus-cloud eucalypt...
**Install DEBs on the nodes [#fc05f428]
**ノードへのDEBパッケージのインストール [#q6b776d6]
On the compute nodes, install the node controller DEB:~
各ノードへは、以下のようにノード・コントローラのDEBパッケ...
aptitude install eucalyptus-nc eucalyptus-common
(You may safely ignore the error adduser: The group 'libv...
("グループ'libvirtd'が存在しない" というエラーは無視して...
戻る:[[Debian "squeeze"にEucalyptus(1.6)をインストール...
進む:[[Eucalyptus1.6.1から1.6.2へのアップグレード>Eucaly...
終了行:
[[EucalyptusInstallationUbuntuJaunty_v1.6]]
*Installing Eucalyptus (1.6.1) on Ubuntu Jaunty (9.04) [#...
*Ubuntu Jaunty (9.04)にEucalyptus(1.6.1)をインストール...
Eucalyptus 1.6.1 (no longer the most current stable relea...
Eucalyptus 1.6.1(既に最新の安定版ではありません) を Ubunt...
**Download DEBs [#w80bfe5f]
**DEBパッケージをダウンロードする [#t6c6cd41]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
deb http://www.eucalyptussoftware.com/downloads/repo/euc...
And run:~
上記内容を追加した後に、以下のコマンドを実行します
apt-get update
After installation you may remove the entry from sources....
Eucalyptusの自動アップデートを行わない場合は、/etc/apt/so...
**Prerequisites [#z61d9413]
**前提条件 [#jfdad6ee]
If you start with a standard Ubuntu Jaunty installation, ...
Ubuntu Jaunty の標準的なインストールを行った後は、Eucalyp...
-Front-end, node and client machine system clocks are syn...
-フロントエンド、ノード、およびクライアントの各マシンの間...
ntpdate-debian -s
apt-get install openntpd
-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 running in SYSTEM networking mode, which is the defau...
-SYSTEMネットワークモードで動作させる(この動作がデフォル...
sudo apt-get install bridge-utils
sudo vi /etc/network/interfaces
Comment out any entry for your existing interfaces (eth0,...
マシン上にある全ての物理インターフェイス(例えばeth0, eth1...
auto br0
iface br0 inet dhcp
bridge_ports all
For a static configuration with just eth0 attached (subst...
1つのブリッジインターフェイスに物理インターフェイス eth0...
auto br0
iface br0 inet static
address 192.168.12.20
netmask 255.255.255.0
network 192.168.12.0
broadcast 192.168.12.255
gateway 192.168.12.1
dns-nameservers 192.168.12.1
dns-search foobar foobar.com
bridge_ports eth0
Finally, restart the network by either by restarting the ...
最後に、'/etc/init.d/network restart'コマンドでネットワー...
**Install DEBs on the front end [#h1286441]
**フロントエンドへのDEBパッケージのインストール [#k8075b4c]
On front end, where cloud controller and cluster controll...
フロントエンド、つまりクラウド・コントローラ(CLC)とクラス...
aptitude install eucalyptus-cc eucalyptus-cloud eucalypt...
**Install DEBs on the nodes [#fc05f428]
**ノードへのDEBパッケージのインストール [#q6b776d6]
On the compute nodes, install the node controller DEB:~
各ノードへは、以下のようにノード・コントローラのDEBパッケ...
aptitude install eucalyptus-nc eucalyptus-common
(You may safely ignore the error adduser: The group 'libv...
("グループ'libvirtd'が存在しない" というエラーは無視して...
戻る:[[Debian "squeeze"にEucalyptus(1.6)をインストール...
進む:[[Eucalyptus1.6.1から1.6.2へのアップグレード>Eucaly...
ページ名: