This CLI command applies a configuration change on a given server to the blueprint. In a cluster, the command apply the changes to all servers in the cluster.
Tip:
Use this command if you have manually changed a .conf file in your file system.
This table specifies the various arguments used in the command:
Abbreviated | Full | Description | Required/Optional |
-s |
--serverId |
The ID of the server applying the configuration change. For a single server, use 0. |
Required |
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 config-apply-changes:
/usr/local/zend/bin/zs-manage config-apply-changes --help
/usr/local/zend/bin/zs-manage config-apply-changes -s <server ID> -N <existing key name> -K <existing key secret> The changes are applied by the server. ubuntu1204-a OK |
|
|