The MongoDB accelerator installer is included in the accelerator installation .zip file. On Windows, you can run the installer in graphical mode. On UNIX or Linux, you can run the installer on graphical or console mode.
Run the installer after you install or upgrade Data Archive. When you run the installer, you enter the license key for the accelerator and select the Data Archive installation directory.
Java Prerequisites
If you have Java in your environment and you want to use it, set the JAVA_HOME environment variable.
Ensure JAVA_HOME is set to the java folder on the host machine. If Java is not available on the host machine, set JAVA_HOME to the java folder in the DA installation folder.
Add
JAVA_HOME/bin
to the PATH.
Windows example:
set JAVA_HOME=<DA installation home>\java
set PATH=%JAVA_HOM%\bin;%PATH%