Stop Lithium Connector

You can stop Lithium Connector by using one of the following procedures.

To stop Lithium Connector

  • Send the Stop service action to the service port.

    http://host:ServicePort/action=Stop

    where:

    host is the host name or IP address of the machine where Lithium Connector is installed.
    ServicePort is the Lithium Connector service port (specified in the [Service] section of the configuration file).
  • On Windows, if Lithium Connector is running as a service, stop Lithium Connector from the Windows Services dialog box.
  • On Linux, if Lithium Connector is running as a service, use one of the following commands:

    • On machines that use systemd:

      systemctl stop lithiumconnector

    • On machines that use system V:

      service lithiumconnector stop

  • On Linux, if you started Lithium Connector with the script start-lithiumconnector.sh, run the script stop-lithiumconnector.sh which is provided in the installation directory.