[[CloudStack/概要]]

Ubuntu 10.04で構築中~
以下実行したコマンドや、吐いたエラーなど~
 $ sudo aptitude install lxde

* Computing Nodeの設定 [#t325077e]

 $ vi /etc/apt/sources.list
以下を追加
 deb http://download.cloud.com/apt/ubuntu/stable/oss ./

aptの更新
 $ sudo aptitude update

cloud-agentのインストール
 $ sudo aptitude install cloud-agent

Cloud-agentのセットアップ
 $ sudo cloud-setup-agent

iptablesの設定
 $ sudo iptables -I FORWARD -i cloud-br0 -o cloud-br0 -j ACCEPT
 $ sudo ufw allow proto tcp from any to any port 5900:6100

* Management Serverの設定 [#vff1e056]


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