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
Starts SGD services on the host.
tarantella start [ --http | --https ] [ --servlet ]
tarantella start cdm | sgd | webserver [ --http | --https ] [ --servlet ]
If no subcommands are specified, this command starts both the SGD server and the SGD web server.
The following table shows the available options for this command.
|
The following table shows the available subcommands for this command.
|
Note - All commands include a --help option. You can use tarantella start subcommand --help to get help on a specific command.
The following example starts the SGD server and HTTPS services on the SGD web server.
# tarantella start --https
Starts only the UNIX platform client drive mapping (CDM) services on the SGD server.
tarantella start cdm
Starts UNIX platform CDM services on the SGD server where the command is run.
The following example starts UNIX platform CDM services on the SGD server.
# tarantella start cdm
Starts only the SGD server.
tarantella start sgd
Starts the SGD server.
The following example starts the SGD server.
# tarantella start sgd
Starts only the SGD web server.
tarantella start webserver [ --http | --https ] [ --servlet ]
If you do not use any command options, the command starts the SGD web server in both HTTP and HTTPS mode, providing valid SSL certificates are present on the host. If valid SSL certificates are not present, the command starts the SGD web server in HTTP mode only.
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 starts Apache and Tomcat.
# tarantella start webserver