The tarantella restart command

Syntax

tarantella restart [ --warm | --force | --kill ] [ --quiet ]

Description

Stops and then restarts Tarantella services on the host, prompting if users are currently connected.

This command does not restart the Tarantella Web Server or Tarantella web services. Use the tarantella webserver restart command to restart these services.

Note If your array uses named user licensing, a restart or a warm restart will preserve the list of users who are using Tarantella licenses.

Option Description
--quiet Does not prompt: stops Tarantella services even if users are connected.
--warm Tries a "warm restart" of the Tarantella server, which restarts the JServer component without affecting other components.

This has no effect on webtop or emulator sessions.

Only use this option if no users can log in to Tarantella or launch applications and no specific reason is found.

--force Tries harder to stop Tarantella services.
--kill Kills the process IDs used by Tarantella services.

Only use this option if you are having difficulty stopping the Tarantella server by other means.

Only root can use this option.

Stopping Tarantella services causes all emulator sessions (including suspended emulator sessions) to be terminated.

Examples

tarantella restart --quiet

Stops and then restarts Tarantella services without displaying a confirmation message if users are currently connected.

Related topics
  • The tarantella stop command
  • The tarantella start command