<?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 XSOAR Multi-Engine Deployment on CentOS7 in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-multi-engine-deployment-on-centos7/m-p/583928#M3252</link>
    <description>&lt;P&gt;I just had our instance migrated to 8.5.&amp;nbsp; during testing we figure out that we could not update our engine using the shell program and need to do a zip deployment.&amp;nbsp; The basic instructions for ZIP does not support multple engines on the same host.&amp;nbsp; Here is our solution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If see problems please comment&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;xsoar create zip archive "d1_ENGINENAME".zip&lt;BR /&gt;Download "d1_ENGINENAME".zip&lt;BR /&gt;copy to server&lt;/P&gt;
&lt;P&gt;cd /usr/local/demisto/ or mkdir /usr/local/demisto/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- IF YOU DO NOT HAVE A RUNNING ENGINE --&lt;BR /&gt;mkdir /usr/local/demisto/&lt;BR /&gt;groupadd demisto&lt;BR /&gt;sudo useradd -g demisto -s /bin/false demisto&lt;BR /&gt;chown demisto:demisto /usr/local/demisto&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- ONCE /usr/local/demisto/ EXISTS --&lt;BR /&gt;cd /usr/local/demisto/&lt;BR /&gt;mkdir d1_ENGINENAME&lt;BR /&gt;chmod 755 d1_ENGINENAME&lt;BR /&gt;unzip PATH_TO_d1_ENGINENAME.zip -d /usr/local/demisto/d1_ENGINENAME&lt;BR /&gt;chown -R demisto:demisto d1_ENGINENAME&lt;BR /&gt;setcap CAP_NET_BIND_SERVICE=+eip /usr/local/demisto/d1_ENGINENAME/d1_linux_amd64&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-- SETUP SYSCTL&lt;/P&gt;
&lt;P&gt;cd /etc/systemd/system/&lt;BR /&gt;touch .d1_ENGINENAME.service&lt;BR /&gt;MODIFY the Services File&lt;BR /&gt;systemctl enable d1_ENGINENAME&lt;BR /&gt;systemctl start d1_ENGINENAME&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;--------- SYSCTL FILE&amp;nbsp; &amp;nbsp;i.e.&amp;nbsp; .service. ----------------&lt;/P&gt;
&lt;P&gt;[Unit]&lt;BR /&gt;Description=Demisto Engine Service&lt;BR /&gt;After=network.target&lt;/P&gt;
&lt;P&gt;[Service]&lt;BR /&gt;WorkingDirectory=/usr/local/demisto/d1_ENGINENAME&lt;BR /&gt;Type=simple&lt;BR /&gt;User=demisto&lt;BR /&gt;Group=demisto&lt;BR /&gt;ExecStart=/usr/local/demisto/d1_ENGINENAME/d1_linux_amd64&lt;BR /&gt;EnvironmentFile=/etc/environment&lt;BR /&gt;Restart=always&lt;/P&gt;
&lt;P&gt;[Install]&lt;BR /&gt;WantedBy=multi-user.target&lt;/P&gt;
&lt;P&gt;-----------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 19:11:01 GMT</pubDate>
    <dc:creator>kreeves</dc:creator>
    <dc:date>2024-04-16T19:11:01Z</dc:date>
    <item>
      <title>XSOAR Multi-Engine Deployment on CentOS7</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-multi-engine-deployment-on-centos7/m-p/583928#M3252</link>
      <description>&lt;P&gt;I just had our instance migrated to 8.5.&amp;nbsp; during testing we figure out that we could not update our engine using the shell program and need to do a zip deployment.&amp;nbsp; The basic instructions for ZIP does not support multple engines on the same host.&amp;nbsp; Here is our solution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If see problems please comment&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;xsoar create zip archive "d1_ENGINENAME".zip&lt;BR /&gt;Download "d1_ENGINENAME".zip&lt;BR /&gt;copy to server&lt;/P&gt;
&lt;P&gt;cd /usr/local/demisto/ or mkdir /usr/local/demisto/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- IF YOU DO NOT HAVE A RUNNING ENGINE --&lt;BR /&gt;mkdir /usr/local/demisto/&lt;BR /&gt;groupadd demisto&lt;BR /&gt;sudo useradd -g demisto -s /bin/false demisto&lt;BR /&gt;chown demisto:demisto /usr/local/demisto&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- ONCE /usr/local/demisto/ EXISTS --&lt;BR /&gt;cd /usr/local/demisto/&lt;BR /&gt;mkdir d1_ENGINENAME&lt;BR /&gt;chmod 755 d1_ENGINENAME&lt;BR /&gt;unzip PATH_TO_d1_ENGINENAME.zip -d /usr/local/demisto/d1_ENGINENAME&lt;BR /&gt;chown -R demisto:demisto d1_ENGINENAME&lt;BR /&gt;setcap CAP_NET_BIND_SERVICE=+eip /usr/local/demisto/d1_ENGINENAME/d1_linux_amd64&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-- SETUP SYSCTL&lt;/P&gt;
&lt;P&gt;cd /etc/systemd/system/&lt;BR /&gt;touch .d1_ENGINENAME.service&lt;BR /&gt;MODIFY the Services File&lt;BR /&gt;systemctl enable d1_ENGINENAME&lt;BR /&gt;systemctl start d1_ENGINENAME&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;--------- SYSCTL FILE&amp;nbsp; &amp;nbsp;i.e.&amp;nbsp; .service. ----------------&lt;/P&gt;
&lt;P&gt;[Unit]&lt;BR /&gt;Description=Demisto Engine Service&lt;BR /&gt;After=network.target&lt;/P&gt;
&lt;P&gt;[Service]&lt;BR /&gt;WorkingDirectory=/usr/local/demisto/d1_ENGINENAME&lt;BR /&gt;Type=simple&lt;BR /&gt;User=demisto&lt;BR /&gt;Group=demisto&lt;BR /&gt;ExecStart=/usr/local/demisto/d1_ENGINENAME/d1_linux_amd64&lt;BR /&gt;EnvironmentFile=/etc/environment&lt;BR /&gt;Restart=always&lt;/P&gt;
&lt;P&gt;[Install]&lt;BR /&gt;WantedBy=multi-user.target&lt;/P&gt;
&lt;P&gt;-----------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 19:11:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-multi-engine-deployment-on-centos7/m-p/583928#M3252</guid>
      <dc:creator>kreeves</dc:creator>
      <dc:date>2024-04-16T19:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR Multi-Engine Deployment on CentOS7</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-multi-engine-deployment-on-centos7/m-p/584055#M3256</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Indeed based on the documentation the only way to support multiple engines is to install the engine using Shell method.&lt;BR /&gt;Installing on engine method on Centos 7, is only Zip.&lt;BR /&gt;as a result of the above indeed mltuple engine installation on Centos 7 is not supported.&lt;BR /&gt;&lt;BR /&gt;to add this functionality in an official way I suggest submitting a feature request to in&lt;A href="https://xsoar.ideas.aha.io/" target="_blank"&gt;&amp;nbsp;https://xsoar.ideas.aha.io/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 15:14:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-multi-engine-deployment-on-centos7/m-p/584055#M3256</guid>
      <dc:creator>tzimmer</dc:creator>
      <dc:date>2024-04-17T15:14:59Z</dc:date>
    </item>
  </channel>
</rss>

