<?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: Replicate standby server  Linux in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136302#M8049</link>
    <description>&lt;P&gt;I think the fog has lifted from my brain.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;./repctl -d /data/areplicate service start&amp;nbsp; command is not for changing the data directory. It is to start the service pointing to a data directory.&lt;/P&gt;
&lt;P&gt;I was thinking the command changed the data directory in a startup command.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is this correct?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2023 13:25:27 GMT</pubDate>
    <dc:creator>fj40wdh</dc:creator>
    <dc:date>2023-11-09T13:25:27Z</dc:date>
    <item>
      <title>Replicate standby server  Linux</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2135992#M8027</link>
      <description>&lt;P&gt;Trying to set up a primary replicate server and a standby replicate server . Install Replicate with&amp;nbsp;user=username pass=password verbose=true rpm -i areplicate-2023.5.0-322.x86_64.rpm&amp;nbsp; &amp;nbsp; on both servers. Then&amp;nbsp;./repctl -d /data/areplicate service start&amp;nbsp; &amp;nbsp;to set data folder to shared folder.&amp;nbsp;&lt;BR /&gt;But... not all of the folders move to the shared folder. The tasks folder stays on the local folder. So the tasks are not shared, also the endpoints are not shared.&lt;/P&gt;
&lt;P&gt;What steps am I missing.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 20:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2135992#M8027</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2023-11-08T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate standby server  Linux</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136050#M8033</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;Seems you are looking related to Solution. PS team can help you to Setup. However once task is started, they hold some required files into folder which are solely used by them .&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 03:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136050#M8033</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2023-11-09T03:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate standby server  Linux</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136251#M8046</link>
      <description>&lt;P&gt;well that's no help, what is PS&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 11:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136251#M8046</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2023-11-09T11:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate standby server  Linux</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136264#M8047</link>
      <description>&lt;P&gt;I run the command ./repctl -d /data/areplicate&amp;nbsp; service start&lt;/P&gt;
&lt;P&gt;it runs and start the service&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[nuc_qlik_svc@nuclqlikrplp01s bin]$ ps -ef | grep repctl&lt;BR /&gt;nuc_qli+ 10318 1 0 07:07 pts/0 00:00:00 ./repctl -d /data/areplicate service start&lt;BR /&gt;nuc_qli+ 10319 10318 1 07:07 ? 00:00:00 ./repctl -d /data/areplicate service start&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I run&amp;nbsp;/opt/attunity/replicate/bin/areplicate status&lt;/P&gt;
&lt;P&gt;I get&lt;/P&gt;
&lt;P&gt;&amp;nbsp;not running: /opt/attunity/replicate/bin/repctl -d /opt/attunity/replicate/data service start port=3550 rest_port=3552&lt;/P&gt;
&lt;P&gt;Different data directory.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;/opt/attunity/replicate/bin/areplicate stop&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this point, I assume that to start the service&amp;nbsp; on the standby server I have to run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;./repctl -d /data/areplicate service start&lt;/P&gt;
&lt;P&gt;and to stop the service on the standby server I have to run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;./repctl -d /data/areplicate service stop&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please confirm this is correct !!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 12:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136264#M8047</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2023-11-09T12:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate standby server  Linux</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136302#M8049</link>
      <description>&lt;P&gt;I think the fog has lifted from my brain.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;./repctl -d /data/areplicate service start&amp;nbsp; command is not for changing the data directory. It is to start the service pointing to a data directory.&lt;/P&gt;
&lt;P&gt;I was thinking the command changed the data directory in a startup command.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is this correct?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 13:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136302#M8049</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2023-11-09T13:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate standby server Linux</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136446#M8059</link>
      <description>&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/176207"&gt;@fj40wdh&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The&amp;nbsp;./repctl -d /data/areplicate service start&amp;nbsp; command is not for changing the data directory. It is to start the service pointing to a data directory.&lt;/P&gt;
&lt;P&gt;I was thinking the command changed the data directory in a startup command.&amp;nbsp; "&lt;/P&gt;
&lt;P&gt;correct ,, start the service pointing to the data folder&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 20:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-standby-server-Linux/m-p/2136446#M8059</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2023-11-09T20:48:11Z</dc:date>
    </item>
  </channel>
</rss>

