Prepare for your Next Interview
This is a discussion on Is crash a command within the Unix/Linux forums, part of the Operating Systems category; Is there any command called crash in UNIX operating system. I can across this term in a book but could not get much detail on this. Can someone help me ...
|
|||
|
Is there any command called crash in UNIX operating system. I can across this term in a book but could not get much detail on this. Can someone help me to know about this?
|
| Sponsored Links |
|
|||
|
Re: Is crash a command
Quote:
yes, crash is command to the crash dump regards kanth |
|
|||
|
Re: Is crash a command
Quote:
crash is a command to examine the crash dumps The crash command is used to examine the system memory image of a running or a crashed system by formatting and printing control structures, tables, and other information. Command line arguments to crash are dumpfile, namelist, and output-file. OPTIONS -d dumpfile Specify dumpfile as the file containing the system memory image. The default dumpfile is /dev/mem . The system image can also be the pathname of a dump file generated by the savecore utility. -n namelist Specify the text file namelist which contains the symbol table information needed for symbolic access to the system memory image to be examined. The default namelist is /dev/ksyms. Note: It is recommended that crash dumps be analyzed on a machine having the same kernel architecture as the machine that the dump was taken from. -w output-file When the crash command is invoked, a session is initiated. The output from a crash session is directed to output-file. The default output-file is the standard output. regards Umakanth.G |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reasons for Database Crash | scott | Oracle | 1 | 10-02-2006 03:26 AM |