Stop Query Manipulation Server

You can stop Query Manipulation Server by using one of the following procedures.

To stop Query Manipulation Server

  • 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 Query Manipulation Server is installed.
    ServicePort is the Query Manipulation Server service port (specified in the [Service] section of the configuration file).
  • On Windows, if Query Manipulation Server is running as a service, stop Query Manipulation Server from the Windows Services dialog box.
  • On Linux, if Query Manipulation Server is running as a service, use one of the following commands:

    • On machines that use systemd:

      systemctl stop qms

    • On machines that use system V:

      service qms stop

  • On Linux, if you started Query Manipulation Server with the script start-qms.sh, run the script stop-qms.sh which is provided in the installation directory.