Operating System - HP-UX
1851683 Members
3608 Online
104061 Solutions
New Discussion

Re: GETTING BAD SYSLOG MESSAGES

 
SOLVED
Go to solution
nilesh joshi
Occasional Contributor

GETTING BAD SYSLOG MESSAGES

Dear Gurus;
I m getting continous junk syslog error messages on my server (HP-9000 D-390 Class)everyday as follows;


XSTATS 998224735 995739632 RR=0 RNXD=0 RFwdR=
0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=0 SFwdQ=0
SDupQ=0 SErr=0 RQ=0 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=
0 SNXD=0
Aug 19 19:08:55 sigdev named[537]: NSTATS 998228335 995739632
Aug 19 19:08:55 sigdev named[537]: XSTATS 998228335 995739632 RR=0 RNXD=0 RFwdR=
0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=0 SFwdQ=0
SDupQ=0 SErr=0 RQ=0 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=
0 SNXD=0
Aug 19 20:08:55 sigdev named[537]: NSTATS 998231935 995739632
Aug 19 20:08:55 sigdev named[537]: XSTATS 998231935 995739632 RR=0 RNXD=0 RFwdR=
0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=0 SFwdQ=0
SDupQ=0 SErr=0 RQ=0 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=
0 SNXD=0
Aug 19 21:08:55 sigdev named[537]: NSTATS 998235535 995739632
Aug 19 21:08:55 sigdev named[537]: XSTATS 998235535 995739632 RR=0 RNXD=0 RFwdR=
0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=0 SFwdQ=0
SDupQ=0 SErr=0 RQ=0 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=
0 SNXD=0

These types of messages are occupying my HDD space plz help me out to overcome it.
Thanx in advance.....
6 REPLIES 6
Bill McNAMARA_1
Honored Contributor

Re: GETTING BAD SYSLOG MESSAGES

Mark van Hassel
Respected Contributor
Solution

Re: GETTING BAD SYSLOG MESSAGES

Nilesh,

These messages come from the named daemon. Check the /etc/named.boot file if query-log is enabled. See man named.
The surest sign that life exists elsewhere in the universe is that none of it has tried to contact us
Sundar_7
Honored Contributor

Re: GETTING BAD SYSLOG MESSAGES

Hi Nilesh,,

Check in /etc/syslog.conf or /etc/syslogd.conf

I dont exactly remember..

See what are all the things that are sending the messages to /var/adm/syslog/syslog.log

If U find anything that is not worth,make a copy of the conf file and delete that entry
then restart the syslog daemon..

By the way,,why dont U try assiging points

Sundar
Learn What to do ,How to do and more importantly When to do ?
Mark Vollmers
Esteemed Contributor

Re: GETTING BAD SYSLOG MESSAGES

Hi-

Mark is right about the named daemon causing the errors. I can't remember how I did it exactly, but you have to set something in the bootup to turn off the named daemon. (it might be in the startup scripts). In the meantime, killing the named process will stop the logging of those messages.

Mark
"We apologize for the inconvience" -God's last message to all creation, from Douglas Adams "So Long and Thanks for all the Fish"
Sridhar Bhaskarla
Honored Contributor

Re: GETTING BAD SYSLOG MESSAGES

If your server is not a name server, then take the named out of the startup.

Edit /etc/rc.config.d/namesvrs file and make
NAMED=0

Also, if you have any /etc/named.boot, either remove it or rename it.

This will get rid of named.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
nilesh joshi
Occasional Contributor

Re: GETTING BAD SYSLOG MESSAGES

Thanx friends for your replies...
MY PROBLEM IS SOLVED..

THANX AGAIN.....