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 |
なんて出てる。これが問題なんじゃないの?
「Linux メモ」カテゴリの記事
- Linuxメモ(2009.06.04)
- xubuntu 9.04の日本語化(2009.06.05)
- Ubuntu Customization Kit (UCK)(2009.06.06)
- eucalyptus 構築メモ(1)(2009.06.21)
- eucalyptus 構築メモ(2)(2009.06.21)

