Forum Discussion

Wishaal's avatar
Wishaal
Cloud Apps
01-30-2023

Stop Sisense Services Multi-node Linux

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

Replies have been turned off for this discussion
  • 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.

  • 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.

  • 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

    • Wishaal's avatar
      Wishaal
      Cloud Apps

      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."

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