- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- named syslog message
Categories
Company
Local Language
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
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
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
09-30-2005 02:52 AM
09-30-2005 02:52 AM
I'm running an HP-UX 11i V1 (B.11.11 U 9000/800) on an internal network.
My syslog is plenty of named messages like the following one, is this message a real error or should I try to make named less verbose?
Sep 30 11:31:01 mybox named[705]: Cleaned cache of 0 RRs
Sep 30 11:31:01 mybox named[705]: USAGE 1128090661 1127748661 CPU=0.05u/0.07s CHILDCPU=0u/0s
Sep 30 11:31:01 mybox named[705]: NSTATS 1128090661 1127748661 A=1 PTR=3
Sep 30 11:31:01 mybox named[705]: XSTATS 1128090661 1127748661 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=0 SNXD=4
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 02:53 AM
09-30-2005 02:53 AM
Re: named syslog message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 03:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 03:16 AM
09-30-2005 03:16 AM
Re: named syslog message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 03:20 AM
09-30-2005 03:20 AM
Re: named syslog message
// generated by named-bootconf.pl
options {
check-names response fail; // do not change this
check-names slave warn;
directory "/etc/named.data"; // running directory for named
// query-source address * port 53;
};
//
// type domain source file
//
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "db.127.0.0";
};
zone "netsetux" {
type master;
file "db.mydomain";
};
zone "1.110.10.IN-ADDR.ARPA" {
type master;
file "db.10.110.1";
};
zone "." {
type master;
file "db.root";
};
In fact I must run named service because some applications are using it to resolve it's own domain. (at least this was what the app support told us:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 03:25 AM
09-30-2005 03:25 AM
Re: named syslog message
# ps -ef | grep "named"
Does the named daemon have a flag -dN associated with it, where 'N' is an integer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 04:13 AM
09-30-2005 04:13 AM