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 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
This command manipulates the token cache used for logging in with an authentication token. SGD Administrators can list and delete entries in the token cache.
tarantella tokencache delete | list
The following table shows the available subcommands for this command.
|
Note - All commands include a --help option. You can use tarantella tokencache command --help to get help on a specific command.
The following example deletes all entries in the token cache.
$ tarantella tokencache delete --all
The following example lists all entries in the token cache and the time the tokens were created.
$ tarantella tokencache list --creationtime
Deletes entries in the token cache. The token cache is used for logging in with an authentication token.
tarantella tokencache delete { [ --username username | --all ] [ --format text | xml ] } | --file file
The following table shows the available options for this command.
|
The following example deletes all entries in the token cache.
$ tarantella tokencache delete --all
Lists the contents of the token cache. The token cache is used for logging in with an authentication token.
tarantella tokencache list [ --creationtime ] [ --format text | xml ]
The following table shows the available options for this command.
|
The following example lists all entries in the token cache and the time the tokens were created.
$ tarantella tokencache list --creationtime