Finding the reason of a force shutdown of a VM
Posted
by
Ricardo Reyes
on Server Fault
See other posts from Server Fault
or by Ricardo Reyes
Published on 2010-12-06T19:08:17Z
Indexed on
2011/01/06
3:55 UTC
Read the original article
Hit count: 234
We have a linux VM running under XenServer that reboots itself with no apparent reason. Checking the /var/log files in Xen we noticed that it's sending a force shutdown to the VM, like this:
messages:Dec 6 15:01:07 XenSrvDell2 BLKTAP-DAEMON[7309]: /local/domain/0/backend/tap/19/51728: got start/shutdown watch on /local/domain/0/backend/tap/19/51728/tapdisk-request
What we can't find is the reason why the force-shutdown was initiated. Is there any "higher level log" that might tell us who or why triggered the shutdown?
© Server Fault or respective owner