Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vibhuadmin
Contributor III
Contributor III

qlik sense silent installation - multinode

Hi, 

I am able to install Qlik Sense in silent mode using Powershell for single node environment. I would like to know how to do same using cluster environment.

 

1 Solution

Accepted Solutions
Bastien_Laugiero

Hello, 

So it is basically a two step process

  • Install Qlik Sense rim node silently

https://help.qlik.com/en-US/sense-admin/February2021/Subsystems/DeployAdministerQSE/Content/Sense_De...

You need to use the parameter JoinCluster instead of CreateCluster

  • Add the rim to the platform

This can be done using the Qlik-Cli. Here is a code sample created by @Levi_Turner that should help https://gist.github.com/levi-turner/6edf4860d9c7b1c8729fbaeae295a0db

Hope this helps!

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.

View solution in original post

1 Reply
Bastien_Laugiero

Hello, 

So it is basically a two step process

  • Install Qlik Sense rim node silently

https://help.qlik.com/en-US/sense-admin/February2021/Subsystems/DeployAdministerQSE/Content/Sense_De...

You need to use the parameter JoinCluster instead of CreateCluster

  • Add the rim to the platform

This can be done using the Qlik-Cli. Here is a code sample created by @Levi_Turner that should help https://gist.github.com/levi-turner/6edf4860d9c7b1c8729fbaeae295a0db

Hope this helps!

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.