[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 02:27:21 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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