List the Daemon Core Files
Action
To list the daemon 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/tmpand typels -l,for example:root@host%cd /var/tmproot@host%ls -l- Look for any daemon core files created around the time of the crash.
Sample Output
user@host>start shell%suPassword:****root@host%cd /var/tmproot@host%ls -ltotal 1292618-rw-rw---- 1 root field 119713792 Nov 17 21:58rpd.core.0-rw-rw---- 1 root field 120782848 Nov 17 22:12rpd.core.1What It Means
The sample output lists the contents of the
/var/tmpdirectory and shows the current core file (rpd.core.1) and one previous core file (rpd.core.0) for the routing protocol daemon (rpd). For each daemon, you can have a total of five core files in the/var/tmpdirectory: the current core file and the four previous core files numbered 0 through 4 (from oldest to newest).