Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Commands > The tarantella object add_member command

The tarantella object add_member command

Syntax

Skip past command syntax or program codetarantella object add_member { --name obj...
                               --member mobj...
                             } | --file file

Description

Adds objects to groups.

Argument Description
--name obj... Specifies the TFN names of group objects you want to add members for.
--member mobj... Specifies the TFN names of objects you want to add to the groups.
--file file Specifies a file containing a batch of commands to add group members.

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

Examples

Skip past command syntax or program codetarantella object add_member \
  --name ".../_ens/o=Indigo Insurance/cn=Applications" \
  --member ".../_ens/o=Indigo Insurance/cn=Write-o-Win"

Adds the Write-o-Win application to the group Applications.

Skip past command syntax or program codetarantella 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"

Adds the three host objects rome, brussels and berlin to the group WinHosts. This group might be added to an application's Hosts tab (from the command line: tarantella object add_host) to perform application server load balancing between the hosts.

Related topics