- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- named died
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
02-07-2002 09:22 AM
02-07-2002 09:22 AM
named died
I would like to understand why a problem happened today.
That is, sundently the named process died and I had to relaunch it.
I cn??t find any log that can help me and this didn??t happened arround here before.
Does anyone had a similar problem before?
Regars
SN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 09:53 AM
02-07-2002 09:53 AM
Re: named died
Check these log files for a possible cause:
/var/tmp/named.run
/var/tmp/named.stats
/var/adm/syslog/syslog.log
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 10:45 AM
02-07-2002 10:45 AM
Re: named died
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 11:33 AM
02-07-2002 11:33 AM
Re: named died
you can restart named with the -d option to put it into debug mode, and it will log the debug output here:
/var/tmp/named.run
if you have a primary and secondary dns server setup, it may have died due to a zone transfer that failed.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 04:17 AM
02-08-2002 04:17 AM
Re: named died
Still I don't find thr error; only this in OLDsyslog.log:
Dec 10 05:33:18 pthp07 named[806]: refresh_callback: zone
ptinternacional.pt/IN:
failure for 144.64.192.97#53: timed out
Dec 11 17:18:12 pthp07 named[806]: transfer of 'telecom.pt' from
144.64.192.97#5
3: end of transfer
and it was before the reboot. And the named was sucessefully started on boot.
...any more ideas?
SN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:50 AM
02-08-2002 10:50 AM
Re: named died
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 11:00 AM
02-08-2002 11:00 AM
Re: named died
at your command line, do:
nslookup -swdebug
this will start nslookup and print the nsswitch info. Then you can put it into debug mode:
>set debug
then enter your domain name:
>domain.com
and review the output. You can do an "ls" and list your dns database and if there are errors, you should see them.
The other thing I thought of is to review the last few days' of entries in the syslog.log for errors that may not be dns or nslookup directly related, but perhaps something that, as a side affect, would have killed named.
HTH
mark