> This is a bit weird. I have opensolaris 2008.05 running.
> uname -a
> SunOS atlantis 5.11 snv_86 i86pc i386 i86xpv Solaris
>
> I have two DomU's installed a HVM Win2k3 machine, and
> a RHEL5 paravirtualization. When I shutdown either,
> the entire Dom0 shutdown.
In dom0, did it save a fresh crash dump in the
directory /var/crash/{system's_hostname} ?
If yes, try to extract the stack trace from the crash
dump, like this:
$ su
# cd /var/crash/`hostname`
# ls -ltr
Gesamt 13628322
-rw-r--r-- 1 root root 2306337 Jun 12 13:24 unix.2
-rw-r--r-- 1 root root 1663844352 Jun 12 13:25 vmcore.2
-rw-r--r-- 1 root root 2798783 Jun 12 19:01 unix.3
-rw-r--r-- 1 root root 1020485632 Jun 12 19:02 vmcore.3
-rw-r--r-- 1 root root 2797098 Jun 16 19:17 unix.4
-rw-r--r-- 1 root root 2958589952 Jun 16 19:18 vmcore.4
-rw-r--r-- 1 root root 2793415 Jun 16 19:23 unix.5
-rw-r--r-- 1 root root 1320591360 Jun 16 19:23 vmcore.5
-rw-r--r-- 1 root root 2 Jun 16 19:23 bounds
(crash dump #5 with suffix .5 is the last one saved, so I'm using 5
as argument in the next mdb command):
# echo '::status' | mdb -k 5
# echo '$C' | mdb -k 5
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]