Fail for installing Openstack with XenServerDevelopment

Asked by van dinh phuc

I have installed Openstack with Xenserver and Xen hypervisor as guided in http://wiki.openstack.org/XenServerDevelopment.
When i tries euca-run-instance command , my instance is from building to fail to spaw and shutdow as following:
$ euca-describe-instances
RESERVATION r-7leij5yb openstack default
INSTANCE i-00000003 ami-00000003 10.0.0.2 10.0.0.2 shutdown nova_key (openstack, ubuntu2t) 0 m1.tiny 2011-08-15T04:12:58Z nova aki-00000002 ari-00000001

I can't see nova log in anywhere.please help me?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
van dinh phuc
Solved:
Last query:
Last reply:
Revision history for this message
Anne Gentle (annegentle) said :
#1

In a typical installation, log files are stored in /var/log/nova and there is a log file for each service, for example nova-compute.log. Take a look there for clues to start.

Revision history for this message
van dinh phuc (phucvdb) said :
#2

i tried the following command:
$ sudo find / -iname "*.log"

/home/cloud1/.bzr.log
/home/cloud1/.cache/indicator-applet.log
/home/cloud1/.cache/indicator-applet-session.log
/home/cloud1/.cache/notify-osd.log
/home/cloud1/.pip/pip.log
/home/cloud1/openstack/nova/run_tests.log
/home/cloud1/.local/share/gvfs-metadata/home-4e323f42.log
/var/log/auth.log
/var/log/boot.log
/var/log/mysql/error.log
/var/log/glance/scrubber.log
/var/log/glance/registry.log
/var/log/glance/api.log
/var/log/alternatives.log
/var/log/mail.log
/var/log/fontconfig.log
/var/log/user.log
/var/log/dpkg.log
/var/log/ufw.log
/var/log/kern.log
/var/log/lpr.log
/var/log/jockey.log
/var/log/mysql.log
/<email address hidden>
/<email address hidden>
/var/log/gdm/:0-greeter.log
/var/log/gdm/:0-slave.log
/var/log/gdm/:0.log
/var/log/daemon.log
/var/log/pm-powersave.log
/var/log/pycentral.log
/var/log/Xorg.0.log
/var/log/apt/term.log
/var/log/apt/history.log
/var/lib/rabbitmq/mnesia/rabbit@ubuntu2t/LATEST.LOG
/var/lib/rabbitmq/mnesia/rabbit@ubuntu2t/DECISION_TAB.LOG
/var/lib/rabbitmq/mnesia/rabbit@ubuntu2t/rabbit_persister.LOG

There isn't any log file related to nova.

Revision history for this message
van dinh phuc (phucvdb) said :
#3

i have check again my log file that is on my screen of an ssh session.My bug is the same bug : https://answers.launchpad.net/nova/+question/143215
thanks for attention.