<?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: Management Upgrade R77.30 --&amp;gt; R80.20 and Configuration in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34727#M91908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would assume that the average primary SMS (not Management HA with GW on same appliance !) will not need save configuration/load configuration&amp;nbsp;as all OS settings (IP, GAiA admin) will be set during FTW, and everything defined in SMS Database will be imported using migrate import. So usually you will not need step 4 as there is no further configuration necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2018 09:04:18 GMT</pubDate>
    <dc:creator>G_W_Albrecht</dc:creator>
    <dc:date>2018-10-15T09:04:18Z</dc:date>
    <item>
      <title>Management Upgrade R77.30 --&gt; R80.20 and Configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34723#M91904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am planning my upgrade of our HA Management from R77.30 to R80.20. As in past upgrades, I will do a clean install of the OS on the same machine (after of course doing backups, exporting database, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To simplify the build after the clean install, my plan was to save the configuration of the management server before starting ("save configuration /path_to/name_of_saved_config_file") and then importing the configuration once the clean install of R80.20 is complete ("load configuration /path_to/name_of_saved_config_file"). However, I see that his is only supported using the same version of Gaia. Has anyone else attempted this, or does anyone have other suggestions to streamline this process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:34:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34723#M91904</guid>
      <dc:creator>David_C1</dc:creator>
      <dc:date>2018-10-11T20:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Management Upgrade R77.30 --&gt; R80.20 and Configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34724#M91905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this one?&lt;/P&gt;&lt;P&gt;cat &amp;lt;&amp;lt;EOF &amp;gt; ./clish.txt&lt;BR /&gt;aaa &lt;BR /&gt;aggregate &lt;BR /&gt;allowed-client &lt;BR /&gt;arp &lt;BR /&gt;as &lt;BR /&gt;backup-scheduled &lt;BR /&gt;bgp &lt;BR /&gt;bonding &lt;BR /&gt;bootp &lt;BR /&gt;bridging &lt;BR /&gt;clienv &lt;BR /&gt;cluster &lt;BR /&gt;command &lt;BR /&gt;core-dump &lt;BR /&gt;cron &lt;BR /&gt;dhcp-client &lt;BR /&gt;dhcp-server &lt;BR /&gt;dns &lt;BR /&gt;domainname &lt;BR /&gt;expert-password &lt;BR /&gt;format &lt;BR /&gt;group &lt;BR /&gt;host &lt;BR /&gt;hostname &lt;BR /&gt;igmp &lt;BR /&gt;inbound-route-filter &lt;BR /&gt;installer &lt;BR /&gt;interface &lt;BR /&gt;interface-name &lt;BR /&gt;ip-reachability-detection&lt;BR /&gt;iphelper &lt;BR /&gt;ipv6 &lt;BR /&gt;ipv6-state &lt;BR /&gt;kernel-routes &lt;BR /&gt;mail-notification &lt;BR /&gt;management &lt;BR /&gt;max-path-splits &lt;BR /&gt;mcvr &lt;BR /&gt;message &lt;BR /&gt;neighbor &lt;BR /&gt;net-access &lt;BR /&gt;netflow &lt;BR /&gt;ntp &lt;BR /&gt;ospf &lt;BR /&gt;password-controls &lt;BR /&gt;pbr &lt;BR /&gt;pbrroute &lt;BR /&gt;pim &lt;BR /&gt;ping &lt;BR /&gt;pppoe &lt;BR /&gt;prefix-list &lt;BR /&gt;prefix-tree &lt;BR /&gt;protocol-rank &lt;BR /&gt;proxy &lt;BR /&gt;rba &lt;BR /&gt;rdisc &lt;BR /&gt;rip &lt;BR /&gt;route-redistribution &lt;BR /&gt;routedsyslog &lt;BR /&gt;routemap &lt;BR /&gt;routemaps &lt;BR /&gt;router-id &lt;BR /&gt;router-options &lt;BR /&gt;snmp &lt;BR /&gt;static-mroute &lt;BR /&gt;static-route &lt;BR /&gt;syslog &lt;BR /&gt;timezone &lt;BR /&gt;trace &lt;BR /&gt;tracefile &lt;BR /&gt;user &lt;BR /&gt;vpnt &lt;BR /&gt;vrrp &lt;BR /&gt;web &lt;BR /&gt;EOF&lt;/P&gt;&lt;P&gt;for line in $(cat ./clish.txt| sed -e 's/^[ \t]*//'|sed 's/^[ \t]*//;s/[ \t]*$//')&lt;BR /&gt;do&lt;BR /&gt; zz=$(clish -c "show configuration $line")&lt;BR /&gt; echo "$line"&lt;BR /&gt; echo "$zz"&lt;BR /&gt; echo " " &lt;BR /&gt;done&lt;/P&gt;&lt;P&gt;rm -v&amp;nbsp;./clish.txt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 06:31:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34724#M91905</guid>
      <dc:creator>Ofir_Shikolski</dc:creator>
      <dc:date>2018-10-12T06:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Management Upgrade R77.30 --&gt; R80.20 and Configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34725#M91906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of HA Management are you using ? For primary Management Server, usually migrate export / import is the best way to upgrade. The save configuration command writes only GAiA OS setting into a file and is used when a GW is replaced by a fresh install&amp;nbsp;and a complicated configuration has to be preserved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 09:48:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34725#M91906</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-10-12T09:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Management Upgrade R77.30 --&gt; R80.20 and Configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34726#M91907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the normal primary and secondary management servers running on Check Point appliances. I did plan on doing the migrate/export and import for the database, but my understanding is that this does not include the OS level settings (IPs, routes, administrators, etc.) and was going to "save configuration&amp;nbsp; &lt;EM&gt;filename&lt;/EM&gt;" in clish and then after the clean install of R80.20, use "load configuration &lt;EM&gt;filename&lt;/EM&gt;" for the OS settings, and migrate import for the database. My OS configuration is not terribly complicated, but if this saves me some time and mistakes I'd like to use it.&amp;nbsp; So to sum, my plan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Save configuration of the primary management&lt;/P&gt;&lt;P&gt;2. Export the database of the primary management&lt;/P&gt;&lt;P&gt;3. Perform clean install of R80.20, complete FTCW&lt;/P&gt;&lt;P&gt;4. Load the saved configuration&lt;/P&gt;&lt;P&gt;5. Import the database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a note, however, that save configuration/load configuration can only be used across the same versions of GAiA.&amp;nbsp; I was wondering if anyone had experience with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 18:15:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34726#M91907</guid>
      <dc:creator>David_C1</dc:creator>
      <dc:date>2018-10-13T18:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Management Upgrade R77.30 --&gt; R80.20 and Configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34727#M91908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would assume that the average primary SMS (not Management HA with GW on same appliance !) will not need save configuration/load configuration&amp;nbsp;as all OS settings (IP, GAiA admin) will be set during FTW, and everything defined in SMS Database will be imported using migrate import. So usually you will not need step 4 as there is no further configuration necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 09:04:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34727#M91908</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-10-15T09:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Management Upgrade R77.30 --&gt; R80.20 and Configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34728#M91909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are not changing hardware would a simple backup and then upgrade through CPUSE not be the simplest option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Using CPUSE creates a new partition with a clean install and then migrates existing config to it and boots if successful, so you can always reboot into the old partition if something goes wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 10:10:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Management-Upgrade-R77-30-gt-R80-20-and-Configuration/m-p/34728#M91909</guid>
      <dc:creator>Ian_Cresswell</dc:creator>
      <dc:date>2019-01-08T10:10:34Z</dc:date>
    </item>
  </channel>
</rss>

