Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
EE_
Contributor III
Contributor III

Clarification on Root Privileges Requirement for Starting/Stopping Qlik Replicate Services

Dear Support Team,

Following up on the discussion in the Qlik Community post (https://community.qlik.com/t5/Qlik-Replicate/After-Linux-Version-Upgrade-opt-attunity-replicate-bin/...), we would like to seek clarification regarding the permission requirements for managing Qlik Replicate services.

Specifically, we would like to confirm whether root privileges are strictly required to start or stop Qlik Replicate services on a Linux environment. This is a critical concern, as access to the root account is tightly governed in our client’s production environment.

If elevated privileges are indeed mandatory, could you kindly provide official documentation or guidance that outlines this requirement?

Thank you for your support and assistance.

Labels (1)
2 Replies
john_wang
Support
Support

Hello @EE_ ,

In general, root privileges are not required to operate the Qlik Replicate service on Linux. There are several options available:

  1. Use the designated service account to manage Replicate services. By default, this account is 'attunity'. For example:

    su - attunity

    systemctl stop areplicate

    john_wang_0-1750127111460.png

     

  2. If the service account does not have permission to run systemctl, you can use sudo as needed. For example:

    su - attunity

    sudo systemctl start areplicate

    You need input the 'attunity' account password.

    john_wang_1-1750127359534.png

Let me know if you need any additional assistance,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
EE_
Contributor III
Contributor III
Author

Hi @john_wang ,

Thank you for your response.
I tested using the "attunity" account, but it still prompts that the service must be stopped as root.
May I ask which configuration needs to be adjusted in this case?

EY__0-1750129389723.png

Thank you for your support and assistance.