- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS log in HP-UX
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
10-01-2007 01:12 PM
10-01-2007 01:12 PM
DNS log in HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 02:05 PM
10-01-2007 02:05 PM
Re: DNS log in HP-UX
But generally, you'd not log to syslog if you didn't want the system logger to handle it, you'd modify the bind configuration to use 'file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 08:01 PM
10-01-2007 08:01 PM
Re: DNS log in HP-UX
I'm afraid the standard syslog category for named is "daemon", which is shared by several other daemons.
So, the first task would be to reconfigure named to use some other syslog facility identifier, like "local1". After making this change, you can configure syslog to re-direct all messages with facility id "local1" to anywhere you like.
If all you want is to log to a file on the local host, it's simpler to use the Stuart's idea and change the named configuration to log directly to a given file rather than to syslog.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 08:55 PM
10-01-2007 08:55 PM
Re: DNS log in HP-UX
Actually, you can modify /etc/named.conf to log to any file you want.
BIND is a very standard implemntation on HP-UX assuming you are using version 9.
http://www.zytrax.com/books/dns/ch7/
http://www.learning-solaris.com/index.php/troubleshooting-the-dns-server-by-using-basic-utilities/
With me, the last link is best.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 09:04 PM
10-01-2007 09:04 PM
Re: DNS log in HP-UX
and explanation - http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/SUPPDOCS/BIND_GDE/LOGGING.HTM
regards,
ivan