To unpack the software, download the *.tgz file for the version you want to install via the link provided in Release Information and prepare the license file:
Note |
---|
Note! Contact your Sales Representative to obtain your license file. |
Create a directory to use when unpacking this release and future releases. For the purpose of these instructions, this designated directory is referred to as the staging directory.
Note title Note! The staging directory should not be the same directory as the one you created and set up as the MZ_HOME directory. The MZ_HOME directory still needs to be empty for the installation to succeed.
Place the *.tgz file from your release delivery into the staging directory.
Use a command line tool, go to the staging directory, and unpack the *.tgz file by running the following command:
Code Block $ tar xvzf <filename>.tgz
A directory is then created in the staging directory, containing the software to be installed. For the purpose of these instructions, this directory is referred to as the release content directory.
Now copy the MZ license file into the release content directory.
Code Block $ cp mz.license <release content directory>
Enter the release content directory and prepare the install.xml file by running the following command:
Code Block $ cd <release content directory> $ ./setup.sh prepare
The *.mzp packages are now extracted, and the
install.xml
is extracted into the release content directory.
Tip | ||
---|---|---|
Hint!For more information about the the installation procedure, use the following command:
to view a description of the different steps in the different installation and upgrade scenarios. |