<?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: Database Migration in VSX environment in Endpoint</title>
    <link>https://community.checkpoint.com/t5/Endpoint/Database-Migration-in-VSX-environment/m-p/55926#M1264</link>
    <description>&lt;P&gt;Hello Vishnu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can we run this python tool into VSX environment?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This script (as well as the management API in general) performs operations on the management site. This means it does not matter if the gateway which is related to a given policy is based on VSX or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As OS version are different (R80.10 and R80.20). So is possible to export policy package from R80.10 management server and then import it directly to R80.20 OS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This script works on R80.10 and R80.20 - the export from R80.10 and import to R80.20 should work. I have not tested this so far, but as the API calls did not change between these versions I do not see any problem with that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As we need to merge the policy package which having 2000+ policies, so is there any limitation on the basis of policy package size or number of policies.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There is no specific limit, but you could run into a timeout while exporting that amount of rules (if you mean rules by mentioning policies in this case). The script will tell you once a timeout is reached as it does not finish the rocess correctly. This can be&amp;nbsp;&lt;SPAN&gt;circumvented by adjusting the timeout itself. In the first place I would try to run it without changing something; if it does not work you can manually adjust the timeout.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maik&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 06:58:22 GMT</pubDate>
    <dc:creator>Maik</dc:creator>
    <dc:date>2019-06-17T06:58:22Z</dc:date>
    <item>
      <title>Database Migration in VSX environment</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Database-Migration-in-VSX-environment/m-p/55923#M1263</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have following two checkpoint servers&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;MGMT-SERVER-1:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;OS: Gaia R80.20&lt;/LI&gt;&lt;LI&gt;VSX Environment (On 2 HA appliances)&lt;/LI&gt;&lt;LI&gt;Managing 6 Virtual Systems.&lt;/LI&gt;&lt;LI&gt;Each VS-Gateway policy package having around 200 policies.&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;MGMT-SERVER-2:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;OS: Gaia R80.10&lt;/LI&gt;&lt;LI&gt;Only two firewall in HA Mode.&lt;/LI&gt;&lt;LI&gt;2000 + Polices into single Policy package.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we are planning to merge the database of both these management servers using Python toll&lt;/P&gt;&lt;P&gt;“&lt;A href="https://community.checkpoint.com/docs/DOC-1938" target="_blank" rel="noopener"&gt;Python tool for exporting/importing a policy package or parts of it&lt;/A&gt;&amp;nbsp;“&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help for following queries:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can we run this python tool into VSX environment?&lt;/LI&gt;&lt;LI&gt;As OS version are different (R80.10 and R80.20). So is possible to export policy package from R80.10 management server and then import it directly to R80.20 OS&lt;/LI&gt;&lt;LI&gt;As we need to merge the policy package which having 2000+ policies, so is there any limitation on the basis of policy package size or number of policies.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 06:36:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Database-Migration-in-VSX-environment/m-p/55923#M1263</guid>
      <dc:creator>Vishnu_Kumar</dc:creator>
      <dc:date>2019-06-17T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Database Migration in VSX environment</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Database-Migration-in-VSX-environment/m-p/55926#M1264</link>
      <description>&lt;P&gt;Hello Vishnu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can we run this python tool into VSX environment?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This script (as well as the management API in general) performs operations on the management site. This means it does not matter if the gateway which is related to a given policy is based on VSX or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As OS version are different (R80.10 and R80.20). So is possible to export policy package from R80.10 management server and then import it directly to R80.20 OS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This script works on R80.10 and R80.20 - the export from R80.10 and import to R80.20 should work. I have not tested this so far, but as the API calls did not change between these versions I do not see any problem with that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As we need to merge the policy package which having 2000+ policies, so is there any limitation on the basis of policy package size or number of policies.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There is no specific limit, but you could run into a timeout while exporting that amount of rules (if you mean rules by mentioning policies in this case). The script will tell you once a timeout is reached as it does not finish the rocess correctly. This can be&amp;nbsp;&lt;SPAN&gt;circumvented by adjusting the timeout itself. In the first place I would try to run it without changing something; if it does not work you can manually adjust the timeout.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 06:58:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Database-Migration-in-VSX-environment/m-p/55926#M1264</guid>
      <dc:creator>Maik</dc:creator>
      <dc:date>2019-06-17T06:58:22Z</dc:date>
    </item>
  </channel>
</rss>

