Operating System - Linux
1751971 Members
4776 Online
108783 Solutions
New Discussion юеВ

Is it possible to generate a explorer file in linux?

 
SOLVED
Go to solution
palaniappan.sp
Regular Advisor

Is it possible to generate a explorer file in linux?

Hi,
Is it possible to generate a explorer file in linux?
Actually in solaris we can able to take the explorer file,core file and vmcore file whenever server had a reboot due to any mal functions(kernel panic error) in the system.After server boots we can able to generate explorer file for further analysing the reboot causes...
Is there any way in linux to get these types of files for further analsis rather /var/log/messages??


Regds
Palani

Everything is Possible and Anything is Feasible if u try
5 REPLIES 5
Ivan Ferreira
Honored Contributor
Solution

Re: Is it possible to generate a explorer file in linux?

Probably kdump/netdump may help you, please see:
http://www.redhat.com/support/wpapers/redhat/netdump/
http://kbase.redhat.com/faq/FAQ_105_9036.shtm
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Matti_Kurkela
Honored Contributor

Re: Is it possible to generate a explorer file in linux?

Maybe, it depends on your distribution.

RedHat Enterprise Linux (RHEL) has had several crash dump tools: the older versions had "netdump" and "diskdump", the newest RHEL 5 has "kdump".

Search RedHat's documentation for more information:
http://www.redhat.com/docs/manuals/enterprise/

Other distributions may have similar features.

MK
MK
Jeeshan
Honored Contributor

Re: Is it possible to generate a explorer file in linux?

Either you can use KDUMP (if you use RHEL 5)
another way to check the log files (bootlog, syslog etc.)
a warrior never quits
fushigi
Advisor

Re: Is it possible to generate a explorer file in linux?

Hi Palani.

try sysreport ,This utility will go through and collect some detailed information about the hardware and setup of your Red Hat Linux system...

http://www.filewatcher.com/p/sysreport-1.3.13-1.noarch.rpm.14572/usr/sbin/sysreport.html

syntax:

# /usr/sbin/sysreport

regards
palaniappan.sp
Regular Advisor

Re: Is it possible to generate a explorer file in linux?

Hi fusigi

sysreport is supported for all the flavours of linux?? like ubuntu and mandrake...


Regds
Palani
Everything is Possible and Anything is Feasible if u try