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

The tarantella config edit command

Syntax

Skip past command syntax or program codetarantella config edit { { --setting value... }...
                         [ --array | --server serv... ]
                       } | --file file

Description

Edits array-wide and server-specific attributes.

Option Description
--setting value... Names an attribute you want to edit, and its new value(s).
--array When configuring a server-specific attribute, applies the change to all array members.
--server serv... When configuring a server-specific attribute, applies the change to each named serv in the array. Use a peer DNS name or IP address for each serv.
--file file Specifies a file containing a batch of commands to edit attributes.

If neither --array nor --server is specified, the command sets server-specific attributes for the host on which the command is run.

Use tarantella config list to see a list of settings you can change.

For detailed information on array-wide attributes, see:

For detailed information on server-specific attributes, see:

Examples

Skip past command syntax or program codetarantella config edit \
  --cpe-exitafter 50 \
  --server newyork.indigo-insurance.com \
           boston.indigo-insurance.com

Sets the cpe-exitafter attribute to 50 on array members newyork.indigo-insurance.com and boston.indigo-insurance.com.

Skip past command syntax or program codetarantella config edit \
  --cpe-maxsessions 10

Sets the cpe-maxsessions attribute to 10 for the server on which the command is run.

Related topics