Explain crashdumps & core files?
Answers were Sorted based on User's Feedback
Answer / deepak kumar
Crashdumps take the memory states of the system while it
crashes and core files are related with when any process
faulted.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rk_info1
when OS generates any fatal error on the console it will
write in a crash dump it is nothing but a diskspace which
we configured while configuring crash dump
(/etc/crashdump.conf) later we can refer this file for the
root cause of the issue.
When process generates any error it will write it on the
coredump.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rk_info1
apologize. conf file is /etc/dumpadm.conf
not /etc/crashdump.conf
| Is This Answer Correct ? | 1 Yes | 0 No |
How to bring New LUN under veritas , create f/s on it ?
How to set the path for core file?
how to check network card speed ? set it mode(half/full duplex)? ndd -get /dev/hme0 link-speed
How can the output be redirected to some other action process in place showing it in the screen?
What are nfs daemons?
How can the user in solaris check the status of processes?
How to see veritas licenses?
What are the last 2 columns listed with Vmstat? What is their significance?
what is the main usage of maintaining the system logs in solaris
how can we know the creation time of user.
how to check network card speed ? set it mode(half/full duplex)? ndd -get /dev/hme0 link-speed ndd -get /dev/hme0 link-mode
How do you connect to remote machines? I said using secure crt using ssh.