Versions Compared

Key

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

...

Code Block
export OPENEMPI_HOME=/sysnet/openempi/openempi-4.1.0/openempi-entity-4.1.0/
VMPARAMS="-Xms1024m -Xmx2048m -XX:+UseG1GC -XX:MaxDirectMemorySize=1g -Djava.util.logging.config.file=${OPENEMPI_HOME}/conf/orientdb-logging.properties"
export JAVA_OPTS="${VMPARAMS} -Dopenempi.home=${OPENEMPI_HOME} -Dopenempi.data.directory=/sysnet/openempi/data"

8. Create a file called license.txt in the ${OPENEMPI_HOME}/conf directory that contains the product key your received from the OpenEMPI support team. This will be required in order to start the server.

9. Start your instance of OpenEMPI using the startup script from the new release directory. If you are using a service startup script to automatically start your instance of OpenEMPI, make sure you update the script to reflect its new directory location (this is usually installed in /etc/systemd/system/openempi.service).

...