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
You use this command to give users specific roles, and to give them assigned applications that apply to that role.
tarantella role add_link | add_member | list | list_links | list | list_members | remove_link | remove_member
The following table shows the available subcommands for this command.
|
Note - All commands include a --help option. You can use tarantella role subcommand --help to get help on a specific command.
The following example lists all available roles.
$ tarantella role list
The following example adds a link for the application Indigo Time to the assigned applications of users occupying the Global Administrators role.
$ tarantella role add_link \ --role global \ --link "o=applications/cn=Indigo Time"
Adds assigned applications links for users occupying particular roles.
tarantella role add_link { --role rolename --link lobj... } | --file file
The following table shows the available options for this command.
|
Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".
The following example adds a link for the application Indigo Time to the assigned applications of users occupying the Global Administrators role.
$ tarantella role add_link \ --role global \ --link "o=applications/cn=Indigo Time"
Adds occupants to particular roles.
tarantella role add_member { --role rolename --member mobj... } | --file file
The following table shows the available options for this command.
|
Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".
The following example adds Sid Cerise to the Global Administrators role.
$ tarantella role add_member \ --role global \ --member "o=Indigo Insurance/ou=Finance/cn=Sid Cerise"
Lists and describes all available roles, including the name of the role object applicable to each role.
tarantella role list
Use the short name, for example “global”, with other tarantella role commands.
The following example lists all available roles.
$ tarantella role list
Lists the assigned applications links for occupants of particular roles. The name for each link is shown.
tarantella role list_links --role rolename | --file file
The following table shows the available options for this command.
|
Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".
The following example lists the assigned applications for occupants of the Global Administrators role.
$ tarantella role list_links --role global
Lists the occupants of particular roles. The name for each member is shown.
tarantella role list_members --role rolename | --file file
The following table shows the available options for this command.
|
Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".
The following example lists the names of all occupants of the Global Administrators role.
$ tarantella role list_members --role global
Removes assigned applications links for users occupying particular roles.
tarantella role remove_link { --role rolename --link lobj... } | --file file
The following table shows the available options for this command.
|
Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".
The following example removes the Write-o-Win application from the assigned applications of members of the Global Administrators role.
$ tarantella role remove_link \ --role global \ --link "o=applications/cn=Write-o-Win"
Removes occupants from particular roles.
tarantella role remove_member { --role rolename --member mobj... } | --file file
The following table shows the available options for this command.
|
Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".
The following example removes Sid Cerise from the Global Administrators role.
$ tarantella role remove_member \ --role global \ --member "o=Indigo Insurance/ou=Finance/cn=Sid Cerise"