The tarantella config command lists and configures global settings, and also server-specific settings for any SGD server in the array. The command can also be used to reload properties for an SGD server.
tarantella config list | edit | reload
The following table shows the available subcommands for this command.
Subcommand | Description | More Information |
---|---|---|
list | Lists global and server-specific attributes and their current values. | |
edit | Edits global and server-specific attributes. | |
reload | Reloads properties for the server where the command is run. |
All commands include a
--help
option. You can use
tarantella config subcommand
--help to get help on a specific command.
The following example lists server-specific attributes from the server newyork.example.com.
$ tarantella config list --server newyork.example.com
The following example sets the cpe-maxsessions
attribute to 10 for the server where the command is run.
$ tarantella config edit --cpe-maxsessions 10