On Mon, 14 Apr 2008 08:57:55 -0700, Dag Richards wrote > ....Then I performed a boot dump, I have > drwxrwx--- 2 root wheel 512 Apr 14 07:53 ./ > drwxr-xr-x 25 root wheel 512 Aug 28 2007 ../ > -rw------- 1 root wheel 2 Apr 14 07:51 bounds > -rw------- 1 root wheel 6229740 Apr 14 07:53 bsd.0 > -rw------- 1 root wheel 1048568340 Apr 14 07:53 bsd.0.core > -rw-r--r-- 1 root wheel 5 Sep 10 2005 minfree > > But am clueless ... yes you are thinking it, I said for you. > Clueless about where to find the output from my ps and trace. > My guess at this point is that it is gone.
Your ddb console ouput should be in the dmesg contained within the bsd.0.core file. You will want to use the dmesg command with -M and -N operands. See the dmesg(1) man page. > So what should I have done? Or where do I expect to find this output? > Besides logging in from the console server and getting a screen > scrape of the output, I could not get the ilo to respond to me. A great place to start is the crash(8) man page; I've found it a helpful reference.