...
In case the operating system of DPOD is using a restrictive
umask
(e.g.: 077), the Store services might not start successfully after the upgrade completes, due to insufficient permissions of the directory directories/app/opensearch_nodes
and/app/java
.If the Store services do not start successfully in your non-appliance installation after the upgrade, please continue with the below steps.
Apply the following commandcommands:
Code Block chown -R --reference /app/opensearch_base /app/opensearch_nodes chmod 755 /app/java
Start the Store all services (e.g. by using
app-util.sh
or the Admin Console) and make sure they are up and running correctly.