プライベート クラウドをセットアップしようとしています。次のチュートリアルに従いました。
https://help.ubuntu.com/community/UEC/CDInstall
しかし、新しいイメージを実行できません。イメージを開始しようとするたびに、VM が保留状態になり、しばらくするとシャットダウンモードになり、最後に終了します。
この動作は Eucalyptus の公式ドキュメントで報告されており、httpd-nc_error_log (ノード コントローラーのログ) を確認することをお勧めします。
http://open.eucalyptus.com/wiki/EucalyptusTroubleshooting_v1.5.2
このファイルを確認したいのですが、できません。ノードはコントローラーによって管理されており、どうやらノードへの ssh アクセス権がないためです (コントローラーから接続しようとしましたが、パスフレーズ)。
他のすべてのログ ファイル (コントローラー内) では、特別なことは何もわかりませんでした。
次のように VM インスタンスを起動すると:
euca-run-instances -k mykey emi-**********
httpd-cc_error_log には次のように書かれています。
> RTNETLINK answers: File exists
> Internet Systems Consortium DHCP
> Server V3.1.2 [...] WARNING: Host
> declarations are global. They are not
> limited to the scope you declared them
> in. Wrote 0 deleted host decls to
> leases file. Wrote 0 new dynamic host
> decls to leases file. Wrote 0 leases
> to leases file. Listening on
> LPF/eth0/**:**:**:**:**:**/euca
> Sending on
> LPF/eth0/**:**:**:**:**:**/euca
> Sending on
> Socket/fallback/fallback-net Using
> intrapositioned negation (`--option !
> this`) is deprecated in favor of
> extrapositioned (`! --option this`).
> Using intrapositioned negation
> (`--option ! this`) is deprecated in
> favor of extrapositioned (`! --option
> this`).
何か案は?私が見るべき場所はありますか?