Exit Print View

Oracle Secure Global Desktop Administration Guide for Version 4.6

Document Information

Preface

1.  Networking and Security

2.  User Authentication

3.  Publishing Applications to Users

4.  Configuring Applications

5.  Client Device Support

6.  SGD Client and Webtop

7.  SGD Servers, Arrays, and Load Balancing

A.  Global Settings and Caches

B.  Secure Global Desktop Server Settings

C.  User Profiles, Applications, and Application Servers

D.  Commands

The tarantella Command

Syntax

Description

Examples

The tarantella archive Command

Syntax

Description

Examples

The tarantella array Command

Syntax

Description

Examples

tarantella array add_backup_primary

tarantella array clean

tarantella array detach

tarantella array edit_backup_primary

tarantella array join

tarantella array list

tarantella array list_backup_primaries

tarantella array make_primary

tarantella array remove_backup_primary

The tarantella cache Command

Syntax

Description

Examples

The tarantella config Command

Syntax

Description

Examples

tarantella config edit

tarantella config list

The tarantella emulatorsession Command

Syntax

Description

Examples

tarantella emulatorsession list

tarantella emulatorsession info

tarantella emulatorsession shadow

tarantella emulatorsession suspend

tarantella emulatorsession end

The tarantella help Command

Syntax

Description

Examples

The tarantella object Command

Syntax

Description

Examples

tarantella object add_host

tarantella object add_link

tarantella object add_mapping

tarantella object add_member

tarantella object delete

tarantella object edit

tarantella object list_attributes

tarantella object list_contents

tarantella object new_3270app

tarantella object new_5250app

tarantella object new_charapp

tarantella object new_container

tarantella object new_dc

tarantella object new_doc

tarantella object new_dynamicapp

tarantella object new_group

tarantella object new_host

tarantella object new_org

tarantella object new_orgunit

tarantella object new_person

tarantella object new_windowsapp

tarantella object new_xapp

tarantella object remove_host

tarantella object remove_link

tarantella object remove_mapping

tarantella object remove_member

tarantella object rename

tarantella object script

The tarantella passcache Command

Syntax

Description

Examples

tarantella passcache delete

tarantella passcache edit

tarantella passcache list

tarantella passcache new

The tarantella print Command

Syntax

Description

Examples

tarantella print cancel

tarantella print list

tarantella print move

tarantella print pause

tarantella print resume

tarantella print start

tarantella print status

tarantella print stop

The tarantella query Command

Syntax

Description

Examples

tarantella query audit

tarantella query billing

tarantella query errlog

tarantella query uptime

The tarantella restart Command

Syntax

Description

Examples

tarantella restart sgd

tarantella restart webserver

The tarantella role Command

Syntax

Description

Examples

tarantella role add_link

tarantella role add_member

tarantella role list

tarantella role list_links

tarantella role list_members

tarantella role remove_link

tarantella role remove_member

The tarantella security Command

Syntax

Description

Examples

tarantella security certinfo

tarantella security certrequest

tarantella security certuse

tarantella security customca

tarantella security decryptkey

tarantella security disable

tarantella security enable

tarantella security fingerprint

tarantella security peerca

tarantella security selfsign

tarantella security start

tarantella security stop

The tarantella service Command

Syntax

Description

Examples

tarantella service delete

tarantella service edit

tarantella service list

tarantella service new

The tarantella setup Command

Syntax

Description

Examples

The tarantella start Command

Syntax

Description

Examples

tarantella start cdm

tarantella start sgd

tarantella start webserver

The tarantella status Command

Syntax

Description

Examples

The tarantella stop Command

Syntax

Description

Examples

tarantella stop cdm

tarantella stop sgd

tarantella stop webserver

The tarantella tokencache Command

Syntax

Description

Examples

tarantella tokencache delete

tarantella tokencache list

The tarantella tscal Command

Syntax

Description

Examples

tarantella tscal free

tarantella tscal list

tarantella tscal return

The tarantella uninstall Command

Syntax

Description

Examples

The tarantella version Command

Syntax

Description

Examples

The tarantella webserver Command

Syntax

Description

Examples

tarantella webserver add_trusted_user

tarantella webserver delete_trusted_user

tarantella webserver list_trusted_users

The tarantella webtopsession Command

Syntax

Description

Examples

tarantella webtopsession list

tarantella webtopsession logout

E.  Login Scripts

F.  Third-Party Legal Notices

Glossary

Index

The tarantella role Command

You use this command to give users specific roles, and to give them assigned applications that apply to that role.

Syntax

tarantella role add_link | add_member | list | list_links | list |
list_members | remove_link | remove_member

Description

The following table shows the available subcommands for this command.

Subcommand
Description
More Information
add_link
Adds assigned applications links for occupants of particular roles.
add_member
Adds occupants to particular roles.
list
Lists and describes all available roles.
list_links
Lists the assigned applications links for occupants of particular roles.
list_members
Lists the occupants of particular roles.
remove_link
Removes assigned applications links for users occupying particular roles.
remove_member
Removes occupants from particular roles.

Note - All commands include a --help option. You can use tarantella role subcommand --help to get help on a specific command.


Examples

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"

tarantella role add_link

Adds assigned applications links for users occupying particular roles.

Syntax
tarantella role add_link { --role rolename
                           --link lobj...
                         } | --file file
Description

The following table shows the available options for this command.

Option
Description
--role
Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--link
Specifies the names of objects to add to the assigned applications of users occupying the role, for example, o=applications/cn=Indigo Time.
--file
Specifies a file containing a batch of commands to add assigned applications links for users with a particular role.

Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".


Examples

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"

tarantella role add_member

Adds occupants to particular roles.

Syntax
tarantella role add_member { --role rolename
                             --member mobj...
                           } | --file file
Description

The following table shows the available options for this command.

Option
Description
--role
Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--member
Specifies the names of user profile objects or profile objects for the users you want to occupy the role.
--file
Specifies a file containing a batch of commands to add occupants to particular roles.

Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".


Examples

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"

tarantella role list

Lists and describes all available roles, including the name of the role object applicable to each role.

Syntax
tarantella role list
Description

Use the short name, for example “global”, with other tarantella role commands.

Examples

The following example lists all available roles.

$ tarantella role list

tarantella role list_links

Lists the assigned applications links for occupants of particular roles. The name for each link is shown.

Syntax
tarantella role list_links --role rolename | --file file
Description

The following table shows the available options for this command.

Option
Description
--role
Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--file
Specifies a file containing a batch of commands to list the assigned applications for role occupants.

Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".


Examples

The following example lists the assigned applications for occupants of the Global Administrators role.

$ tarantella role list_links --role global

tarantella role list_members

Lists the occupants of particular roles. The name for each member is shown.

Syntax
tarantella role list_members --role rolename | --file file
Description

The following table shows the available options for this command.

Option
Description
--role
Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--file
Specifies a file containing a batch of commands to list the occupants of a particular role.

Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".


Examples

The following example lists the names of all occupants of the Global Administrators role.

$ tarantella role list_members --role global

tarantella role remove_link

Removes assigned applications links for users occupying particular roles.

Syntax
tarantella role remove_link { --role rolename
                              --link lobj...
                            } | --file file
Description

The following table shows the available options for this command.

Option
Description
--role
Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--link
Specifies the names of assigned applications links to remove for users occupying the role. For example, o=applications/cn=Indigo Time.
--file
Specifies a file containing a batch of commands to remove assigned applications links of users with a particular role.

Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".


Examples

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"

tarantella role remove_member

Removes occupants from particular roles.

Syntax
tarantella role remove_member { --role rolename
                                --member mobj...
                              } | --file file
Description

The following table shows the available options for this command.

Option
Description
--role
Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--member
Specifies the names of objects for the users you do not want to occupy the role.
--file
Specifies a file containing a batch of commands to remove occupants from a particular role.

Note - Make sure you quote any object names containing spaces, for example, "o=Indigo Insurance".


Examples

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"