Secure Global Desktop Administration Guide > Commands > The tarantella object remove_host command

The tarantella object remove_host command

Syntax

tarantella object remove_host { --name obj...
                                --host hobj...
                              } | --file file

Description

Removes hosts from 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 remove from 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

tarantella object remove_host \
  --name ".../_ens/o=Indigo Insurance/cn=Slide-o-Win" \
  --host ".../_ens/o=Indigo Insurance/ou=Sales/cn=rome"

Removes the host rome from the load balancing pool for the application Slide-o-Win.

tarantella object remove_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"

Removes the group WinHosts from the load balancing pool for the applications Write-o-Win and Slide-o-Win. Load balancing is no longer performed across all the hosts in WinHosts.

Related topics