Skip past navigation linksSecure Global Desktop Administration Guide > Commands > The tarantella stop command

The tarantella stop command

Syntax

Skip past command syntax or program codetarantella stop [ --force | --kill ] [ --quiet ] 

Description

Stops Secure Global Desktop services on the host, prompting if users are currently connected. This includes Secure Global Desktop printing services.

This command does not stop the Secure Global Desktop Web Server or Secure Global Desktop web services. Use the tarantella webserver stop command to stop these services.

Note You should never use the UNIX kill command to stop Secure Global Desktop services.

Option Description
--quiet Does not prompt: stops Secure Global Desktop services even if users are connected.
--force Tries harder to stop Secure Global Desktop services.
--kill Kills the process IDs used by Secure Global Desktop services. Only use this option if you are having difficulty stopping the Secure Global Desktop server by other means.

Stopping Secure Global Desktop services causes all emulator sessions (including suspended emulator sessions) to be terminated.

Examples

Skip past command syntax or program codetarantella stop --quiet

Stops Secure Global Desktop services without displaying a confirmation message if users are currently connected.

Related topics