<?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>article Installing a Qlik Replicate Endpoint Server on a Windows Cluster in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Installing-a-Qlik-Replicate-Endpoint-Server-on-a-Windows-Cluster/ta-p/1899594</link>
    <description>&lt;P&gt;The currently published User's Guide for installing Qlik Replicate is incomplete. Below is a more complete installation guide for a Qlik Replicate&amp;nbsp;&lt;STRONG&gt;2021.5 &lt;/STRONG&gt;and &lt;STRONG&gt;2021.11 &lt;/STRONG&gt;installation.&lt;/P&gt;
&lt;P&gt;Documentation reference:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Clusters/install_replication_in_cluster.htm" target="_blank" rel="noopener"&gt;Step 1: Install Qlik Replicate in the cluster&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Replicate" id="qlikReplicate"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;2021.5 and 2021.11&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the Windows Cluster is already configured and the role is set up with a cluster disk (this is used for the Qlik Replicate data folder).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 1: Install Qlik Replicate in the cluster&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Run the Qlik Replicate setup wizard on the first node that is part of your cluster. Install Qlik Replicate program to a local folder. The default is:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Attunity\Replicate&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;In the setup wizard, specify a shared storage location for the "data" folder; for example:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;F:\Program Files\Attunity\Replicate\data&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;For more information, see &lt;STRONG&gt;Setting up Qlik Replicate on Windows&lt;/STRONG&gt; (page 36 in the user guide).&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Once the installation is complete on the first Node, stop the Attunity Replicate Server and Qlik UI server services from Windows service on the first node.&lt;/LI&gt;
&lt;LI&gt;Open a command prompt as an administrator and change the working directory to the Replicate bin directory. Then run the following two commands, where Command 1 should only be run on the first&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;On the Cluster node:&lt;/P&gt;
&lt;P&gt;Where: replicate_data_folder is the shared storage location of the Replicate data folder defined earlier (e.g. F:\Program Files\Attunity\Replicate\data), new_master_key is the new master key, and new_master_user_key is the new master user key.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;Command 1:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;repctl -d "replicate_data_folder" setmasterkey new_master_key master_key_scope=1&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Run Command 2:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;RepUiCtl -d "replicate_data_folder" masterukey set -p new_master_user_key&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\Program Files\~\replicate\bin&amp;gt;repctl -d "F:\Program Files\Attunity\Replicate\data" setmasterkey new_master_key master_key_scope=1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Now, from Windows Cluster Manager, move your cluster to the next cluster node and install Qlik Replicate as described in Steps 1-2&lt;/LI&gt;
&lt;LI&gt;Open a command prompt as an administrator and change the working directory to the Replicate bin directory. Then run:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Command 2:&lt;/STRONG&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;C:\Program Files\~\replicate\bin&amp;gt;RepUiCtl -d "F:\Program Files\Attunity\Replicate\data" masterukey set -p new_master_user_key​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;After Replicate is installed on all nodes, edit the ServiceConfiguration.xml file in the "data" folder : example&amp;nbsp; "F:\Program Files\Attunity\Replicate\data" and change the Https:// and Http:// entries to use the Cluster Client Access Point name (Server Name) or the Cluster IP address.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 2: Add the Qlik Replicate services (same as user guide)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Clusters/add_services.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;Step 2: Add the Qlik Replicate services&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 3: Define the dependencies for each service (same as user guide)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Clusters/define_dependencies_for_each_service.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;Step 3: Define the dependencies for each service&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you login to the Replicate console and register your license, you’re going to have a message error about endpoint server. Proceed to Step 4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 4: Correct the Endpoint Server issue.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Starting with the last node on which you installed Qlik Replicate.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp; From Cluster Manager, task the Attunity Replicate Server Service offline and Qlik UI server offline.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp; Rename the folder F:\Program Files\Attunity\Replicate\data\endpoint_srv\data to data_old&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Open a command prompt as an administrator and change the working directory to the Replicate endpoint_srv bin directory. &lt;BR /&gt;&lt;BR /&gt;Then run:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;&lt;STRONG style="font-family: inherit;"&gt;Command 3:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;LI-CODE lang="markup"&gt;C:\Program Files\~\endpoint_srv\bin&amp;gt;rependctl -d "F:\Program Files\Attunity\Replicate\data\endpoint_srv\data" masterukey set&lt;/LI-CODE&gt;*Notes that you can copy and paste in the new_master_user_key, from notepad / tool / edit / paste*&lt;BR /&gt;&lt;BR /&gt;It does not show the pasted new_master_user_key ,but just hit enter.&lt;BR /&gt;&lt;BR /&gt;And should get a message:&lt;BR /&gt;&lt;BR /&gt;The master user password has been changed. The change will only take effect after the service is restarted.&lt;BR /&gt;Status: 0 - Master user key successfully set&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;From Cluster Manager, move the cluster to Next Node.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat step 3 on&amp;nbsp;&lt;/SPAN&gt;all remaining Nodes.&lt;/LI&gt;
&lt;LI&gt;Once all nodes are complete with command 3, bring the qlik Replicate Services back online.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Fri, 04 Mar 2022 13:32:08 GMT</pubDate>
    <dc:creator>SwathiPulagam</dc:creator>
    <dc:date>2022-03-04T13:32:08Z</dc:date>
    <item>
      <title>Installing a Qlik Replicate Endpoint Server on a Windows Cluster</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Installing-a-Qlik-Replicate-Endpoint-Server-on-a-Windows-Cluster/ta-p/1899594</link>
      <description>&lt;P&gt;The currently published User's Guide for installing Qlik Replicate is incomplete. Below is a more complete installation guide for a Qlik Replicate&amp;nbsp;&lt;STRONG&gt;2021.5 &lt;/STRONG&gt;and &lt;STRONG&gt;2021.11 &lt;/STRONG&gt;installation.&lt;/P&gt;
&lt;P&gt;Documentation reference:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Clusters/install_replication_in_cluster.htm" target="_blank" rel="noopener"&gt;Step 1: Install Qlik Replicate in the cluster&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Replicate" id="qlikReplicate"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;2021.5 and 2021.11&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the Windows Cluster is already configured and the role is set up with a cluster disk (this is used for the Qlik Replicate data folder).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 1: Install Qlik Replicate in the cluster&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Run the Qlik Replicate setup wizard on the first node that is part of your cluster. Install Qlik Replicate program to a local folder. The default is:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Attunity\Replicate&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;In the setup wizard, specify a shared storage location for the "data" folder; for example:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;F:\Program Files\Attunity\Replicate\data&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;For more information, see &lt;STRONG&gt;Setting up Qlik Replicate on Windows&lt;/STRONG&gt; (page 36 in the user guide).&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Once the installation is complete on the first Node, stop the Attunity Replicate Server and Qlik UI server services from Windows service on the first node.&lt;/LI&gt;
&lt;LI&gt;Open a command prompt as an administrator and change the working directory to the Replicate bin directory. Then run the following two commands, where Command 1 should only be run on the first&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;On the Cluster node:&lt;/P&gt;
&lt;P&gt;Where: replicate_data_folder is the shared storage location of the Replicate data folder defined earlier (e.g. F:\Program Files\Attunity\Replicate\data), new_master_key is the new master key, and new_master_user_key is the new master user key.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;Command 1:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;repctl -d "replicate_data_folder" setmasterkey new_master_key master_key_scope=1&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Run Command 2:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;RepUiCtl -d "replicate_data_folder" masterukey set -p new_master_user_key&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\Program Files\~\replicate\bin&amp;gt;repctl -d "F:\Program Files\Attunity\Replicate\data" setmasterkey new_master_key master_key_scope=1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Now, from Windows Cluster Manager, move your cluster to the next cluster node and install Qlik Replicate as described in Steps 1-2&lt;/LI&gt;
&lt;LI&gt;Open a command prompt as an administrator and change the working directory to the Replicate bin directory. Then run:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Command 2:&lt;/STRONG&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;C:\Program Files\~\replicate\bin&amp;gt;RepUiCtl -d "F:\Program Files\Attunity\Replicate\data" masterukey set -p new_master_user_key​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;After Replicate is installed on all nodes, edit the ServiceConfiguration.xml file in the "data" folder : example&amp;nbsp; "F:\Program Files\Attunity\Replicate\data" and change the Https:// and Http:// entries to use the Cluster Client Access Point name (Server Name) or the Cluster IP address.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 2: Add the Qlik Replicate services (same as user guide)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Clusters/add_services.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;Step 2: Add the Qlik Replicate services&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 3: Define the dependencies for each service (same as user guide)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Clusters/define_dependencies_for_each_service.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;Step 3: Define the dependencies for each service&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you login to the Replicate console and register your license, you’re going to have a message error about endpoint server. Proceed to Step 4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Step 4: Correct the Endpoint Server issue.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Starting with the last node on which you installed Qlik Replicate.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp; From Cluster Manager, task the Attunity Replicate Server Service offline and Qlik UI server offline.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp; Rename the folder F:\Program Files\Attunity\Replicate\data\endpoint_srv\data to data_old&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Open a command prompt as an administrator and change the working directory to the Replicate endpoint_srv bin directory. &lt;BR /&gt;&lt;BR /&gt;Then run:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;&lt;STRONG style="font-family: inherit;"&gt;Command 3:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;LI-CODE lang="markup"&gt;C:\Program Files\~\endpoint_srv\bin&amp;gt;rependctl -d "F:\Program Files\Attunity\Replicate\data\endpoint_srv\data" masterukey set&lt;/LI-CODE&gt;*Notes that you can copy and paste in the new_master_user_key, from notepad / tool / edit / paste*&lt;BR /&gt;&lt;BR /&gt;It does not show the pasted new_master_user_key ,but just hit enter.&lt;BR /&gt;&lt;BR /&gt;And should get a message:&lt;BR /&gt;&lt;BR /&gt;The master user password has been changed. The change will only take effect after the service is restarted.&lt;BR /&gt;Status: 0 - Master user key successfully set&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;From Cluster Manager, move the cluster to Next Node.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat step 3 on&amp;nbsp;&lt;/SPAN&gt;all remaining Nodes.&lt;/LI&gt;
&lt;LI&gt;Once all nodes are complete with command 3, bring the qlik Replicate Services back online.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 04 Mar 2022 13:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Installing-a-Qlik-Replicate-Endpoint-Server-on-a-Windows-Cluster/ta-p/1899594</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-03-04T13:32:08Z</dc:date>
    </item>
  </channel>
</rss>

