<div dir="ltr">Hi Fred.<div>No, the sense is correct.</div><div>Imagine you have a server with a secondary zone of (say) "<a href="http://example.com">example.com</a>", which transfers data for that zone from a primary somewhere. The secondary loads data received during a zone transfer straight into memory and uses it.</div><div>It is optional for the secondary to also write that data to a file on its local storage, if you specify a "file" statement in the zone declaration. Optional, but sometimes handy.</div><div><br></div><div>If the server currently being secondary for "<a href="http://example.com">example.com</a>" does write that zone to disc then it is easy to switch it to become primary because it already has the zone file stored locally. Just change the "type", leave the "file" statement alone and delete (or comment) the "primaries".</div><div><br></div><div>Does that help?</div><div>Greg</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 7 Sept 2023 at 19:31, Fred Morris <<a href="mailto:m3047@m3047.net">m3047@m3047.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Re-reading the KB article referenced below...<br>
<br>
On Tue, 5 Sep 2023, Leroy Tennison via bind-users wrote:<br>
> <br>
> [...] I'm assuming i can use <br>
> <a href="https://kb.isc.org/docs/managing-manual-multi-master" rel="noreferrer" target="_blank">https://kb.isc.org/docs/managing-manual-multi-master</a> to "demote" one of <br>
> them but is there anything to look for concerning possible <br>
> inconsistencies and how do I check for those issues?<br>
<br>
Second paragraph:<br>
<br>
In BIND 9, it is relatively simple to switch a server from secondary to<br>
primary in real time: if you store the data in a file, simply redefine<br>
the zone type and change type master; to type slave;.<br>
<br>
That seems to me to be saying secondary == master and primary == slave.<br>
<br>
There seems to be a mixing of metaphors here. I don't think combining the <br>
traditional and newspeak terminology contributes to clarity. In any case <br>
I'd rewrite this as:<br>
<br>
In BIND 9, it is relatively simple to switch a server from primary to<br>
secondary in real time: if you store the data in a file, simply redefine<br>
the zone type and change type primary; to type secondary;.<br>
<br>
--<br>
<br>
Fred Morris<br>
-- <br>
Visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div>