crash dumps


 
Thread Tools Search this Thread
Operating Systems Solaris crash dumps
# 1  
Old 01-21-2010
crash dumps

I am supporting a server running Solaris 4.3.The server is not having ddicated system administrator and i am requred to do minor maintenance tasks.l From few days, The server is automatically crashing and i just reboot the server. I also do not see anything in /var/adm/messages that can give an idea as to actually why the server is crashing. There may be some serious problem going on with the server that needs to be taken care of as soon as possible.I have read that a crash dump file is generated when the server crashes.

i did a
Code:
find . -name '*crash*' -print

and received the following output
Code:
./usr/etc/crash
./usr/share/man/man8/crash.8
./usr/share/man/man8/crash.8s
./usr/kvm/sys/sun4m/OBJ/subr_crash.o
./usr/kvm/crash
./export/exec/proto.root.sunos.4.1.3_U1/etc/crash
./export/exec/proto.root.sunos.4.1.3_U1/var/crash
./etc/crash
./var/crash

but all of the crash files are 0 bytes. Can any one suggest the correct location of the crash file and as to where i should look for this file.
Please let me know if am to post some other detailed information


Thanks in advance
# 2  
Old 01-21-2010
cd /var/crash/`hostname`
any files in there?
once the system is up, what do you see in the messages file, prior to the system going down?

what h/w model are you using? Is the firmware upgraded to the recommended or whichever latest?

Does the system run on only one power supply?

How often that the system goes down?

What do you mean by crash? you saw the panic string when the system come down or it just powered off or just dropped to ok> prompt?

Are the boot disks mirrored? Any errors that you find on the OS? Be it HDD problem or whatever..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. HP-UX

Machine dumps crash on each reboot.

Hi experts, My HP machine dumps a crash upon each reboot(even if we reboot it manually) and fill the root space. Can anyone please point out what config parameter could be went wrong to happen this? Thanks, Vaishey (2 Replies)
Discussion started by: Vaishey
2 Replies

2. Red Hat

RHCE DUMPS

Hi All, I am planing to take RHCE exam in the month of March 2012. Could anyone provide me with the latest dumps and pattern which can help me in clearing the certification exam. Thanks (1 Reply)
Discussion started by: chetansingh23
1 Replies

3. HP-UX

HP UX Dumps

Hi Every one Pls Provide me the letest dumps of HP UX if any one can Thanks And Regards (0 Replies)
Discussion started by: hasnainshah
0 Replies

4. Solaris

core dumps

i had a situation where a process was defunct. preap would not reap the process and gcore would not work properly (not sure why). therefore, the suggestion was to force a panic and collect the core dump. obviously you could do a savecore -L and capture the dump without bringing down the system.... (3 Replies)
Discussion started by: pupp
3 Replies

5. AIX

AIX Dumps

I m studying AIX and going to appear my certification exam!!! Is any one there can give me the name of website which provides dumps for free?? or if any one is having them and can share with me. (1 Reply)
Discussion started by: abhishek27
1 Replies

6. Programming

strcmp core dumps

hi everyone, Right now when I do: strcmp(s1, s2); i get a core dump because at times s1 or s2 can be nothing so that makes strcmp() core dump. What is the solution, if at times I expect one of them (or both) to be NULL? I want to be able to compare that s1 is NULL and s2 is "blah" or... (6 Replies)
Discussion started by: annie
6 Replies

7. Solaris

Generating core dumps

I have the following set up on a Sun server running solaris 5.8 for core dump generation coreadm global core file pattern: /var/core init core file pattern: /var/core global core dumps: enabled per-process core dumps: enabled global setid core dumps:... (4 Replies)
Discussion started by: handak9
4 Replies
Login or Register to Ask a Question