<?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: GAIA - Backup all clish configs from all gateways with one CLI command. in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/61596#M4714</link>
    <description>&lt;P&gt;We do have already. Central Deployment Tool (aka CDT) is a part of MGMT installation starting from R80.30 (you can install it manually on versions&amp;lt;80.30). Its RMA mode saves configuration and also other cool stuff like FTW settings, SIC, license. kernel parameters and more. It's also capable of running scripts on GWs you coode, pushing/pulling files and much more.&lt;BR /&gt;There is more information, the tool itself and administration guide in&amp;nbsp;&lt;A title="Central Deployment Tool (CDT)" href="https://supportcenter.checkpoint.com/supportcenter/portal?solutionid=sk111158" target="_self"&gt;sk111158&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Kostya&lt;/P&gt;</description>
    <pubDate>Sun, 01 Sep 2019 12:59:47 GMT</pubDate>
    <dc:creator>KonstantinBoyko</dc:creator>
    <dc:date>2019-09-01T12:59:47Z</dc:date>
    <item>
      <title>GAIA - Backup all clish configs from all gateways with one CLI command.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51402#M3863</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In the last few days I have built a tool to execute clish commands and bash commands centrally from the management server on all gateways.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All you need to do is run a small script from this Checkmates article.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/GAIA-Easy-execute-CLI-commands-on-all-gateways-simultaneously/m-p/50883/highlight/true#M3783" target="_self"&gt;GAIA - Easy execute CLI commands on all gateways simultaneously&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Then you can save your clish config centrally from all gateways to the management server with the following command:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Management#&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;gw_mclish show configuration &amp;gt; backup_clish_all_gateways.txt&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;This can also be start as simply cronjob&lt;SPAN class="lia-unicode-emoji"&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/SPAN&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Demo video:&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 100%;" border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="width: 50%; border-style: hidden;"&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-lsNm5uaDE61TnsI2-3lkcwxHdtazzSv-w660h418r727" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6065295878001" data-account="6058022097001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022097001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-lsNm5uaDE61TnsI2-3lkcwxHdtazzSv-w660h418r727');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.checkpoint.com/t5/video/gallerypage/video-id/lsNm5uaDE61TnsI2-3lkcwxHdtazzSv-"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/TD&gt;
&lt;TD style="width: 50%; border-style: hidden;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Sat, 20 Apr 2019 12:34:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51402#M3863</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-04-20T12:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA - Backup all clish configs from all gateways with one CLI command.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51405#M3865</link>
      <description>&lt;P&gt;Great job&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I just tested that. It works great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 08:29:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51405#M3865</guid>
      <dc:creator>Georg_Polder</dc:creator>
      <dc:date>2019-04-20T08:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA - Backup all clish configs from all gateways with one CLI command.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51406#M3866</link>
      <description>&lt;P&gt;It's an interesting solution.&lt;/P&gt;&lt;P&gt;Georg&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 08:31:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51406#M3866</guid>
      <dc:creator>Georg_Polder</dc:creator>
      <dc:date>2019-04-20T08:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA - Backup all clish configs from all gateways with one CLI command.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51422#M3869</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the script is good. Unfortunately, the TE appliance is not recognized when I run gw_detect. What can I do?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 12:41:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/51422#M3869</guid>
      <dc:creator>Haoi_Yusuhriy</dc:creator>
      <dc:date>2019-04-20T12:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA - Backup all clish configs from all gateways with one CLI command.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/58604#M4434</link>
      <description>&lt;P&gt;Will this script check for virtual systems and back them up or will it only back up VS 0?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 18:01:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/58604#M4434</guid>
      <dc:creator>mcallagy</dc:creator>
      <dc:date>2019-07-19T18:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA - Backup all clish configs from all gateways with one CLI command.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/61587#M4713</link>
      <description>&lt;P&gt;We have over 40 gateways worldwide. I slightly modified the script to secure all gateways. This makes the work easier.&lt;/P&gt;&lt;P&gt;@Check Point:&lt;BR /&gt;Can you include the script in GAIA R80.40... in the future?&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 05:38:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/61587#M4713</guid>
      <dc:creator>Yoel_Maaravi</dc:creator>
      <dc:date>2019-09-01T05:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA - Backup all clish configs from all gateways with one CLI command.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/61596#M4714</link>
      <description>&lt;P&gt;We do have already. Central Deployment Tool (aka CDT) is a part of MGMT installation starting from R80.30 (you can install it manually on versions&amp;lt;80.30). Its RMA mode saves configuration and also other cool stuff like FTW settings, SIC, license. kernel parameters and more. It's also capable of running scripts on GWs you coode, pushing/pulling files and much more.&lt;BR /&gt;There is more information, the tool itself and administration guide in&amp;nbsp;&lt;A title="Central Deployment Tool (CDT)" href="https://supportcenter.checkpoint.com/supportcenter/portal?solutionid=sk111158" target="_self"&gt;sk111158&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Kostya&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 12:59:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/GAIA-Backup-all-clish-configs-from-all-gateways-with-one-CLI/m-p/61596#M4714</guid>
      <dc:creator>KonstantinBoyko</dc:creator>
      <dc:date>2019-09-01T12:59:47Z</dc:date>
    </item>
  </channel>
</rss>

