Question with Solaris Crash Analysis Tool with Solaris 9


 
Thread Tools Search this Thread
Operating Systems Solaris Question with Solaris Crash Analysis Tool with Solaris 9
# 1  
Old 07-03-2012
Question with Solaris Crash Analysis Tool with Solaris 9

Hello all.
I am new hear and would like to ask a question regarding to the Solaris Crash Analysis Tool.
We are analyzing the results of "thread summary" but not quite sure what the asterisk represents.
Following are the items that asterisk were attached.
50* threads sleeping on a semaphore (49 user, 1 kernel)
49* threads in biowait() (49 user, 0 kernel)
1* process with 19 pending and 0 done kaio
3* interrupt threads running (0 user, 3 kernel)
It would be helpful if someone in this forum can educate us
what does the asterisk mean.
Thanks,
Yu
# 2  
Old 07-04-2012
Hello, any results with "*" are what tool is considering worth investigating. In time you will learn that some are more important than other, but you starts with all of those.

I would first go with items that are kernel related.

50* threads sleeping on a semaphore (49 user, 1 kernel)

CAT> tlist sobj sema
review this output, or post for more help.

next:
CAT>tlist biowait
look for long times spent in biowait, could be an issue.

Let us know if you need more help, we can do full analysis.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Check for existence of crash on Solaris 10

Hey all what is the command to check "Check for existence of crash/coredump files in /var/crash/"hostname" directory" thanks for help (4 Replies)
Discussion started by: gema.utama
4 Replies

2. Solaris

Solaris U10 - Crash OS

Hello, I an triyng to write an emergency procedure, and I need your help, or point of view. I trying to find a way to get connected to an U10 Sun Solaris by the serial port to be able to get access to the system to debug systeme crash before restarting the server. The SUN U10 does not... (3 Replies)
Discussion started by: Aswex
3 Replies

3. Solaris

Sparc Solaris 8 crash dump

My sparc solaris 8 server crashed/rebooted yesterday and I have the vmcore files. I have some initial output from SCAT and ACT. I have not included all but any info would be helpful. I can supply more output if necessary. Thanks you. Can I have any information about this ACT and SCAT... (2 Replies)
Discussion started by: csgonan
2 Replies

4. UNIX for Advanced & Expert Users

Solaris Server Crash

We have had a server (Solaris 2.6) hardisk crash. When booting the server we get: ok> boot -S Boot Device: /sbus/espdmc@e, 8400000/esp@e,8800000/sd@0,0 short read 0x2000 chars read disk read error The only way we can get into the console is to ok> boot cdrom whereby everything (e.g.... (3 Replies)
Discussion started by: Breen
3 Replies

5. UNIX for Advanced & Expert Users

Solaris 8 crash on Enterprise 3500

Hi Should anyone be able to help, one of my colleagues was doing a truss this morning and I am not sure if it has offset the system crash, but we have had these type of errors coming up???? # ls ls: Cannot read /usr/lib/ld.so.1 Killed # ps -ef ps: Cannot read /usr/lib/ld.so.1 Killed #... (1 Reply)
Discussion started by: NAV4869
1 Replies
Login or Register to Ask a Question