cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Sisense Services Multi-node Linux

Wishaal
8 - Cloud Apps
8 - Cloud Apps

Hi,

What the best way to stop Sisense from running in a multi-Node environment? 

We actually want to stop all the EC's and Live connectors from building/accessing the databases.

On WindowsIcould easily stop this, but on Linux this is new for me.

Any help on this?

5 REPLIES 5

davidlin
8 - Cloud Apps
8 - Cloud Apps

Login your Sisense server as admin, select Data tab and then click three-dot icon of EC, you will be able to stop the EC.

Wishaal
8 - Cloud Apps
8 - Cloud Apps

Thanks, I already know this one.

Stopping per EC is going to take some time as we have a lot of them.

I need something to stop all the EC's and Live connectors from building/accessing the databases.

davidlin
8 - Cloud Apps
8 - Cloud Apps

You can turn off build pod in Sisense Linux server by following command.

kubectl -n sisense scale deployment build --replicas=0

 

You want to turn on it using

kubectl -n sisense scale deployment build --replicas=1

Thanks, but this is for single node only according to this article Linux-Supported CLI Commands for Sisense

 

"This is not recommended in multi-node deployments as some of the services have more than 1 replica. Sisense recommends you use the installer to update the load system."

davidlin
8 - Cloud Apps
8 - Cloud Apps

We had multi-node environment and it seems for build pod it only has one replica.