1827854 Members
1599 Online
109969 Solutions
New Discussion

Re: kernel panic

 
SOLVED
Go to solution
Tammy Liang
Regular Advisor

kernel panic

Does redhat es4 create something like hpux core dump files after system hung, so I can analyze the core dump to see why system hung?

Tks.

Tammy
take easy, enjoy life
5 REPLIES 5
Ivan Ferreira
Honored Contributor

Re: kernel panic

There is a feature called netdump that allows to send a dump over the network to a dump server.

http://www.redhat.com/support/wpapers/redhat/netdump/

Kernel Oops can be analyzed by using the information registered in the syslog with the ksymoops program.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
sandeep_raman
Honored Contributor

Re: kernel panic

Hello Tammy,

Detailed information about linux dump file in attached file.

SRH
Tammy Liang
Regular Advisor

Re: kernel panic

Ivan, I do not see syslog file. However, I did see some kernel messages in messages file. I just want to dump the crash to local server, instead of netserver.
What is ksymoops? RPM from redhat?


Sandeep, I can not open your attached file.

Thanks for your reply...
take easy, enjoy life
Ivan Ferreira
Honored Contributor
Solution

Re: kernel panic

Just to make it more clear, "syslog" is not a file, is the daemon that registers the events to the messages file. That is, the syslog daemon write events into the files configured in /etc/syslog.conf. One of the files is /var/log/messages.

You can't dump a crash to the localserver. The messages file is all that you have.

You could post your panic string to see if someone can help. Normally, kernel panics are produced by bad modules. You should ensure that you have the latest kernel and modules.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Tammy Liang
Regular Advisor

Re: kernel panic

Thanks Ivan. I see syslogd running and log to messages file. I upgrade to latest kernel.
Hopely won't get kernel panic again with this latest redhat es4 kernel...
take easy, enjoy life