Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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.