[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] DNS Set-up
- Subject: Re: [cobalt-developers] DNS Set-up
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri May 25 12:25:13 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
> Is this not a developers list? The questions I been asking is if somebody
> know or has advise on how to I can go about programming a solution were I
> can have my slaves auto-update without creating the enties in the secondary
> as per cobalts advise.
>
Actually I responded to the wrong post, you have my apologies.
The only solution I can think of is to use rsync. I use rsync for synchronizing
files
on several servers for other purposes. There is a way to get rsync to execute
a command. You would have to create the master named.conf, and the slave
named.conf on the master, then sync the slaves to the revised slave named.conf,
and execute ndc reload.
The master would be the rsync client and the slaves would run rsync daemon.
Then when the zone files were updated the client would run a script to sync the
file to each of the slaves, and issue the command to execute ndc reload.
Gerald