Versions Compared

Key

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

Ensure that the environment variables are set correctly:

Excerpt


VariableDescription
MZ_HOME

This environment variable specifies where the software is installed.

JAVA_HOMEThis environment variable specifies where the JDK is installed.
PATHThis environment variable specifies the search path and must contain the following directories: $JAVA_HOME/bin:$MZ_HOME/bin



Info
titleExample - Setting Environment Variables


Code Block
languagetext
themeEclipse
$ export MZ_HOME=/opt/mz 
$ export JAVA_HOME=/opt/jdk/jdk1.8.0_121
$ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH


...

Note
titleNote!

If the software is installed on a GlusterFS storage, you must also set the environment variable IGNORE_TAR_EXIT to true. This will suppress non-critical errors that are caused by the tar command during the downgrade. If these errors are not suppressed, the downgrade process will abort.

Info
titleExample - Setting Environment Variable


Code Block
languagetext
themeEclipse
$ export IGNORE_TAR_EXIT=true




Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: