3. Publishing Applications to Users
7. SGD Servers, Arrays, and Load Balancing
B. Secure Global Desktop Server Settings
C. User Profiles, Applications, and Application Servers
The tarantella archive Command
tarantella array add_backup_primary
tarantella array edit_backup_primary
tarantella array list_backup_primaries
tarantella array remove_backup_primary
The tarantella emulatorsession Command
tarantella emulatorsession list
tarantella emulatorsession info
tarantella emulatorsession shadow
tarantella emulatorsession suspend
tarantella emulatorsession end
tarantella object list_attributes
tarantella object list_contents
tarantella object new_container
tarantella object new_dynamicapp
tarantella object new_windowsapp
tarantella object remove_mapping
tarantella object remove_member
The tarantella passcache Command
The tarantella restart Command
The tarantella security Command
tarantella security certrequest
tarantella security decryptkey
tarantella security fingerprint
The tarantella service Command
The tarantella tokencache Command
The tarantella uninstall Command
The tarantella version Command
The tarantella webserver Command
tarantella webserver add_trusted_user
tarantella webserver delete_trusted_user
tarantella webserver list_trusted_users
The tarantella webtopsession Command
Stops SGD services on the SGD host, prompting if users are currently connected.
tarantella stop [ --force | --kill ] [ --quiet ] [ --http | --https ] [ --servlet ]
tarantella stop cdm
tarantella stop sgd [ --force | --kill ] [ --quiet ]
tarantella stop webserver [ --http | --https ] [ --servlet ]
If no subcommands are specified, this command stops both the SGD server and the SGD web server.
![]() | Caution - Never use the UNIX platform kill command to stop SGD services. |
The following table shows the available options for this command.
|
Stopping an SGD server causes all user sessions and application sessions, including suspended application sessions, to be terminated.
The following table shows the available subcommands for this command.
|
Note - All commands include a --help option. You can use tarantella stop subcommand --help to get help on a specific command.
The following example stops the SGD server and the SGD web server, without displaying a confirmation message if users are currently connected.
# tarantella stop --quiet
Stops only the UNIX platform CDM services on the SGD server.
tarantella stop cdm
Stops UNIX platform CDM services on the SGD server where the command is run.
The following example stops UNIX platform CDM services on the SGD server.
# tarantella stop cdm
Stops SGD services on the SGD server.
tarantella stop sgd [ --force | --kill ] [ --quiet ]
Stops only the SGD server.
The following table shows the available options for this command.
|
The following example stops the SGD server.
# tarantella stop sgd
Stops only the SGD web server.
tarantella stop webserver [ --http | --https ] [ --servlet ]
If you do not use any command options, the command stops both the SGD web server and Tomcat services on the SGD host.
The following table shows the available options for this command.
|
Note - If you restart both Apache and Tomcat using separate subsequent commands, you must restart Tomcat first.
The following example stops Apache and Tomcat.
# tarantella stop webserver