Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Kill and restart rndc - named

Status
Not open for further replies.

sarm

Programmer
Aug 13, 2001
77
US
Hi,
After making updates to httpd and dns I would like to restart both so I run commands:
Killall -HUP httpd
Killall -HUP named

When viewing log it says command channel already in use.
rndc control channel 953. Killing named apparently did not restart rndc (bind 9.1)

Any thoughts?
Thanks
 
Hi,



You can do that with apache but for bind you have to do both :



/usr/sbin/rndc reload

and

/usr/bin/killall -HUP named



Its easier to do :



/etc/rc.d/init.d/named reload


or on redhat


/sbin/service named reload

(which does the same thing)



Regards





 
Thanks the >named reload worked fine.
bev
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top