This CLI command re-configures a cluster member to match the cluster's profile.
This table specifies the various arguments used in the command:
Abbreviated | Full | Description | Required/Optional |
-d |
--doRestart |
Should the reconfigured server be restarted after the reconfigure action. Default is FALSE. |
Optional |
This table lists arguments common to all zs-manage commands:
Abbreviated | Full | Description | Required/Optional |
-N |
--key-name |
WebAPI key name. |
Required |
-K |
--secret-key |
WebAPI secret key. |
Required |
-U |
--server-url |
Zend Server URL. Default: http://localhost:10081/ZendServer. |
Required - when action is performed on a remote server. |
-h |
--help |
Show usage information and exit. |
Optional |
|
|
|
To use cluster-reconfig-server:
/usr/local/zend/bin/zs-manage cluster-reconfig-server --help
If performed by a server in a cluster: /usr/local/zend/bin/zs-manage cluster-reconfig-server <server ID> [optinal parameters - see table above] -N <existing key name> -K <existing key secret> The specified server is re-configured to match the cluster configuration. 3 SERVER3 10.9.183.85 OK |
|
|