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.
Upgrade to 1.0.17.0 - Special Steps
Store Configuration for Cell Members when Upgrading from 1.0.14.0 to 1.0.17.0
The following steps apply only to the DPOD cell members, when upgrading from 1.0.14.0 to 1.0.17.0.
After the upgrade from 1.0.14.0 to 1.0.17.0 completes successfully, the cell members fail to connect with the cell manager, and the Store status remains RED. Please execute the following commands to fix this issue:
montier -w stop
find /app/opensearch_nodes -name opensearch.yml | grep '\-N00' | xargs --no-run-if-empty -I ff sed -i '/^network.host: /d' ff
find /app/opensearch_nodes -name opensearch.yml | grep '\-N00' | xargs --no-run-if-empty -I ff sed -i '/^network.bind_host: /d' ff
find /app/opensearch_nodes -name opensearch.yml | grep '\-N00' | xargs --no-run-if-empty -I ff sed -i '/^network.publish_host: /d' ff
find /app/opensearch_nodes -name opensearch.yml | grep '\-N00' | xargs --no-run-if-empty -I ff sed -i -e '$anetwork.bind_host: ["montier-es","montier-es-ext"]' ff
find /app/opensearch_nodes -name opensearch.yml | grep '\-N00' | xargs --no-run-if-empty -I ff sed -i -e '$anetwork.publish_host: montier-es-ext' ff
montier -w start
Store Retention Configuration when Upgrading from 1.0.14.0 to 1.0.17.0
The following steps apply only to the DPOD All-in-One installation and the cell manager, when upgrading from 1.0.14.0 to 1.0.17.0.
After the upgrade from 1.0.14.0 to 1.0.17.0 completes successfully, the Store Retention process fails due to a misconfiguration. Please execute the following commands to fix this issue:
stop_services.sh -o retention
DPOD_INDEX_SIZE=$(grep "elasticsearch.index_set.wdp-device-resources.max_size" /app/hk_retention/MonTier-HK-ESRetention/conf/MonTierHousekeeping.conf | awk -F '=' '{print $2}') && sed -i "s/__APIC_ANALYTICS_SIZE__G/$DPOD_INDEX_SIZE/g" /app/hk_retention/MonTier-HK-ESRetention/conf/MonTierHousekeeping.conf
start_services.sh -o retention
Â