force to flush from jnl to zone files

2011-03-19 Thread terry
Hello,

My BIND has been using dynamic updates for zone update.
My question is, how to force to flush updated data from the *.jnl
files to zone files?
I know restarting bind can do that, but is there another better way?

Thanks.

Regards.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: force to flush from jnl to zone files

2011-03-19 Thread Dan Durrer
Terry,

rndc freeze zonename disables dynamic updates and syncs up the current zone 
data to the zone file.

rndc thaw zone name when your done editing then file.

Dan


Sent from my iPad

On Mar 19, 2011, at 7:57 AM, terry te...@list.dnsbed.com wrote:

 Hello,
 
 My BIND has been using dynamic updates for zone update.
 My question is, how to force to flush updated data from the *.jnl
 files to zone files?
 I know restarting bind can do that, but is there another better way?
 
 Thanks.
 
 Regards.
 ___
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: force to flush from jnl to zone files

2011-03-19 Thread Anand Buddhdev
On 19/03/2011 15:57, terry wrote:

 Hello,
 
 My BIND has been using dynamic updates for zone update.
 My question is, how to force to flush updated data from the *.jnl
 files to zone files?
 I know restarting bind can do that, but is there another better way?

You can freeze and then thaw the zone:

rndc freeze zone name
rndc thaw zone name

If you don't specify a zone, BIND will freeze/thaw all zones.

Regards,

Anand Buddhdev
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: force to flush from jnl to zone files

2011-03-19 Thread terry
2011/3/20 Evan Hunt e...@isc.org:
 My BIND has been using dynamic updates for zone update.
 My question is, how to force to flush updated data from the *.jnl
 files to zone files?
 I know restarting bind can do that, but is there another better way?

 rndc freeze zone will do that.  Run rndc thaw afterward to
 re-enable DDNS.

 Rather coincidentally, yesterday afternoon I wrote the code for an rndc
 sync command that would dump the zone without freezing updates.  That'll
 be in BIND 9.9.


Thank you all for the kind helps.
I love BIND as well as the list people, :)

-- 
www.DNSbed.com
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users