Secure Global Desktop Administration Guide > Commands > The tarantella config edit command
tarantella config edit { { --setting value... }... [ --array | --server serv... ] } | --file file
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:
tarantella 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.
tarantella config edit \ --cpe-maxsessions 10
Sets the cpe-maxsessions
attribute to 10 for the
server on which the command is run.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.