Add the following environment variables into a login script for the user mzadmin, ensuring the variables are always used. The example values will be used later on in the installation parameters file; install.xml
.
...
MZ_HOME
Example value: /opt/mz
This environment variable specifies where the software is to be installed.
Note | ||
---|---|---|
| ||
The directory must exist and be empty prior to the installation. |
...
JAVA_HOME
...
Example value: /opt/jdk/jdk1.8.0_121
This environment variable specifies where the JDK is installed.
...
PATH
The search path must contain the following directories: $JAVA_HOME/bin:$MZ_HOME/bin
...
Insert excerpt | ||||
---|---|---|---|---|
|
Info | |||||
---|---|---|---|---|---|
| |||||
|
...