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
Use the tarantella tscal command to manage Microsoft Windows Terminal Services CALs for non-Windows clients.
tarantella tscal free | list | return
The following table shows the available subcommands for this command.
|
Note - All commands include the --help option. You can use tarantella tscal subcommand --help to get help on a specific command.
The following example lists the Terminal Services CALs currently reserved for non-Windows clients.
$ tarantella tscal list
Use the tarantella tscal free command to free a Microsoft Windows Terminal Services CAL so that it can be used by another non-Windows client.
tarantella tscal free [ --inuseby user | --calid id ]
You can only free a CAL if the user has no application sessions that use Windows Terminal Services.
Note - Freed CALs are not returned to the Windows license server.
Normally, you do not need to run this command, as SGD automatically frees a CAL as soon as a user exits their last Windows application. However, if an SGD server is removed from an array or it loses contact with the array, it might still be listed as using CALs. In this situation, you can run this command to free a CAL.
If you do not use any arguments, the command frees all CALs that have no application sessions that use Windows Terminal Services.
If you run this command on a secondary server in a SGD array and the primary server is unavailable, the CAL information might not be completely accurate. This is because the primary server is responsible for updating all SGD servers in the array with changes to CAL information. The command warns you if the primary is unavailable.
The following table shows the available options for this command.
|
The following example frees the CALs for Elizabeth Blue.
$ tarantella tscal free \ --inuseby "o=Indigo Insurance/ou=Sales/cn=Elizabeth Blue"
Use the tarantella tscal list command to list the Microsoft Windows Terminal Services CALs currently reserved for use by non-Windows clients.
tarantella tscal list [ --inuseby user | --inuse | --free ] [ --type name ] [ --format text|xml ]
If you do not use any arguments, the command lists all CALs and shows whether or not they are in use.
If you run this command on a secondary server in an SGD array and the primary server is unavailable, the list might not be completely accurate. This is because the primary server is responsible for updating all SGD servers in the array with changes to CAL information. The command warns you if the primary is unavailable.
The following table shows the available options for this command.
|
The following example lists the CALs for non-Windows clients that are currently not in use.
$ tarantella tscal list --free
Use the tarantella tscal return command to return all free Microsoft Windows Terminal Services CALs to the Windows license server.
tarantella tscal return --free
Note - The Windows license server might not reissue the returned CALs until approximately 90 days have elapsed since they were last in use.
Use the tarantella tscal free command to free a CAL so that it can be
returned.
Normally, you do not need to run this command, as SGD automatically returns a CAL if it has not been used for 90 days. However, if an SGD server is removed from an array, you can use this command to manually return the CALs.
The following table shows the available options for this command.
|
The following example returns all free CALs to the Windows license server.
$ tarantella tscal return --free