<?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: Qlik replicate service dead state in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043622#M5168</link>
    <description>&lt;P&gt;I made a small mistake in my previous comment&amp;nbsp;&lt;SPAN&gt;Rajeshwari,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;When the service is stopped, you'll get the same output as you did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@replicate2 ~]# systemctl stop areplicate
[root@replicate2 ~]# systemctl status areplicate
● areplicate.service - SYSV: Attunity Replicate service management
   Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)
   Active: inactive (dead) since Wed 2023-03-01 09:27:41 CET; 2s ago
     Docs: man:systemd-sysv-generator(8)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, after you start the service, you should be able to see it up and running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@replicate2 ~]# systemctl start areplicate
[root@replicate2 ~]# systemctl status areplicate
● areplicate.service - SYSV: Attunity Replicate service management
   Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)
   Active: active (running) since Wed 2023-03-01 09:28:02 CET; 2s ago
     Docs: man:systemd-sysv-generator(8)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this clarifies your inquiry!&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2023 08:44:00 GMT</pubDate>
    <dc:creator>MartinBurgos</dc:creator>
    <dc:date>2023-03-01T08:44:00Z</dc:date>
    <item>
      <title>Qlik replicate service dead state</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043573#M5162</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Qlik replicate service i.e.. areplicate&amp;nbsp; in dead state. I am not sure why it is going to this state.&lt;/P&gt;
&lt;P&gt;Below is the status received while checking status of service.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;● areplicate.service - SYSV: Attunity Replicate service management&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Active: inactive (dead)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Docs: man:systemd-sysv-generator(8)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help to understand and resolve the issue.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajeshwari&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 07:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043573#M5162</guid>
      <dc:creator>rchinthalapalli67</dc:creator>
      <dc:date>2023-03-01T07:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate service dead state</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043618#M5167</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Rajeshwari,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I was able to reproduce this on my end, even thought the service was running.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@replicate2 ~]# service areplicate status

running: /opt/attunity/replicate/bin/repctl -d /opt/attunity/replicate/data service start port=3550 rest_port=3552

[root@replicate2 ~]# systemctl status areplicate

● areplicate.service - SYSV: Attunity Replicate service management
   Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)
   Active: failed (Result: exit-code) since Tue 2023-01-10 09:15:44 CET; 1 months 19 days ago
     Docs: man:systemd-sysv-generator(8)
&lt;/LI-CODE&gt;
&lt;P&gt;After rebooting the linux box, everything was working as expected.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@replicate2 ~]# reboot now

[root@replicate2 ~]# systemctl status areplicate
● areplicate.service - SYSV: Attunity Replicate service management
   Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)
   Active: active (running) since Wed 2023-03-01 09:26:04 CET; 28s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 988 ExecStart=/etc/rc.d/init.d/areplicate start (code=exited, status=0/SUCCESS)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To avoid any issues, I'd encourage you to follow our public doc [1].&lt;/P&gt;
&lt;P&gt;Therefore, in this case, you should run:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/opt/attunity/replicate/bin/areplicate status&lt;/LI-CODE&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;service areplicate status&lt;/LI-CODE&gt;
&lt;P&gt;In both cases, I am assuming that you are running the commands as root.&lt;/P&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;
&lt;P&gt;[1] &lt;A href="https://help.qlik.com/en-US/replicate/November2022/Content/Replicate/Main/Installation/Server_Procedures.htm#Replicate%20server%20procedures" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2022/Content/Replicate/Main/Installation/Server_Procedures.htm#Replicate%20server%20procedures&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 08:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043618#M5167</guid>
      <dc:creator>MartinBurgos</dc:creator>
      <dc:date>2023-03-01T08:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate service dead state</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043622#M5168</link>
      <description>&lt;P&gt;I made a small mistake in my previous comment&amp;nbsp;&lt;SPAN&gt;Rajeshwari,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;When the service is stopped, you'll get the same output as you did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@replicate2 ~]# systemctl stop areplicate
[root@replicate2 ~]# systemctl status areplicate
● areplicate.service - SYSV: Attunity Replicate service management
   Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)
   Active: inactive (dead) since Wed 2023-03-01 09:27:41 CET; 2s ago
     Docs: man:systemd-sysv-generator(8)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, after you start the service, you should be able to see it up and running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@replicate2 ~]# systemctl start areplicate
[root@replicate2 ~]# systemctl status areplicate
● areplicate.service - SYSV: Attunity Replicate service management
   Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)
   Active: active (running) since Wed 2023-03-01 09:28:02 CET; 2s ago
     Docs: man:systemd-sysv-generator(8)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this clarifies your inquiry!&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 08:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043622#M5168</guid>
      <dc:creator>MartinBurgos</dc:creator>
      <dc:date>2023-03-01T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate service dead state</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043649#M5169</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to start the service but no luck, Getting same inactive message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are the command ran from my end (in my case have to run from "replicate" user).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; 325 systemctl status areplicate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;326 /opt/attunity/replicate/installation/bin/repctl.sh -d /opt/attunity/replicate/data service stop&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;327 systemctl status areplicate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;328 /opt/attunity/replicate/installation/bin/repctl.sh -d /opt/attunity/replicate/data service start port=3550 rest_port=355&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;329 systemctl status areplicate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;330 /opt/attunity/replicate/bin/areplicate status&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;331 history&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;[replicate@replicate-QLIK-dev-2 ~]$ systemctl status areplicate&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;● areplicate.service - SYSV: Attunity Replicate service management&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Loaded: loaded (/etc/rc.d/init.d/areplicate; generated)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Active: inactive (dead)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Docs: man:systemd-sysv-generator(8)&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 09:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2043649#M5169</guid>
      <dc:creator>rchinthalapalli67</dc:creator>
      <dc:date>2023-03-01T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate service dead state</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2044060#M5193</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/169518"&gt;@rchinthalapalli67&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.is this a new install and service can not start or exist and now having issue ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. what version of replicate are you running ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. did you try to run the service as root ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. check the ~\data\logs for any repcmd or repsrv log for more info.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 18:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2044060#M5193</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2023-03-01T18:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate service dead state</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2044064#M5194</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/169518"&gt;@rchinthalapalli67&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/117387"&gt;@Steve_Nguyen&lt;/a&gt;&amp;nbsp;, you need to try these commands as root user rather than "&lt;SPAN&gt;in my case have to run from "replicate" user".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;From the user guide:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2022/Content/Replicate/Main/Installation/Linux_Install_Upgrade_and_Uninstall.htm#Setting%20up%20Qlik%20Replicate%20on%20Linux" target="_blank" rel="noopener"&gt;All of the commands and examples in this section assume that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is being installed/upgraded/uninstalled as root.&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As mentioned before, we also recommend start/stop/status with the &lt;A href="https://help.qlik.com/en-US/replicate/November2022/Content/Replicate/Main/Installation/Server_Procedures.htm#Replicate%20server%20procedures" target="_blank" rel="noopener"&gt;below command&lt;/A&gt; rather than systemctl&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/opt/&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.CompanyLowerCase variable"&gt;attunity&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.ProductshortLowerCase_installLinux variable"&gt;replicate&lt;/SPAN&gt;&lt;SPAN&gt;/bin/&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.linux_service_name variable"&gt;areplicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;start&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kelly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 18:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2044064#M5194</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2023-03-01T18:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate service dead state</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2044265#M5202</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149534"&gt;@KellyHobson&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/117387"&gt;@Steve_Nguyen&lt;/a&gt;&amp;nbsp; Thanks for all your suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. From replicate user , I try to start service using below cmd&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;/opt/attunity/replicate/installation/bin/repctl.sh -d /opt/attunity/replicate/data service start port=3550 rest_port=3552&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-- it is working now.&lt;/P&gt;
&lt;P&gt;Issue with my end. &lt;EM&gt;System configurations are disabled &lt;/EM&gt;due to that when I used systemctl status cmd to check status of replicate service it is showing as inactive but in actual case it is running.&lt;/P&gt;
&lt;P&gt;2. When I use root user,&amp;nbsp; not worked for me. May be configurations are diffrent.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 07:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-service-dead-state/m-p/2044265#M5202</guid>
      <dc:creator>rchinthalapalli67</dc:creator>
      <dc:date>2023-03-02T07:07:40Z</dc:date>
    </item>
  </channel>
</rss>

