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

The tarantella array command

Syntax

Skip past command syntax or program codetarantella array join | detach | make_primary | list

Description

This command allows Secure Global Desktop Administrators to set up and dismantle arrays of Secure Global Desktop servers.

The command may be run on any array member.

Subcommand Description
join Adds a server to an array.
detach Removes secondary servers from an array.
make_primary Makes a secondary server the primary server for the array that it's currently a member of.
list Lists the members of the array, identifying the primary server.

Note All commands allow the --help option: you can use tarantella array command --help to get help on a specific command.

Examples

Skip past command syntax or program codetarantella array join \
  --primary newyork.indigo-insurance.com \
  --secondary boston.indigo-insurance.com

Adds the server boston to the array with primary server newyork.

Skip past command syntax or program codetarantella array make_primary \
  --secondary boston.indigo-insurance.com

Makes the secondary server boston the primary server in the array. The previous primary server becomes a secondary server.

Related topics