Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...