To Stop the Service or Daemon

Windows. Use the Windows Services Control Panel to stop the service. See the topic Services Control Panel for more information.

UNIX. Kill the server process. (See ps and kill for an example.) The daemon automatically creates a file (statisticsd.pid) that contains the process ID for the daemon. You can use this file in conjunction with the kill command by running the following from the config subdirectory of the installation directory or the config_<group_name> for another instance of the server software:

kill -9 `cat statisticsd.pid`

Platform independent. Use the administration application (IBM® SPSS® Statistics Administration Console, which is installed as part of IBM SPSS Deployment Manager). See the topic Controlling the IBM SPSS Statistics Server in the Deployment Manager User's Guide (included in the help for IBM SPSS Collaboration and Deployment Services) for more information.