Starting/stopping WSO2 EI Analytics

The procedure to start this component is quite similar to the WSO2 IE one; we just need to follow these steps:

  1. From Command Prompt (Windows) or shell (Linux), go to the <EI_HOME>/wso2/analytics/bin directory.
  2. Type the following command:
    • On Linux or macOS: sh integrator.sh
    • On Windows: integrator.bat --run
  1. You will see a log that the boot up is generating. The server will start up when you see a message log as illustrated:
      WSO2 Carbon started in X sec 
  1. We will also see a URL to access the WSO2 EI console in a message, as follows:
      Mgt Console URL  : https://<EI HOST>:port/carbon/

The same considerations for accessing WOS2 EI Management Console are valid here. The port, in this case, is offset by 1, so we will browse to https://localhost:9444/carbon. Take a look at the following screenshot:

WSO2 EI Analytics Home

WSO2 EI Analytics can be shut down/restarted using the console. We find these options in the Main tab by clicking on the Shutdown/Restart option. We also can shut down the product this way:

  • On Windows: Using CTRL+C in the command window
  • On Linux/macOS: Using shwso2server.sh stop from the <EI_HOME>/wso2/analytics/bin directory