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

Re: [cobalt-users] Restarting/Reloading Named



> 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