Unix and Linux Discussions Tagged with crash |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
14 |
17,388 |
Cybersecurity |
|
|
|
3 |
13,001 |
OS X (Apple) |
|
|
|
6 |
17,647 |
AIX |
|
|
|
10 |
24,534 |
OS X (Apple) |
|
|
|
2 |
4,302 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,294 |
Red Hat |
|
|
|
4 |
1,991 |
Solaris |
|
|
|
0 |
1,577 |
Solaris |
|
|
|
2 |
3,371 |
Programming |
|
|
|
2 |
5,072 |
Solaris |
|
|
|
2 |
3,940 |
SCO |
|
|
|
5 |
3,003 |
Solaris |
|
|
|
6 |
4,542 |
SuSE |
|
|
|
4 |
10,409 |
Solaris |
|
|
|
0 |
3,408 |
UNIX for Advanced & Expert Users |
|
|
|
11 |
41,699 |
Linux |
|
|
|
3 |
9,170 |
Solaris |
|
|
|
2 |
8,628 |
Filesystems, Disks and Memory |
|
|
|
4 |
7,108 |
Solaris |
|
|
|
0 |
6,671 |
Linux |
|
|
|
0 |
2,192 |
UNIX and Linux RSS News |
|
|
|
0 |
1,620 |
Complex Event Processing RSS News |
|
|
|
0 |
2,318 |
UNIX and Linux RSS News |
|
|
|
2 |
5,603 |
Red Hat |
|
|
|
0 |
3,904 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
4,059 |
AIX |
|
|
|
0 |
2,613 |
UNIX and Linux RSS News |
|
|
|
0 |
2,233 |
UNIX and Linux RSS News |
|
|
|
1 |
6,580 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
4,647 |
Shell Programming and Scripting |
|
|
|
0 |
1,342 |
Security Advisories (RSS) |
|
|
|
2 |
3,446 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,976 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,397 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,476 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,067 |
Cybersecurity |
|
|
|
2 |
3,002 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,164 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,711 |
UNIX for Dummies Questions & Answers |
crashdc(8) System Manager's Manual crashdc(8)
NAME
crashdc - Diagnostic data collection for a running or crashed system
SYNOPSIS
/usr/bin/crashdc [system-kernel] [core-image]
DESCRIPTION
The crashdc utility examines the core image of the operating system to extract critical diagnostic data. This utility is a shell script
that invokes several tools and commands that extract selected parameters of a running or a crashed system (for example, system configura-
tion, running processes, and panic messages).
The arguments to the crashdc utility are the system kernel and the core image. The default values are /vmunix and /dev/mem, respectively.
If you specify no arguments, the crashdc utility examines the running system.
The system usually invokes the crashdc utility during system startup. If the most recent core dump has been saved by the savecore command,
both the core image and the system kernel (respectively vmcore.n and vmunix.n, where the variable n is the crash number) are saved in the
crash directory (by default, /var/adm/crash). Also, the crashdc utility saves the output as the file crash-data.n (where the variable n is
the crash number) in the crash directory. The crashdc utility is invoked only if crash-data.n output in the crash directory does not exist
or is not from the most recent crash.
FILES
Default core image Default system image Output from crashdc
SEE ALSO
Commands: dbx(1), kdbx(8), savecore(8)
crashdc(8)