<div dir="ltr"><div><div>Hello Greg,<br><br></div>You're right, breaking down the dhcpd.conf file into smaller parts and using include statements helps.  Most people probably manually sync. the files between the servers and restart the dhcpd process as needed, or write a small script to do the work for them.<br>
</div><div>Personally, I am making my changes in configuration management (in this case, chef).  The dhcp servers check into the chef master every 30 minutes, or I force a sync., to pull down the appropriate files (in this case, dhcpd.conf), and then restart any services which depend on those files (in this case, dhcpd).<br>
<br>Hope this helps,<br>Kyle<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 13, 2013 at 7:41 PM, Gregory Sloop <span dir="ltr"><<a href="mailto:gregs@sloop.net" target="_blank">gregs@sloop.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have another question about keeping a master and peer in "sync" as<br>
one changes one config file on one server, without having to manually<br>
edit/sync both.<br>
<br>
It looks like breaking down the dhcp.conf files into component pieces and<br>
syncing the "common" pieces for both master-peer with something like<br>
rsync +restart seems like a reasonable approach.<br>
<br>
I'm assuming there are others who have done something like this - but<br>
I haven't seen a lot of examples out there.<br>
<br>
Any tips - what works, what doesn't? What to watch for, or success<br>
stories?<br>
<br>
TIA<br>
-Greg<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Gregory Sloop, Principal: Sloop Network & Computer Consulting<br>
<a href="tel:503.251.0452%20x121" value="+15032510452">503.251.0452 x121</a> Voice | <a href="tel:503.251.0452" value="+15032510452">503.251.0452</a> Fax<br>
<a href="http://www.sloop.net" target="_blank">www.sloop.net</a><br>
mailto:<a href="mailto:gregs@sloop.net">gregs@sloop.net</a><br>
<br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</font></span></blockquote></div><br></div>