List the Core Files
Action
To list the core files, follow these steps:
- Exit from the CLI environment and create a UNIX-level shell by entering the
start shellcommand:user@host>start shell- Type
suand the root password when prompted. You are now in the shell and the prompt is % instead of >, for example:%suPassword:****- Change the directory to
/var/crashand typels -l,for example:root@host%cd /var/crashroot@host%ls -l- Look for any core files created around the time of the crash.
Sample Output
user@host>start shell%suPassword:****root@host%cd /var/crashroot@host%ls -ltotal 1577908-rw-r--r-- 1 root wheel 2 Jul 20 01:11 bounds-rw-r--r-- 1 root wheel 2166913 Jul 20 01:11 kernel.0-rw-r--r-- 1 root wheel 5 Feb 15 2002 minfree-rw------- 1 root wheel 805306368 Jul 20 01:11 vmcore.0What It Means
The sample output lists the contents of the
/var/crashdirectory and shows the current core fileskernel.0andvm.core.0.