![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to put file from one ftp to another ftp location | prasee | Shell Programming and Scripting | 1 | 03-28-2008 02:34 AM |
| Untar a TAR file at different location | malaymaru | UNIX for Dummies Questions & Answers | 5 | 09-18-2006 05:59 PM |
| Location of file on disk | cysang | High Level Programming | 3 | 08-02-2006 05:11 AM |
| What is the file location? | Chanakya.m | Shell Programming and Scripting | 5 | 07-16-2006 09:42 PM |
| Location of defaultrouter file in Red Hat | 98_1LE | UNIX for Dummies Questions & Answers | 4 | 12-11-2001 03:23 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Error Log File Location
Hi,
Where i can find the solaris server log file having the day to day activity registered for root cause analysis of system crashed ? apart from the /var/adm directory ??? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
In case the OS really crashed (i.e. kernel panic), have a look at the /var/crash/$(hostname) directory.
|
|
#3
|
|||
|
|||
|
Quote:
I have seen this But the Not in readable format Any other way ?? |
|
#4
|
|||
|
|||
|
of course it is unreadable, even if you have contract with SUN to give them it for analyze you will have difficulties in uploading
Otherwise /var/adm/messages .. gives a lot of useful flowers |
|
#5
|
|||
|
|||
|
on some systems, even the messages files would not give you blooming flowers
|
|
#6
|
|||
|
|||
|
You can easily retrieve useful information from the /var/crash files by using mdb.
eg.: Code:
mdb unix.3 vmcore.3<<% ::status ::ps ::msgbuf ::panicinfo $c % SolarisCAT |
|
#7
|
|||
|
|||
|
/var/log/syslog is useful as well
check out coreadm.conf, syslog.conf, etc. Read their man pages (man core/coreadm/syslog/logadm) If you are having issues, you can increase the amount of information that is being captured in your log, you can control the circumstances for core file creation, etc. |
|||
| Google The UNIX and Linux Forums |
| Tags |
| crash, error, solaris 10 |
| Thread Tools | |
| Display Modes | |
|
|