<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I extend Maestro single site vsx env. to a dual site, without or minimal downtime? in Hyperscale Firewall (Maestro)</title>
    <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/How-do-I-extend-Maestro-single-site-vsx-env-to-a-dual-site/m-p/221877#M2777</link>
    <description>&lt;P&gt;1) prepare site 2 ORCHs in advance with all the relevant configuration (site id, amount of site etc.).&lt;/P&gt;
&lt;P&gt;2) make all the physical connectivity between MHO's between the sites. this means stretching VLANS. check this SK:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk168092" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk168092&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also , depending on the architecture, check also this SK:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk181385" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk181385&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3) configure production MHO's for amount of site 2 and restart orchd gradually (per MHO in Production).&lt;/P&gt;
&lt;P&gt;to avoid sync between them it's recommended to shutdown local sync port between them.&lt;/P&gt;
&lt;P&gt;4) Test connectivity between MHO's between sites:&lt;/P&gt;
&lt;P&gt;MHO1-1 to MHO 2-1 - ping&amp;nbsp;203.0.113.15&lt;/P&gt;
&lt;P&gt;MHO2-1 to MHO2-2 - ping 203.0.113.16&lt;/P&gt;
&lt;P&gt;5) restart orchd on both site 2 MHO's in order to sync with Site MHO's and get all the SG configuration.&lt;/P&gt;
&lt;P&gt;verify under /etc/sgdb.json.&lt;/P&gt;
&lt;P&gt;6) activate auto-clone in SG and add SGM's.&lt;/P&gt;
&lt;P&gt;when SGM's are added make sure you have connectivity between Site1 SGMs and site2 SGMs by pinging from SGMs to 192.0.2.15, 16 etc. (at least have ARP).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 09:44:36 GMT</pubDate>
    <dc:creator>Nir_Shamir</dc:creator>
    <dc:date>2024-07-25T09:44:36Z</dc:date>
    <item>
      <title>How do I extend Maestro single site vsx env. to a dual site, without or minimal downtime?</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/How-do-I-extend-Maestro-single-site-vsx-env-to-a-dual-site/m-p/221875#M2776</link>
      <description>&lt;P&gt;I am currently planning to expand our Maestro environment:&lt;BR /&gt;currently: 2*MHO175 + 3*9700 appliances, single site, one security group, VSX with 4 virtual systems, R81.20&lt;/P&gt;&lt;P&gt;this is to be extended to a second data center, the necessary hardware, i.e. another 2*MHO175 + 3* 9700 appliances is available.&lt;/P&gt;&lt;P&gt;How do I expand Maestro single site to dual site without or with minimal downtime? Unfortunately, I have not found any suitable instructions.&lt;/P&gt;&lt;P&gt;What happens to the existing security group and traffic flow if I run the standard setup for dual site like this:&lt;/P&gt;&lt;P&gt;on each MHO&lt;BR /&gt;Orch_1_1&amp;gt; set maestro configuration orchestrator-site-amount 2&lt;BR /&gt;Orch_1_2&amp;gt; set maestro configuration orchestrator-site-amount 2&lt;BR /&gt;Orch_2_1&amp;gt; set maestro configuration orchestrator-site-amount 2&lt;BR /&gt;Orch_2_1&amp;gt; set maestro configuration orchestrator-site-amount 2&lt;/P&gt;&lt;P&gt;on site 1 (currently productive)&lt;BR /&gt;Orch_1_1&amp;gt;set maestro configuration orchestrator-site-id 1&lt;BR /&gt;Orch_1_1#orchd restart&lt;BR /&gt;Orch_1_2&amp;gt;set maestro configuration orchestrator-site-id 1&lt;BR /&gt;Orch_1_2#orchd restart&lt;/P&gt;&lt;P&gt;on site 2&lt;BR /&gt;Orch_2_1&amp;gt;set maestro configuration orchestrator-site-id 2&lt;BR /&gt;Orch_2_1#orchd restart&lt;BR /&gt;Orch_2_2&amp;gt;set maestro configuration orchestrator-site-id 2&lt;BR /&gt;Orch_2_2#orchd restart&lt;/P&gt;&lt;P&gt;on side 1 - Back up the /etc/maestro&lt;BR /&gt;Orch_1_1#cp -v /etc/maestro.json ~/maestro.json_BKP&lt;BR /&gt;Orch_1_1#cp -v /etc/maestro_full.json ~/maestro_full.json_BKP&lt;BR /&gt;Orch_1_2#cp -v /etc/maestro.json ~/maestro.json_BKP&lt;BR /&gt;Orch_1_2#cp -v /etc/maestro_full.json ~/maestro_full.json_BKP&lt;/P&gt;&lt;P&gt;on site 2&lt;BR /&gt;Orch_2_1&amp;gt; set maestro port 1/31/1 type site_sync&lt;BR /&gt;Orch_2_1#orchd restart&lt;BR /&gt;Orch_2_2&amp;gt; set maestro port 2/31/1 type site_sync&lt;BR /&gt;Orch_2_2#orchd restart&lt;/P&gt;&lt;P&gt;on site 1&lt;BR /&gt;Orch_1_1&amp;gt; set maestro port 1/31/1 type site_sync&lt;BR /&gt;Orch_1_1#orchd restart&lt;BR /&gt;Orch_1_2&amp;gt; set maestro port 2/31/1 type site_sync&lt;BR /&gt;Orch_1_2#orchd restart&lt;/P&gt;&lt;P&gt;on site 2&lt;BR /&gt;Orch_2_1#orchd restart&lt;BR /&gt;Orch_2_2#orchd restart&lt;/P&gt;&lt;P&gt;on site 1&lt;BR /&gt;Orch_1_1&amp;gt;set maestro security-group apply-new-config&lt;/P&gt;&lt;P&gt;In which steps does the traffic flow interrupt?&lt;BR /&gt;Has anyone already performed a similar task?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:28:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/How-do-I-extend-Maestro-single-site-vsx-env-to-a-dual-site/m-p/221875#M2776</guid>
      <dc:creator>Uwe_Herkt</dc:creator>
      <dc:date>2024-07-25T09:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I extend Maestro single site vsx env. to a dual site, without or minimal downtime?</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/How-do-I-extend-Maestro-single-site-vsx-env-to-a-dual-site/m-p/221877#M2777</link>
      <description>&lt;P&gt;1) prepare site 2 ORCHs in advance with all the relevant configuration (site id, amount of site etc.).&lt;/P&gt;
&lt;P&gt;2) make all the physical connectivity between MHO's between the sites. this means stretching VLANS. check this SK:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk168092" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk168092&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also , depending on the architecture, check also this SK:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk181385" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk181385&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3) configure production MHO's for amount of site 2 and restart orchd gradually (per MHO in Production).&lt;/P&gt;
&lt;P&gt;to avoid sync between them it's recommended to shutdown local sync port between them.&lt;/P&gt;
&lt;P&gt;4) Test connectivity between MHO's between sites:&lt;/P&gt;
&lt;P&gt;MHO1-1 to MHO 2-1 - ping&amp;nbsp;203.0.113.15&lt;/P&gt;
&lt;P&gt;MHO2-1 to MHO2-2 - ping 203.0.113.16&lt;/P&gt;
&lt;P&gt;5) restart orchd on both site 2 MHO's in order to sync with Site MHO's and get all the SG configuration.&lt;/P&gt;
&lt;P&gt;verify under /etc/sgdb.json.&lt;/P&gt;
&lt;P&gt;6) activate auto-clone in SG and add SGM's.&lt;/P&gt;
&lt;P&gt;when SGM's are added make sure you have connectivity between Site1 SGMs and site2 SGMs by pinging from SGMs to 192.0.2.15, 16 etc. (at least have ARP).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:44:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/How-do-I-extend-Maestro-single-site-vsx-env-to-a-dual-site/m-p/221877#M2777</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2024-07-25T09:44:36Z</dc:date>
    </item>
  </channel>
</rss>

