Secure Global Desktop 4.31 管理者ガイド
> コマンド
> tarantella object add_member コマンド
tarantella object add_member { --name obj... --member mobj... } | --file file
オブジェクトをグループに追加します。
引数 | 説明 |
---|---|
--name obj... |
メンバーを追加するグループオブジェクトの TFN 名を指定します。 |
--member mobj... |
グループに追加するオブジェクトの TFN 名を指定します。 |
--file file |
グループのメンバーを追加する一式のコマンドを格納したバッチファイルを指定します。 |
注 オブジェクト名に空白文字が含まれている場合は、二重引用符 (") か一重引用符 (') で囲む必要があります (たとえば、".../_ens/o=Indigo Insurance")。
tarantella object add_member \ --name ".../_ens/o=Indigo Insurance/cn=Applications" \ --member ".../_ens/o=Indigo Insurance/cn=Write-o-Win"
アプリケーション Write-o-Win をグループ Applications に追加します。
tarantella object add_member \ --name ".../_ens/o=Indigo Insurance/cn=WinHosts" \ --member ".../_ens/o=Indigo Insurance/ou=Sales/cn=rome" \ ".../_ens/o=Indigo Insurance/cn=brussels" \ ".../_ens/o=Indigo Insurance/ou=Marketing/cn=berlin"
3 つのホストオブジェクト rome、brussels、および berlin を、グループ WinHosts に追加します。コマンド行で tarantella object add_host
を実行して、このグループをアプリケーションの「Hosts」タブ に追加することにより、ホスト間のアプリケーションサーバーの負荷分散を実行できます。
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.