Starting and stopping the Community server

Follow the below process to start and stop the Sametime Community server on Windows and Linux.

About this task

Windows

Use the associated Domino service in the services panel. It will start and stop all Sametime Community processes.

Linux

You must enter the following commands in the command line to stop and start the Community Server.

  • You must run these commands under the notes user.
  • Change directories to the /local/notesdata directory (or where the Domino server's notes.ini file resides).
  • To Start community - . /ststart
    Note: This command starts in the foreground.
  • To start Community in background - ./ststart background
    Note: This command starts in the foreground.
  • To Stop Community - ./ststart stop
  • To Restart Community - ./ststart restart
  • To get Status - ./ststart status