Operating System - HP-UX
1825770 Members
2002 Online
109687 Solutions
New Discussion

Re: getting FAIL on boot - "Starting name server daemon"

 
SOLVED
Go to solution
Brad Beard
Occasional Advisor

getting FAIL on boot - "Starting name server daemon"

I compared the /etc/rc.config.d/namesvrs file with another box that works fine and they are identical. What do I need to do to troubleshoot this problem?

Thanks.
2 REPLIES 2
Andy Monks
Honored Contributor
Solution

Re: getting FAIL on boot - "Starting name server daemon"

Have a look in /etc/rc.log

I should have more info on the problem. Post back what it says should you not be able to work it out.
Brad Beard
Occasional Advisor

Re: getting FAIL on boot - "Starting name server daemon"

The /etc/rc.log pointed me to /var/adm/syslog/syslog.log. Here I found the named error and ending up changing the following:

/etc/rc.config.d/namesvrs:
NAMED=0

Thank you for your help.