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 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 and then restarts services on the SGD server, prompting if users are currently connected.
tarantella restart [ --warm | --force | --kill ] [ --quiet ] [ --http | --https ] [ --servlet ]
tarantella restart sgd [ --warm | --force | --kill ] [ --quiet ]
tarantella restart webserver [ --http | --https ] [ --servlet ]
If no subcommands are specified, this command restarts 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 restart subcommand --help to get help on a specific command.
The following example restarts the SGD server and the SGD web server in HTTP mode. SGD does not display a confirmation message if users are currently connected.
# tarantella restart --quiet --http
Stops and restarts only the SGD server.
tarantella restart sgd [ --warm | --force | --kill ] [ --quiet ]
Stops and restarts the SGD server.
The following table shows the available options for this command.
|
The following example restarts the SGD server, without displaying a confirmation message if users are currently connected.
# tarantella restart sgd --quiet
Stops and restarts only the SGD web server.
tarantella restart webserver [ --http | --https ] [ --servlet ]
If you do not use any command options, the command restarts both the SGD web server (Apache), and Java Servlet extension and JSP technology services (Tomcat).
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 restarts Apache and Tomcat.
# tarantella restart webserver