<?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: CP CME script add more than one log server in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191454#M52</link>
    <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/9262"&gt;@Kim_Moberg&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes, sure there will bea note in the&amp;nbsp;&lt;SPAN&gt;sk157492&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2023 07:15:36 GMT</pubDate>
    <dc:creator>Roman_Kats</dc:creator>
    <dc:date>2023-09-04T07:15:36Z</dc:date>
    <item>
      <title>CP CME script add more than one log server</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191231#M46</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;How to&amp;nbsp;add more than one log server CP cme autoprovision script?&lt;/P&gt;&lt;P&gt;In MDS we have multiple scale sets running cloudguards but we have to manually add/adjust primary log servers and backup log server on the gateway gui object in Smartconsole.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;autoprov_cfg have the option "-sl" to specify the log server host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we add more than one host to the autoprov_cfg option "-sl" like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;autoprov_cfg add template -tn tnPRODENV &lt;STRONG&gt;-sl hosts1 host2 host3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and how to automate backup log server feature. Does that exist?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 13:11:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191231#M46</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-08-31T13:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: CP CME script add more than one log server</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191234#M47</link>
      <description>&lt;P&gt;Example 1 not working&lt;BR /&gt;&lt;BR /&gt;[Expert@labman01:0]# autoprov_cfg set template -tn tnPRODENV &lt;STRONG&gt;-sl host1 host2&lt;/STRONG&gt;&lt;BR /&gt;usage: autoprov_cfg [-h] [-f] [-v] {show,init,add,set,delete} ...&lt;BR /&gt;&lt;STRONG&gt;autoprov_cfg: error: unrecognized arguments: host2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example 2 - not working&lt;BR /&gt;&lt;BR /&gt;[Expert@labman01:0]# autoprov_cfg set template -tn&amp;nbsp;tnPRODENV &lt;STRONG&gt;-sl host1&amp;nbsp; -sl host2&lt;/STRONG&gt;&lt;BR /&gt;would you like to restart the service now? (y/n) y&lt;BR /&gt;Stopping cme: . [ OK ]&lt;BR /&gt;Starting cme: [ OK ]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Expert@labman01:0]# autoprov_cfg show templates&lt;BR /&gt;tnPRODENV:&lt;BR /&gt;anti-bot: true&lt;BR /&gt;anti-virus: true&lt;BR /&gt;application-control: true&lt;BR /&gt;aws-automatic-policy: true&lt;BR /&gt;generation: "1"&lt;BR /&gt;identity-awareness: true&lt;BR /&gt;ips: true&lt;BR /&gt;one-time-password: "__protected__autoprovision/74656D706C61746573/746E534541545354/one-time-password"&lt;BR /&gt;policy: Test-Policy&lt;BR /&gt;&lt;STRONG&gt;send-logs-to-server: host2&lt;/STRONG&gt;&lt;BR /&gt;version: "R81.10"&lt;BR /&gt;[Expert@labman01:0]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 13:26:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191234#M47</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-08-31T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: CP CME script add more than one log server</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191239#M48</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Try -sl host1,host2 .&lt;/P&gt;
&lt;P&gt;Example 1 didn't work because it expects to get the objects as a list.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 2 didn't work because you defined host1 and then defined host2. It has overwritten host1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a new feature and behavior for adding backup log server will be much better soon.&lt;/P&gt;
&lt;P&gt;I believe that as of now you can only add backup by adding it to the command and use it as one command. I think that in a few weeks, improvement will allow you to add it with a separate command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For now, use like this: autoprov_cfg.... -sl host1, host2 -sbl backuphost1, backuphost2&lt;/P&gt;
&lt;P&gt;In the future -sbl will run verifications behind the scenes and if a primary log server is defined in&amp;nbsp;autoprov_cfg you will be able to add it via a separate command.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 14:18:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191239#M48</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2023-08-31T14:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: CP CME script add more than one log server</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191251#M49</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37178"&gt;@Amir_Senn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Expert@dklabcpman01:0]# autoprov_cfg set template -tn "tnPRODENV" -sl host1,host2&lt;BR /&gt;would you like to restart the service now? (y/n) y&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Result after running autoprov_cfg show templates&lt;/P&gt;&lt;P&gt;templates:&lt;BR /&gt;tnPRODENV:&lt;BR /&gt;anti-bot: true&lt;BR /&gt;anti-virus: true&lt;BR /&gt;application-control: true&lt;BR /&gt;aws-automatic-policy: true&lt;BR /&gt;generation: "1"&lt;BR /&gt;identity-awareness: true&lt;BR /&gt;ips: true&lt;BR /&gt;one-time-password: "__protected__autoprovision/74656D706C61746573/746E534541545354/one-time-password"&lt;BR /&gt;policy: Test-Policy&lt;BR /&gt;send-logs-to-server: &lt;STRONG&gt;"host1,host2"&lt;/STRONG&gt;&lt;BR /&gt;url-filtering: true&lt;BR /&gt;version: "R81.10"&lt;BR /&gt;[Expert@labman01:0]#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that would work for me when using the primary log server objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it correct understood the autoprov_cfg option "-sbl" doesn't work because it is not yet implemented in the CME latest update take 243?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 15:45:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191251#M49</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-08-31T15:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: CP CME script add more than one log server</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191302#M50</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/9262"&gt;@Kim_Moberg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As for today CME support only single primary log server and alert server.&lt;/P&gt;
&lt;P&gt;If CME Log Server configuration applied as part of provisioning cycle CME has to perform "Install&amp;nbsp; database"&amp;nbsp; action on Log Server machine. In current CME version install database can be done by using custom management script.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can find description on how to apply custom management script in the &lt;A href="https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CME/Content/Topics-CME/CME_Structure_and_Configurations.htm?tocpath=CME%20Structure%20and%20Configurations%7C_____0#CME_Structure_and_Configurations" target="_self"&gt;CME admin guide&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Custom Script.png" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/22293i9DA2AF524C5BA43B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Custom Script.png" alt="Custom Script.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;We understand the complexity of the current solution and in a few weeks releasing CME with multiple Primary, Backup, Alert log servers support and without any need in running custom management script.&lt;/P&gt;
&lt;P&gt;I would like to propose you to get the new CME with the extended log servers configurations as one of the firsts. If you are interested please contact me in private message.&lt;BR /&gt;Thanks,&lt;BR /&gt;Roman&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_24e951c5526a0fRoman_Kats_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 05:30:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191302#M50</guid>
      <dc:creator>Roman_Kats</dc:creator>
      <dc:date>2023-09-01T05:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: CP CME script add more than one log server</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191310#M51</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/6318"&gt;@Roman_Kats&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for updating me on this.. I have discussed it internally because we have a responsibility of stability in our environment we have decided to wait for the take to become GA before upgrading our existing installation in a custom installation to be able to add&amp;nbsp;&lt;SPAN&gt;multiple Primary, Backup, Alert log servers support and without any need in running custom management script.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will keep an eye out for&amp;nbsp;sk157492 -&amp;nbsp;CME (Cloud Management Extension) for CloudGuard - Latest Updates&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Will you be adding text to the release notes about now the feature your have described like you have added the new feature of&amp;nbsp;adding multiple Primary, Backup, Alert log servers support?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&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>Fri, 01 Sep 2023 07:40:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191310#M51</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-09-01T07:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: CP CME script add more than one log server</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191454#M52</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/9262"&gt;@Kim_Moberg&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes, sure there will bea note in the&amp;nbsp;&lt;SPAN&gt;sk157492&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 07:15:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/CP-CME-script-add-more-than-one-log-server/m-p/191454#M52</guid>
      <dc:creator>Roman_Kats</dc:creator>
      <dc:date>2023-09-04T07:15:36Z</dc:date>
    </item>
  </channel>
</rss>

