Difference b/w crash dump and core dump files..?
Answers were Sorted based on User's Feedback
Answer / c. anthony francis
When an operating system has a fatal error, it generates a
crash dump file (crash dump). When a process has a fatal
error, it generates a core file.
If a fatal operating system error occurs, the operating
system prints a message to the console, describing the
error. The operating system then generates a crash dump by
writing some of the contents of the physical memory to a
predetermined dump device, which must be a local disk
slice. You can configure the dump device by using the
dumpadm command. After the operating system has written
the crash dump to the dump device, the system reboots. The
crash dump is saved for future analysis to help determine
the cause of the fatal error.
When a process terminates abnormally, it typically produces
a core file. You can use the coreadm command to specify the
name or location of core files produced by abnormally
terminating processes.
| Is This Answer Correct ? | 34 Yes | 5 No |
Answer / sunny
What is the Difference between Crash Dumps and Core ?
A crash dump is the dump of the memory of the complete kernel.
A core dump is the dump of the memory of a process(i.e application).
| Is This Answer Correct ? | 5 Yes | 0 No |
Hi All, Q. I have one log file that log file contains application message but the application message in log file not append any date value. so after 1 to 2 date that file is big size , I want to delete contents only that was appended before 4 days ago from that single file and rest of the file contents would be remains same.
How would switch a service group?
what is the difference b/w /etc/system profile and user profile...?
what is milestone and what is use of it in Solaris
booting process in solaris
13 Answers IBM, OMS, Wipro,
u have 10 solaris boxes and u have given to add 200 users? At fast how can u add the 200 users?
please give detail procedure how do replace failed disk under control of SVM and VxVm
if u have given to install Solaris on Intel machine with more fast (70% to 80% compare to SPARC) then how can u install
how u can push the user details in NIS
how to install multiple patches
How do u know that,what patch can be applicable on the system?
what is the use of Jumpstart in Solaris and how can u configure it