Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To unpack the software, get the install.xml file:

  1. 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!

    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.

  2. Place the *.tgz file and the license file from your release delivery into the staging directory.

  3. Use a command line too, go to the staging directory, and unpack the *.tgz file by running the following command:

    $ 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.

  4. Enter the release content directory and prepare the install.xml file by running the following command:

    $ cd <release content directory>
    $ ./setup.sh prepare

    The *.mzp packages have now been extracted into the <release content directory>/internal/packages directory, and the install.xml has been extracted into the release content directory.

To extract the release content directory and the installation parameters:


Hint!

For more information about the the installation procedure, use the following command:

./setup.sh help

 to view a description of the different steps in the different installation and upgrade scenarios.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.