syslog message..!


 
Thread Tools Search this Thread
Operating Systems Solaris syslog message..!
# 1  
Old 11-05-2007
Bug syslog message..!

I got my system sun fire 6800 hung later reboot after generating these message can any one help me on this to review these message..!!
nfssrv: [ID 694464 kern.warning] WARNING: nfsauth upcall failed: RPC: Operation in progress
mountd[664]: [ID 676604 daemon.error] cannot accept connection: 19: error unknown (current state -1)
KAVE00166-W The Store service is delayed and the load on the service is high. Revise the collection items and the collection intervals. (queue length=1)
^Mpanic[cpu16]/thread=2a10004fcc0:
using kernel phase-lock loop 0041, drift correction 0.00000

I am unable to diag the problem with the system... can anyone please put his/her valuable remarks on these .
# 2  
Old 11-05-2007
It can bee a problem with nfs.
May be a important file system can not be mounted or is damaged.
To start the system use the single user mode.

You implemented disksuite?(Is the system mirrored)

We need more information about the system please provide us the /etc/vfstab!
and a prtdiag -v

Best regards
joerg
# 3  
Old 11-05-2007
Bug re:syslog message

Thanks joerg for thanking interest in my call.

There is no hardware error wht i have diagnosed from the systemn log. But wht making me weird is mpanic message of cpu
^Mpanic[cpu16]/thread=2a10004fcc0:
using kernel phase-lock loop 0041, drift correction 0.00000
wht does this mean more over there has been a var/crash/ generated is there any simple method to understand these crashes.. i dont no how ot get the mdb or adb cmd workout with these message..!

Can u help me on this ..!! i m looking forward for ur reply..
# 4  
Old 11-05-2007
Power Ok!

It is a little bit complicated to to lead you thru this because of my own small knowledge about this topics. But we can try it.
First of all we have to open then core files:
/var/crash/<name of the host>/

mdb -k unix.0 vmcore.0

$r <type and return and with space to the next .

Find the %pc Register
something like : %pc = 0x00008732873ff56 open_+4x66
The underlined part is important.

Now we have to disassemble the command which cause the problem.
0x00008732873ff56/ai

panic_thread/K Simple type it and dont ask me!

You got a line with a HEX address put this address:
address$<thread

Loking for a raw with procp inside and catch the seconed HEX address for the next command:

address$<proc2u

This shows you the command and the arguments which runs at the moment the system crashed.
But this is not implicitly the root cause!!!
It can be a hardware(CPU or memory) error that cause the crash at the moment the process start. In most cases the problem is a memory error!

I hope this could help you!

But don't ask me to much about this topics!

Best regards
joerg
# 5  
Old 11-05-2007
re:syslog message

Hi joerg, I got the panuc message but unable to get through the addess$> line it says
failed to dereference symbol: unknown symbol name

I think the syntax is getting somewhere wronge ..can u guide further on this ..
# 6  
Old 11-05-2007
Please post the complete lines!
Best regards
joerg
# 7  
Old 11-05-2007
re:syslog message

as per your guideline i followed but unable to get the address$<thread stuff done ..see wht happen if i try to do it

%tba = 0x0000000000000000
%tt = 0x17f
%tl = 0x0
%pil = 0xf
%pstate = 0x016 cle=0 tle=0 mm=TSO red=0 pef=1 am=0 priv=1 ie=1 ag=0

%cwp = 0x06 %cansave = 0x00
%canrestore = 0x00 %otherwin = 0x00
%wstate = 0x00 %cleanwin = 0x00
> panic_thread/K
panic_thread:
panic_thread: 2a10004fcc0
> address$<2a10004fcc0
mdb: failed to dereference symbol: unknown symbol name
> 2a10004fcc0
0x2a10004fcc0: 2a100047cc0
> address$<thread
mdb: failed to dereference symbol: unknown symbol name
>
can u drive me through this..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

How redirect syslog message to a specified file?

Hello to everyone! I have a question about syslog. I want put the messages of log in a particular file but really i don't know how to do that or i don't get the results that I want. I do this: #include <stdio.h> #include <stdlib.h> #include <syslog.h> int main (void) { ... (4 Replies)
Discussion started by: Kovalevski
4 Replies

2. HP-UX

Generate message in syslog.log

Dear Concern, Is there any command to generate message in /var/adm/syslog/syslog.log file in HP-UX. With Best Regards, Kauser (2 Replies)
Discussion started by: makauser
2 Replies

3. AIX

Message redirected from syslog

Hi. recently in many of our lpars we are getting a message in errpt as "C6ACA566 0315094014 U S dtc MESSAGE REDIRECTED FROM SYSLOG". I have also checked the /etc/syslog.conf file. It doesn't point to error log. Can someone please advise about how to fix this error ? pmut3:/> errpt -aj... (4 Replies)
Discussion started by: newtoaixos
4 Replies

4. UNIX and Linux Applications

Ssmtp -t < /path/to/the/message.txt (How to format message.txt for html email)

ssmtp has been running well under Kubuntu 12.04.1 for plain text messages. I would like to send html messages with ssmtp -t < /path/to/the/message.txt, but I cannot seem to get the message.txt file properly formatted. I have tried various charsets, Content-Transfer-Encoding, rearranging the... (0 Replies)
Discussion started by: Ronald B
0 Replies

5. Red Hat

Syslog Message

All thanks for the help in advance. I'm current have my syslog server built on RHEL5.7. I'm wondering how to I have the syslog messages categorized by hostname? Is that an option I can add to the syslog.conf? (1 Reply)
Discussion started by: aojmoj
1 Replies

6. UNIX for Dummies Questions & Answers

Syslog Message Columns

Hi all, I need your help with syslog columns. Currently I have a script as follows: (extract) for messages in `cat syslog_message_list.txt`; \ do \ grep $messages syslog.`date +%d%m%y`.log | \ tr -s " " | \ cut -d" " -f4,9- | \ sort -k3.2,3 -k2,2 -k1nr,1 | \ uniq -c | \ sort -k3.2,3... (6 Replies)
Discussion started by: wthomas
6 Replies

7. UNIX for Advanced & Expert Users

Q on <user> of syslog message generated by logger command

Generally(at least on AIX5.3, Solaris9, OS X)'logger' command would create syslog messages which carry <login name> . On Solaris9, I have experienced two circumstances in which 'logname' command fails. In this circumstance I saw the 'logger' command generated syslog messages which carry... (0 Replies)
Discussion started by: masaki
0 Replies

8. AIX

Syslog - Message forwarded from

I am not a Unix / AIX admin, but am working with one that doesn't seem to know how to set up syslog to forward messages to me the way I need them. Every message they send me has "Message forwarded from <insert host name here>:" but I need it to only have the host name. In the examples below,... (2 Replies)
Discussion started by: mlbillow
2 Replies

9. Programming

why I can't get syslog message?

I read Unix network programming by richard,in chap12.3,it say if call syslog() by using parameter LOG_USER,it should write a message in /var/adm/messages in Solaris,such as "connected from 10.1.1.2",example file inet/daytimetcpsrv2.c.I want to know which syslog file in FreeBSD7.0?I look for... (1 Reply)
Discussion started by: konvalo
1 Replies

10. Programming

How to limit max no of message in a posix message queue

Hii can anyone pls tell how to limit the max no of message in a posix message queue. I have made changes in proc/sys/fs/mqueue/msg_max But still whenever i try to read the value of max. message in the queue using attr.mq_curmsgs (where struct mq_attr attr) its giving the default value as 10.... (0 Replies)
Discussion started by: mohit3884
0 Replies
Login or Register to Ask a Question