[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Restarting/Reloading Named
- Subject: Re: [cobalt-users] Restarting/Reloading Named
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Sep 5 00:23:17 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> How can I restart named/DNS without reloading all the
> zones for every domain if I'm editing my named files
> by hand? Everytime I use /etc/rc.d/init.d/named
> restart, it reloads all the domains from scratch. If I
> add just one domain, I don't want to reload them all.
>
Try "ndc reload edited.domain"
OR, "ndc reload" to re-read named.conf" (will load any new
additions)
Gerald