EucalyptusInstallationDebianSqueeze_v1.6
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
] [
リンク元
]
開始行:
[[EucalyptusInstallationDebianSqueeze_v1.6]]
*Installing Eucalyptus (1.6) on Debian "squeeze" [#e57efe...
*Debian "squeeze"にEucalyptus(1.6)をインストールする [#...
Eucalyptus can be installed on Debian squeeze using binar...
Eucalyptus を Debian squeeze にインストールするには、バイ...
**Download DEBs [#af6b7369]
**DEBのダウンロードとインストール [#e70b68fc]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
For 1.6.1:~
1.6.1の場合
deb http://eucalyptussoftware.com/downloads/repo/eucalyp...
For 1.6.2 (including release candidates):~
1.6.2(およびリリース候補)の場合
deb http://eucalyptussoftware.com/downloads/repo/eucalyp...
And then run:~
上記内容を追加した後に、以下のコマンドを実行します
apt-get update
After installation you may remove the entry from sources....
Eucalyptusの自動アップデートを行わない場合は、/etc/apt/so...
**Prerequisites [#zd80eaf3]
**前提条件 [#jd2c9111]
If you start with a standard Debian squeeze installation,...
Debian squeeze の標準的なインストールを行った後は、Eucaly...
-Synchronize clocks (e.g., using NTP: ntpdate pool.ntp.or...
-フロントエンド、ノード、およびクライアントの各マシンの間...
-If using a firewall, permit the Eucalyptus components to...
-FirewallはEucalyptusの各コンポーネントがお互いに通信でき...
--NOTE: on the front-end, ports 8443, 8773, 8774 and 9001...
--注意:フロントエンドではポート8443, 8773, 8774, 9001番...
-Ensure that locales are properly configured (use dpkg-re...
-ロケールを正しく設定します。("dpkg-reconfigure locales"...
-Install libvirt/qemu-kvm and configure it to run as user...
-libvirt/qemu-kvmパッケージをインストールし、'eucalyptus'...
sudo apt-get install libvirt-bin qemu-kvm
# set the field user to be: user = "eucalyptus"
sudo vi /etc/libvirt/qemu.conf
# restart libvirt
sudo /etc/init.d/libvirt-bin restart
-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,...
マシン上にある全ての物理インターフェイス設定をコメントア...
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 [#gfa6a309]
**フロントエンドへのDEBパッケージのインストール [#pe3b4dce]
On front end, where cloud controller, Walrus, cluster con...
フロントエンド、つまりクラウド・コントローラ(CLC), Wlarus...
aptitude install eucalyptus-common eucalyptus-cloud euca...
**Install DEBs on the nodes [#gf5e6aa2]
**ノードへのDEBパッケージのインストール [#u2d38a50]
On the compute nodes, install the node-controller DEB:~
各ノードへは、以下のようにノード・コントローラのDEBパッケ...
aptitude install eucalyptus-nc
(You may safely ignore the error adduser: The group 'libv...
("グループ'libvirtd'が存在しない" というエラーは無視して...
戻る:[[openSUSE 11にEucalyptus(1.6)をインストールする>...
進む:[[Ubuntu Jaunty 9.04でのEucalyptusのインストール>Eu...
終了行:
[[EucalyptusInstallationDebianSqueeze_v1.6]]
*Installing Eucalyptus (1.6) on Debian "squeeze" [#e57efe...
*Debian "squeeze"にEucalyptus(1.6)をインストールする [#...
Eucalyptus can be installed on Debian squeeze using binar...
Eucalyptus を Debian squeeze にインストールするには、バイ...
**Download DEBs [#af6b7369]
**DEBのダウンロードとインストール [#e70b68fc]
Eucalyptus binary installation is broken up into several ...
Eucalyptusバイナリインストールは共通のパッケージの他に、...
For 1.6.1:~
1.6.1の場合
deb http://eucalyptussoftware.com/downloads/repo/eucalyp...
For 1.6.2 (including release candidates):~
1.6.2(およびリリース候補)の場合
deb http://eucalyptussoftware.com/downloads/repo/eucalyp...
And then run:~
上記内容を追加した後に、以下のコマンドを実行します
apt-get update
After installation you may remove the entry from sources....
Eucalyptusの自動アップデートを行わない場合は、/etc/apt/so...
**Prerequisites [#zd80eaf3]
**前提条件 [#jd2c9111]
If you start with a standard Debian squeeze installation,...
Debian squeeze の標準的なインストールを行った後は、Eucaly...
-Synchronize clocks (e.g., using NTP: ntpdate pool.ntp.or...
-フロントエンド、ノード、およびクライアントの各マシンの間...
-If using a firewall, permit the Eucalyptus components to...
-FirewallはEucalyptusの各コンポーネントがお互いに通信でき...
--NOTE: on the front-end, ports 8443, 8773, 8774 and 9001...
--注意:フロントエンドではポート8443, 8773, 8774, 9001番...
-Ensure that locales are properly configured (use dpkg-re...
-ロケールを正しく設定します。("dpkg-reconfigure locales"...
-Install libvirt/qemu-kvm and configure it to run as user...
-libvirt/qemu-kvmパッケージをインストールし、'eucalyptus'...
sudo apt-get install libvirt-bin qemu-kvm
# set the field user to be: user = "eucalyptus"
sudo vi /etc/libvirt/qemu.conf
# restart libvirt
sudo /etc/init.d/libvirt-bin restart
-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,...
マシン上にある全ての物理インターフェイス設定をコメントア...
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 [#gfa6a309]
**フロントエンドへのDEBパッケージのインストール [#pe3b4dce]
On front end, where cloud controller, Walrus, cluster con...
フロントエンド、つまりクラウド・コントローラ(CLC), Wlarus...
aptitude install eucalyptus-common eucalyptus-cloud euca...
**Install DEBs on the nodes [#gf5e6aa2]
**ノードへのDEBパッケージのインストール [#u2d38a50]
On the compute nodes, install the node-controller DEB:~
各ノードへは、以下のようにノード・コントローラのDEBパッケ...
aptitude install eucalyptus-nc
(You may safely ignore the error adduser: The group 'libv...
("グループ'libvirtd'が存在しない" というエラーは無視して...
戻る:[[openSUSE 11にEucalyptus(1.6)をインストールする>...
進む:[[Ubuntu Jaunty 9.04でのEucalyptusのインストール>Eu...
ページ名: