Starting a Single Server with a Service (Windows)

This topic describes how to install a service that can then be used to start a Single Server on a Windows OS.

The Single Server must be installed and working properly.

  1. From a Command Prompt, right-click and Run as Administrator. The command must be run from <Clarify_Server_Install_Directory>/utils/service/Windows.
  2. Assuming that the server has been installed to the default server location, type the following into the command window:.
    cd C:\Cleo\Clarify_5_Server\utils\service\Windows
  3. Run the InstallService.bat by typing the following in the command window:
    InstallService.bat ClarifyServer_Standard workspace
  4. Check the Service Install logs within the service/logs directory.
    The following logs are created: InstallServiceErr-<Node Name>.log, and InstallServiceOut-<Node Name>.log.
  5. From the Windows Task Manager, click the Services tab and locate the service (Clarify_Standard_Service).
  6. Right-click the service and start it.
    Note: Re-booting the machine also starts the service, if set to Automatic.
    Results:
    • Both the Clarify_Standard_Serviceand the ClarifyServer_Standard executable should start. To confirm check the Windows Task Manager/Processes tab.
    The Single Server is now running via a Windows service.