[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Restarting/Reloading Named



Brent Sims <bs@xxxxxxxxxxx> wrote
> On Wed, 5 Sep 2001, Barbara - wrote:
>
> } How can I restart named/DNS without reloading all the
> } zones for every domain
>
> /usr/sbin/ndc reconfig
>
> /usr/sbin/ndc --help   will give you a list of available
commands.
>
Brent, please correct me if I am wrong;
following is quoted from bind mailing list (Barry Margolin,
barmar@xxxxxxxxxxxxx)
"ndc reconfig" only reads the config file.  It will add and
delete whole
zones based on changes there, but it won't go looking for
updated zone
files.  "ndc reload" does everything "ndc reconfig" does,
and also looks
for zone files that have been modified since the last time
they were
loaded."

Gerald