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

The tarantella object add_host command

Syntax

Skip past command syntax or program codetarantella object add_host { --name obj...
                             --host hobj...
                           } | --file file

Description

Adds hosts to the list of those that can run an application, for application server load balancing.

Argument Description
--name obj... Specifies the TFN names of application objects you want to configure load balancing for.
--host hobj... Specifies the TFN names of objects you want to add to the load balancing pool.
--file file Specifies a file containing a batch of commands to configure application server load balancing.

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_host \
  --name ".../_ens/o=Indigo Insurance/cn=Slide-o-Win" \
  --host ".../_ens/o=Indigo Insurance/ou=Sales/cn=rome"

Adds the host rome to the load balancing pool for the application Slide-o-Win.

Skip past command syntax or program codetarantella object add_host \
  --name ".../_ens/o=Indigo Insurance/cn=Write-o-Win" \
         ".../_ens/o=Indigo Insurance/cn=Slide-o-Win" \
  --host ".../_ens/o=Indigo Insurance/cn=WinHosts"

Adds the group WinHosts to the load balancing pool for the applications Write-o-Win and Slide-o-Win. Load balancing is performed across all the hosts in WinHosts.

Related topics