tarantella object コマンドを使用すると、組織階層内のオブジェクトを作成、一覧表示、編集、および削除することができます。また、割り当て済みのアプリケーションのリンクを追加および削除すること、各アプリケーション用のアプリケーションサーバーの負荷分散を設定すること、および、グループのメンバーを追加および削除することができます。
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
次の表は、このコマンドで使用可能なサブコマンドを示しています。
サブコマンド | 説明 | 詳細情報 |
---|---|---|
add_host | アプリケーションを実行できるホストのリストに、アプリケーションサーバーを追加します。 | |
add_link | 割り当て済みアプリケーションのリンクを追加します。 | |
add_mapping | 動的アプリケーションにマッピングを追加します。 | |
add_member | グループにメンバーを追加します。 | |
delete | 組織階層からオブジェクトを永久に削除します。 | |
edit | オブジェクトの属性を編集します。 | |
list_attributes | オブジェクトの属性を表示します。 | |
list_contents | 組織単位または組織のコンテンツを表示します。 | |
new_3270app | 3270 アプリケーションオブジェクトを作成します。 | |
new_5250app | 5250 アプリケーションオブジェクトを作成します。 | |
new_charapp | 文字型アプリケーションオブジェクトを作成します。 | |
new_container | Active Directory コンテナオブジェクトを作成します。 | |
new_dc | ドメインコンポーネントオブジェクトを作成します。 | |
new_doc | ドキュメントオブジェクトを作成します。 | |
new_dynamicapp | 動的アプリケーションオブジェクトを作成します。 | |
new_group | グループオブジェクトを作成します。 | |
new_host | アプリケーションサーバーオブジェクトを作成します。 | |
new_org | 組織オブジェクトを作成します。 | |
new_orgunit | 組織単位オブジェクトを作成します。 | |
new_person | ユーザープロファイルオブジェクトを作成します。 | |
new_windowsapp | Windows アプリケーションオブジェクトを作成します。 | |
new_xapp | X アプリケーションオブジェクトを作成します。 | |
remove_host | アプリケーションを実行できるアプリケーションサーバーから、アプリケーションサーバーを削除します。 | |
remove_link | 割り当て済みアプリケーションのリンクを削除します。 | |
remove_mapping | 動的アプリケーションのマッピングを削除します。 | |
remove_member | グループからメンバーを削除します。 | |
rename | オブジェクトの名前を変更するか、オブジェクトを移動します。 | |
script | オブジェクトコマンドのバッチスクリプトを実行します。 |
すべてのコマンドに --help
オプションが含まれています。tarantella object subcommand
--help
を使用すると、特定のコマンドに関するヘルプを取得できます。
次の例では、組織単位 Sales に属するオブジェクトをすべて表示します。
$ tarantella object list_contents \ --name "o=例/ou=Sales"