tarantella config 命令用于列出和配置全局设置,以及阵列中任何 SGD 服务器的特定于服务器的设置。此命令还可用来重新装入 SGD 服务器的属性。
tarantella config list | edit | reload
下表显示了此命令的可用子命令。
子命令 | 描述 | 更多信息 |
---|---|---|
list | 列出全局属性和特定于服务器的属性及其当前值。 | |
edit | 编辑全局属性和特定于服务器的属性。 | |
reload | 重新装入运行此命令的服务器的属性。 |
所有命令都包括 --help
选项。您可以使用 tarantella config subcommand
--help 获取有关特定命令的帮助信息。
以下示例列出来自服务器 newyork.example.com 的特定于服务器的属性。
$ tarantella config list --server newyork.example.com
以下示例将运行此命令的服务器的 cpe-maxsessions
属性设置为 10。
$ tarantella config edit --cpe-maxsessions 10