« eucalyptus 構築メモ(6) | Main | eucalyptus 構築メモ(8) »

2009.07.08

eucalyptus 構築メモ(7)

再び、https://localhost:8443/にアクセスできなくなった。

ログを見ると、

vi /var/log/eucalyptus/cloud-error.log

以下のような表記を発見

ERROR EBS is enabled but preconditions failed. Please resolve preconditions or restart with euca.ebs.disable

precondition?
こちらによると、$EUCALYPTUSの変数を設定しないのかも。

とりあえず、

export EUCALYPTUS=/

としてみる。

相変わらず、https://localhost:8443/にアクセスはできないが、$EUCALYPTUSを設定すると以下の違いが出ていた事を発見。

設定前

sudo /etc/init.d/eucalyptus-cc start
* Starting Eucalyptus Cluster Controller eucalyptus
NODES is empty in configuration file!
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:8774
no listening sockets available, shutting down
Unable to open logs
Failed to start the CC!

設定後

sudo /etc/init.d/eucalyptus-cc start
* Starting Eucalyptus Cluster Controller eucalyptus
NODES is empty in configuration file!
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[ OK ]

FailedやUnableの文字が無いだけ進展したか。

インストールのしなおしは効果なし。

apt-get remove eucalyptus-cloud
apt-get remove eucalyptus-cc
apt-get install eucalyptus-cloud eucalyptus-cc

ところで、
/var/log/eucalyptus/cloud-output.log
を見ると、

[java] sh: //usr/share/eucalyptus/euca_rootwrap: Permission denied

なんて出てる。これが問題なんじゃないの?

« eucalyptus 構築メモ(6) | Main | eucalyptus 構築メモ(8) »

「Linux メモ」カテゴリの記事

TrackBack

TrackBack URL for this entry:
http://app.cocolog-nifty.com/t/trackback/12074/45575603

Listed below are links to weblogs that reference eucalyptus 構築メモ(7):

« eucalyptus 構築メモ(6) | Main | eucalyptus 構築メモ(8) »