Stop InfoArchive Connector

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

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

    • On machines that use systemd:

      systemctl stop infoarchiveconnector

    • On machines that use system V:

      service infoarchiveconnector stop

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