IBM DataPower Operations Dashboard v1.0.17.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Special Steps for Upgrading a Cell Environment to 1.0.14.0

Before upgrading the cell environment, in the cell manager, execute the following command:

curl -X PUT "montier-es-http:9200/_cluster/settings" -H 'Content-Type: application/json' -d'{"persistent":{"cluster.max_shards_per_node":"20000"}}'

Expected response:
{"acknowledged":true,"persistent":{"cluster":{"max_shards_per_node":"20000"}},"transient":{}}

Additional Setup of Configuration Database

After successfully running the upgrade process, run the following commands in the server's command line (only on All-in-One or Cell Manager instances):

ij
ALTER TABLE SyncTaskExecution ALTER COLUMN lastDomainConfigChangeTimestamp SET DATA TYPE VARCHAR(200);
ALTER TABLE SyncLastDomainChange ALTER COLUMN changeStringFromWdp SET DATA TYPE VARCHAR(200);

  • No labels