HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog error
Operating System - HP-UX
1834368
Members
2321
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-06-2001 08:54 PM
06-06-2001 08:54 PM
syslog error
Dear Experts,
system details : D220,396MB RAM
syslog error :
Jun 7 09:15:22 sigdev named[499]: NSTATS 991885522 991025119 A=4
Jun 7 09:15:22 sigdev named[499]: XSTATS 991885522 991025119 RR=0 RNXD=0 RFwdR=
0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=4 SFwdQ=0
SDupQ=0 SErr=0 RQ=4 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=
4 SNXD=0
what this error indicates ???
Thanxs in Advance
JAI
system details : D220,396MB RAM
syslog error :
Jun 7 09:15:22 sigdev named[499]: NSTATS 991885522 991025119 A=4
Jun 7 09:15:22 sigdev named[499]: XSTATS 991885522 991025119 RR=0 RNXD=0 RFwdR=
0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=4 SFwdQ=0
SDupQ=0 SErr=0 RQ=4 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=
4 SNXD=0
what this error indicates ???
Thanxs in Advance
JAI
Don`t Give Up....
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 09:06 PM
06-06-2001 09:06 PM
Re: syslog error
From the ITRC TKB:
How do I remove the syslog messages, NSTATS and XSTATS
DocId: KBRC00003908
Updated: 9/4/00 7:16:00 AM
PROBLEM
Viewing SYSLOG there are hourly entries from DNS
named[987]: NSTATS 922918885 922882848 A=562 PTR=135 MX=16 ANY=16
named[987]: XSTATS 922918885 922882848 RR=717 RNXD=0 RFwdR=1 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=14 ROpts=0 SSysQ=720 SAns=728 SFwdQ=1 SDupQ=0 SErr=0 RQ=729 RIQ=0
RFwdQ=1 RDupQ=0 RTCP=0 SFwdR=1 SFail=14 SFErr=0 SNaAns=7
What do they mean and can I turn these entries off.
RESOLUTION
They are in general a (typically hourly) summary of the DNS query types that your server has processed.
A full explanation of these statistics can be found in the O'Reilly book, DNS and BIND.
Should you wish to disabled the syslog entries perform the following:
1. install DNS patch or replacement.
[PHNE_20618/PACHRDME/English] : s700_800 10.X BIND 4.9.7 components
2. run named command with -X option.
# named -X
* To set option in boot file,
# vi /etc/rc.config.d/namesvr
The current DNS (Bind 4.9.7 components) patch for 10.X is PHNE_23277
The current DNS (Bind 4.9.7 components) patch for 11.0 is PHNE_23274
The current DNS (Bind 8.1.2) patch for 11.11 is PHNE_23275
How do I remove the syslog messages, NSTATS and XSTATS
DocId: KBRC00003908
Updated: 9/4/00 7:16:00 AM
PROBLEM
Viewing SYSLOG there are hourly entries from DNS
RFwdQ=1 RDupQ=0 RTCP=0 SFwdR=1 SFail=14 SFErr=0 SNaAns=7
What do they mean and can I turn these entries off.
RESOLUTION
They are in general a (typically hourly) summary of the DNS query types that your server has processed.
A full explanation of these statistics can be found in the O'Reilly book, DNS and BIND.
Should you wish to disabled the syslog entries perform the following:
1. install DNS patch or replacement.
[PHNE_20618/PACHRDME/English] : s700_800 10.X BIND 4.9.7 components
2. run named command with -X option.
# named -X
* To set option in boot file,
# vi /etc/rc.config.d/namesvr
The current DNS (Bind 4.9.7 components) patch for 10.X is PHNE_23277
The current DNS (Bind 4.9.7 components) patch for 11.0 is PHNE_23274
The current DNS (Bind 8.1.2) patch for 11.11 is PHNE_23275
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 10:37 PM
06-06-2001 10:37 PM
Re: syslog error
very simple to this question is just ignore it.
enjoy any little thing in my life
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP