...
Code Block |
---|
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
Info |
---|
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 following internal alert may appear:
Code Block |
---|
A critical service is not working: The Store retention process is not working |
Store Retention process fails due to a misconfiguration. Please execute the following commands to fix this issue:
...