Andrew пишет:
> hey Victor,
> 
> Where would i find that? I'm still somewhat getting used to the
> Solaris environment. /var/adm/messages doesn't seem to show any Panic
> info.. I only have remote access via SSH, so I hope I can do
> something with dtrace to pull it.

Do you have anything in /var/crash/<hostname> ?

If yes, then do something like this and provide output:

cd /var/crash/<hostname>
echo "::status" | mdb -k <dump number>
echo "::stack" | mdb -k <dump number>
echo "::msgbuf -v" | mdb -k <dump number>

victor

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to