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

« Previous Version 13 Next »

The final step in the Platform Container installation must be executed as the mzadmin UNIX user. The following command session sets up the directory structure and installs all the software. The release content directory is the working directory for the installation.

To install the software:

  1. Enter the release content directory:
    $ cd ./<staging directory>/<release content directory>

  2. Execute the installation:
    $ ./setup.sh install

    The Platform is automatically started and shut down during the installation.

    Note!

     If the Platform failed to start, check the platform.log file in $MZ_HOME/log for details.

  3. If you have multiple platform installations on a same machine, access the platform configuration:
    mzsh topo open platform

  4. Change the directory:
    <property name="mz.syslog.debuglogfile.filedir" value="[the directory]"/>

Note!

This property defines the location of the debug log file. The default value for the directory is /tmp/syslog. You are required to change it to the directory that you would like to access.

Skip steps 3 and 4 if you do not have multiple platform installations on the same machine.

  1. Start the Platform:
    $ mzsh startup platform

The installation of the Platform Container is now complete.

  • No labels