|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Crashed domU console logs/scroll down
PAINCHAUD Christophe wrote:
> I have got a crashing domU here, but I don't know what's happening
> since when I connect to its console with "xm console", I can't scroll down.
> Also, I don't know a way to log a domU console output. Other domUs on the
> same host are running fine, only that one is crashing once a while. Anyway
> it would be great to know how to real a domU's last console ouputs...
How about logging everything that's going on from start till crash with:
$ xm create <domain_name> -c | tee ~/console_log.txt
Or perhaps just call xm console at the right moment and then tee the
output into a log file..
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|