- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: GETTING BAD SYSLOG MESSAGES
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 03:27 AM
08-23-2001 03:27 AM
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.....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 03:31 AM
08-23-2001 03:31 AM
Re: GETTING BAD SYSLOG MESSAGES
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 03:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 01:26 AM
08-24-2001 01:26 AM
Re: GETTING BAD SYSLOG MESSAGES
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 06:04 AM
08-24-2001 06:04 AM
Re: GETTING BAD SYSLOG MESSAGES
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 08:10 AM
08-24-2001 08:10 AM
Re: GETTING BAD SYSLOG MESSAGES
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2001 03:26 AM
08-25-2001 03:26 AM
Re: GETTING BAD SYSLOG MESSAGES
MY PROBLEM IS SOLVED..
THANX AGAIN.....