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
The tarantella config command lists and configures global settings, and also server-specific settings for any SGD server in the array.
tarantella config list | edit
The following table shows the available subcommands for this command.
|
Note - All commands include a --help option. You can use tarantella config subcommand --help to get help on a specific command.
The following example lists server-specific attributes from the server newyork.indigo-insurance.com.
$ tarantella config list --server newyork.indigo-insurance.com
The following example sets the cpe-maxsessions attribute to 10 for the server where the command is run.
$ tarantella config edit --cpe-maxsessions 10
Edits global and server-specific attributes.
tarantella config edit { { --setting value... }... [ --array | --server serv... ] } | --file file
The following table shows the available options for this command.
|
If neither --array nor --server is specified, the command sets server-specific attributes for the SGD server where the command is run.
Use tarantella config list to see a list of settings you can change.
For detailed information on global attributes, see Appendix A, Global Settings and Caches.
For detailed information on server-specific attributes, see Appendix B, Secure Global Desktop Server Settings.
Some attribute settings are lists. When editing a list on the command line, it is best to enclose each item in the list in quotes, and separate each item with a space. For example:
$ tarantella config edit --tarantella-config-tpeconfig-logfilter \ "tpe/*/*" "pem/*/*"
Alternatively, you can put each item in the list on a separate line. For example:
$ tarantella config edit --tarantella-config-tpeconfig-logfilter \ "tpe/*/*" \ "tpe/*/*"
If you omit the quotes, you must use a backslash (\) to escape any characters, such as asterisks (*), to prevent your shell from expanding them.
On the command line, when you display attribute settings that are lists, the setting is shown as a comma-separated list. For example:
$ tarantella config list --tarantella-config-tpeconfig-logfilter tarantella-config-tpeconfig-logfilter: tpe/*/*,pem/*/*
The following example sets the cpe-exitafter attribute to 50 on SGD servers newyork.indigo-insurance.com and boston.indigo-insurance.com.
$ tarantella config edit --cpe-exitafter 50 \ --server newyork.indigo-insurance.com boston.indigo-insurance.com
The following example sets the cpe-maxsessions attribute to 10 for the server where the command is run.
$ tarantella config edit --cpe-maxsessions 10
Lists global and server-specific attributes and their current values.
tarantella config list { [ --setting... ] [ --server serv ] } | --file file
The following table shows the available options for this command.
|
For detailed information on global attributes, see Appendix A, Global Settings and Caches.
For detailed information on server-specific attributes, see Appendix B, Secure Global Desktop Server Settings.
The following example lists global attributes, and server-specific attributes for the server newyork.indigo-insurance.com.
$ tarantella config list --server newyork.indigo-insurance.com
The following example lists the value of the array-port-unencrypted attribute.
$ tarantella config list --array-port-unencrypted