The tarantella object command enables you to create, list, edit, and delete objects in the organizational hierarchy. You can also add and remove assigned applications links, configure application server load balancing for each application, and add and remove group members.
tarantella object add_host | add_link | add_mapping | add_member | delete | edit | list_attributes | list_contents | new_3270app | new_5250app | new_charapp | new_container | new_dc | new_doc | new_dynamicapp | new_group | new_host | new_org | new_orgunit | new_person | new_windowsapp | new_xapp | remove_host | remove_link | remove_mapping | remove_member | rename | script
The following table shows the available subcommands for this command.
Subcommand | Description | More Information |
---|---|---|
add_host | Adds application servers to the list of those that can run an application. | |
add_link | Adds assigned applications links. | |
add_mapping | Adds mappings to a dynamic application. | |
add_member | Adds members to a group. | |
delete | Permanently deletes objects from the organizational hierarchy. | |
edit | Edits attributes for an object. | |
list_attributes | Lists attributes of an object. | |
list_contents | Lists the contents of an OU or an organization. | |
new_3270app | Creates 3270 application objects. | |
new_5250app | Creates 5250 application objects. | |
new_charapp | Creates character application objects. | |
new_container | Creates Active Directory container objects. | |
new_dc | Creates domain component objects. | |
new_doc | Creates document objects. | |
new_dynamicapp | Creates dynamic application objects. | |
new_group | Creates group objects. | |
new_host | Creates application server objects. | |
new_org | Creates organization objects. | |
new_orgunit | Creates organizational unit objects. | |
new_person | Creates user profile objects. | |
new_windowsapp | Creates Windows application objects. | |
new_xapp | Creates X application objects. | |
remove_host | Removes application servers from those that can run an application. | |
remove_link | Removes assigned applications links. | |
remove_mapping | Removes mappings for a dynamic application. | |
remove_member | Removes members from groups. | |
rename | Renames or moves an object. | |
script | Runs a batch script of object commands. |
All commands include a
--help
option. You can use
tarantella object subcommand
--help
to get help on a specific
command.
The following example lists the objects that belong to the organizational unit Sales.
$ tarantella object list_contents \ --name "o=Example/ou=Sales"